/hardware/google/pixel-sepolicy/common/ |
D | property_contexts | 1 vendor.all.modules.ready u:object_r:vendor_device_prop:s0 2 vendor.all.devices.ready u:object_r:vendor_device_prop:s0
|
D | init-insmod-sh.te | 14 # Set the vendor.all.modules.ready property
|
/hardware/google/pixel/common/ |
D | init.insmod.sh | 37 setprop vendor.all.modules.ready 1 38 setprop vendor.all.devices.ready 1
|
/hardware/google/camera/common/hal/utils/ |
D | result_dispatcher.cc | 237 if (shutter_it->second.ready) { in AddShutter() 247 shutter_it->second.ready = true; in AddShutter() 299 if (metadata_it->second.ready) { in AddFinalResultMetadata() 307 metadata_it->second.ready = true; in AddFinalResultMetadata() 358 if (pending_buffer_it->second.ready) { in AddBuffer() 365 pending_buffer_it->second.ready = true; in AddBuffer() 394 frame_number, shutter.ready); in PrintTimeoutMessages() 399 __FUNCTION__, frame_number, final_metadata.ready); in PrintTimeoutMessages() 405 __FUNCTION__, stream_id, frame_number, pending_buffer.ready); in PrintTimeoutMessages() 420 if (shutter_it == pending_shutters_.end() || !shutter_it->second.ready) { in GetReadyShutterMessage() [all …]
|
D | result_dispatcher.h | 81 bool ready = false; member 88 bool ready = false; member 96 bool ready = false; member
|
/hardware/knowles/athletico/sound_trigger_hal/tests/ |
D | oslo_data_injection_test.c | 59 bool ready; member 64 fs->ready = true; in frame_sync_signal() 72 while (!fs->ready) { in frame_sync_wait() 75 fs->ready = false; in frame_sync_wait()
|
/hardware/qcom/camera/msm8998/QCamera2/HAL3/test/ |
D | QCameraHAL3SnapshotTest.cpp | 217 int32_t ready = 0; in hal3appSnapshotProcessBuffers() local 221 ready = poll(&pollfds, (nfds_t)num_of_fds, -1); in hal3appSnapshotProcessBuffers() 222 if (ready > 0) { in hal3appSnapshotProcessBuffers()
|
D | QCameraHAL3RawSnapshotTest.cpp | 227 int32_t ready = 0; in rawProcessBuffers() local 231 ready = poll(&pollfds, (nfds_t)num_of_fds, -1); in rawProcessBuffers() 232 if (ready > 0) { in rawProcessBuffers()
|
/hardware/interfaces/automotive/evs/1.1/vts/fuzzing/ |
D | Android.bp | 46 // wait for Haiku device ready
|
/hardware/interfaces/automotive/evs/1.1/ |
D | IEvsUltrasonicsArrayStream.hal | 28 * Receives calls from the HAL each time a data frame is ready.
|
D | IEvsCameraStream.hal | 29 * Receives calls from the HAL each time video frames is ready for inspection.
|
/hardware/interfaces/automotive/evs/1.0/ |
D | IEvsDisplay.hal | 80 * This call tells the display that the buffer is ready for display. 87 * @param buffer A buffer handle to the frame that is ready for display.
|
D | IEvsCameraStream.hal | 26 * Receives calls from the HAL each time a video frame is ready for inspection.
|
/hardware/interfaces/tv/cec/2.0/ |
D | IHdmiCecCallback.hal | 35 * HAL shall be ready for readDeviceInfo call before invoke this callback.
|
/hardware/st/nfc/st21nfc/ |
D | hal_wrapper.cc | 84 void set_ready(bool ready) { in set_ready() argument 86 ready_flag = ready; in set_ready()
|
/hardware/qcom/camera/msm8998/QCamera2/HAL3/ |
D | QCamera3HWI.h | 187 bool ready; // If the shutter is ready. member 189 Shutter() : ready(false), timestamp(0) {}; in Shutter() 224 bool ready; // If the buffer is ready. member 226 Buffer() : ready(false), buffer({}) {}; in Buffer()
|
/hardware/interfaces/vibrator/aidl/vts/ |
D | VtsHalVibratorTargetTest.cpp | 107 EXPECT_EQ(completionFuture.wait_for(timeout), std::future_status::ready); in TEST_P() 170 EXPECT_EQ(completionFuture.wait_for(timeout), std::future_status::ready); in TEST_P() 464 std::future_status::ready); in TEST_P()
|
/hardware/qcom/camera/msm8998/QCamera2/util/ |
D | QCameraDualFOVPP.cpp | 594 bool ready = false; in canProcess() local 596 ready = true; in canProcess() 599 return ready; in canProcess()
|
/hardware/interfaces/camera/device/3.5/ |
D | ICameraDeviceCallback.hal | 55 * ready to fill the buffer.
|
/hardware/interfaces/bluetooth/audio/2.0/ |
D | IBluetoothAudioProvidersFactory.hal | 25 * When the Bluetooth stack is ready to create an audio session, it must first
|
D | IBluetoothAudioProvider.hal | 33 * This method indicates that the Bluetooth stack is ready to stream audio.
|
/hardware/interfaces/bluetooth/a2dp/1.0/ |
D | IBluetoothAudioOffload.hal | 41 * and is ready to stream audio. This function is also used to register
|
/hardware/interfaces/nfc/1.0/ |
D | INfc.hal | 26 * If open completes successfully, the controller should be ready to perform
|
/hardware/interfaces/power/1.0/ |
D | IPower.hal | 26 * and ready for interaction, often with UI devices such as
|
/hardware/interfaces/contexthub/1.0/vts/functional/ |
D | VtsHalContexthubV1_0TargetTest.cpp | 81 if (status == std::future_status::ready) { in waitForCallback()
|