Home
last modified time | relevance | path

Searched refs:ready (Results 1 – 25 of 47) sorted by relevance

12

/hardware/google/pixel-sepolicy/common/
Dproperty_contexts1 vendor.all.modules.ready u:object_r:vendor_device_prop:s0
2 vendor.all.devices.ready u:object_r:vendor_device_prop:s0
Dinit-insmod-sh.te14 # Set the vendor.all.modules.ready property
/hardware/google/pixel/common/
Dinit.insmod.sh37 setprop vendor.all.modules.ready 1
38 setprop vendor.all.devices.ready 1
/hardware/google/camera/common/hal/utils/
Dresult_dispatcher.cc237 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 …]
Dresult_dispatcher.h81 bool ready = false; member
88 bool ready = false; member
96 bool ready = false; member
/hardware/knowles/athletico/sound_trigger_hal/tests/
Doslo_data_injection_test.c59 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/
DQCameraHAL3SnapshotTest.cpp217 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()
DQCameraHAL3RawSnapshotTest.cpp227 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/
DAndroid.bp46 // wait for Haiku device ready
/hardware/interfaces/automotive/evs/1.1/
DIEvsUltrasonicsArrayStream.hal28 * Receives calls from the HAL each time a data frame is ready.
DIEvsCameraStream.hal29 * Receives calls from the HAL each time video frames is ready for inspection.
/hardware/interfaces/automotive/evs/1.0/
DIEvsDisplay.hal80 * 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.
DIEvsCameraStream.hal26 * Receives calls from the HAL each time a video frame is ready for inspection.
/hardware/interfaces/tv/cec/2.0/
DIHdmiCecCallback.hal35 * HAL shall be ready for readDeviceInfo call before invoke this callback.
/hardware/st/nfc/st21nfc/
Dhal_wrapper.cc84 void set_ready(bool ready) { in set_ready() argument
86 ready_flag = ready; in set_ready()
/hardware/qcom/camera/msm8998/QCamera2/HAL3/
DQCamera3HWI.h187 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/
DVtsHalVibratorTargetTest.cpp107 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/
DQCameraDualFOVPP.cpp594 bool ready = false; in canProcess() local
596 ready = true; in canProcess()
599 return ready; in canProcess()
/hardware/interfaces/camera/device/3.5/
DICameraDeviceCallback.hal55 * ready to fill the buffer.
/hardware/interfaces/bluetooth/audio/2.0/
DIBluetoothAudioProvidersFactory.hal25 * When the Bluetooth stack is ready to create an audio session, it must first
DIBluetoothAudioProvider.hal33 * This method indicates that the Bluetooth stack is ready to stream audio.
/hardware/interfaces/bluetooth/a2dp/1.0/
DIBluetoothAudioOffload.hal41 * and is ready to stream audio. This function is also used to register
/hardware/interfaces/nfc/1.0/
DINfc.hal26 * If open completes successfully, the controller should be ready to perform
/hardware/interfaces/power/1.0/
DIPower.hal26 * and ready for interaction, often with UI devices such as
/hardware/interfaces/contexthub/1.0/vts/functional/
DVtsHalContexthubV1_0TargetTest.cpp81 if (status == std::future_status::ready) { in waitForCallback()

12