/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.0/ |
D | IEvsCameraStream.hal | 26 * Receives calls from the HAL each time a video frame is ready for inspection.
|
D | IEvsDisplay.hal | 72 * This call tells the display that the buffer is ready for display.
|
/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 | 102 EXPECT_EQ(completionFuture.wait_for(timeout), std::future_status::ready); in TEST_P() 167 EXPECT_EQ(completionFuture.wait_for(timeout), std::future_status::ready); in TEST_P() 423 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.
|
D | ICameraDeviceSession.hal | 72 * ready to accept a future valid stream configuration in a later
|
D | types.hal | 81 * send ERROR_DEVICE to camera service and be ready to be closed.
|
/hardware/interfaces/bluetooth/audio/2.0/ |
D | IBluetoothAudioProvider.hal | 33 * This method indicates that the Bluetooth stack is ready to stream audio.
|
D | IBluetoothAudioProvidersFactory.hal | 25 * When the Bluetooth stack is ready to create an audio session, it must first
|
/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/camera/device/3.4/ |
D | ICameraDeviceSession.hal | 66 * ready to accept a future valid stream configuration in a later
|
/hardware/interfaces/configstore/1.0/ |
D | ISurfaceFlingerConfigs.hal | 106 * return false to avoid extra resource usage. Daydream ready devices must
|
/hardware/interfaces/audio/2.0/ |
D | IStreamIn.hal | 139 * @return retval INVALID_STATE if the device is not ready/available,
|
/hardware/interfaces/audio/4.0/ |
D | IStreamIn.hal | 145 * @return retval INVALID_STATE if the device is not ready/available,
|
/hardware/interfaces/contexthub/1.0/vts/functional/ |
D | VtsHalContexthubV1_0TargetTest.cpp | 171 if (status == std::future_status::ready) { in waitForCallback()
|
/hardware/interfaces/audio/6.0/ |
D | IStreamIn.hal | 145 * @return retval INVALID_STATE if the device is not ready/available,
|
/hardware/interfaces/biometrics/fingerprint/2.1/vts/functional/ |
D | VtsHalBiometricsFingerprintV2_1TargetTest.cpp | 68 if (status == std::future_status::ready) { in waitForCallback()
|