Home
last modified time | relevance | path

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

12

/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.0/
DIEvsCameraStream.hal26 * Receives calls from the HAL each time a video frame is ready for inspection.
DIEvsDisplay.hal72 * This call tells the display that the buffer is ready for display.
/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.cpp102 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/
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.
DICameraDeviceSession.hal72 * ready to accept a future valid stream configuration in a later
Dtypes.hal81 * send ERROR_DEVICE to camera service and be ready to be closed.
/hardware/interfaces/bluetooth/audio/2.0/
DIBluetoothAudioProvider.hal33 * This method indicates that the Bluetooth stack is ready to stream audio.
DIBluetoothAudioProvidersFactory.hal25 * When the Bluetooth stack is ready to create an audio session, it must first
/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/camera/device/3.4/
DICameraDeviceSession.hal66 * ready to accept a future valid stream configuration in a later
/hardware/interfaces/configstore/1.0/
DISurfaceFlingerConfigs.hal106 * return false to avoid extra resource usage. Daydream ready devices must
/hardware/interfaces/audio/2.0/
DIStreamIn.hal139 * @return retval INVALID_STATE if the device is not ready/available,
/hardware/interfaces/audio/4.0/
DIStreamIn.hal145 * @return retval INVALID_STATE if the device is not ready/available,
/hardware/interfaces/contexthub/1.0/vts/functional/
DVtsHalContexthubV1_0TargetTest.cpp171 if (status == std::future_status::ready) { in waitForCallback()
/hardware/interfaces/audio/6.0/
DIStreamIn.hal145 * @return retval INVALID_STATE if the device is not ready/available,
/hardware/interfaces/biometrics/fingerprint/2.1/vts/functional/
DVtsHalBiometricsFingerprintV2_1TargetTest.cpp68 if (status == std::future_status::ready) { in waitForCallback()

12