Home
last modified time | relevance | path

Searched refs:cb_status (Results 1 – 6 of 6) sorted by relevance

/hardware/interfaces/bluetooth/audio/2.1/vts/functional/
DVtsHalBluetoothAudioV2_1TargetTest.cpp246 BluetoothAudioStatus cb_status; in OpenProviderHelper() local
247 auto hidl_cb = [&cb_status, &local_provider = this->audio_provider_]( in OpenProviderHelper()
250 cb_status = status; in OpenProviderHelper()
256 if (cb_status == BluetoothAudioStatus::SUCCESS) { in OpenProviderHelper()
264 ASSERT_EQ(cb_status, BluetoothAudioStatus::FAILURE); in OpenProviderHelper()
275 BluetoothAudioStatus cb_status; in OpenProviderHelper_2_1() local
276 auto hidl_cb = [&cb_status, &local_provider = this->audio_provider_2_1_]( in OpenProviderHelper_2_1()
280 cb_status = status; in OpenProviderHelper_2_1()
287 if (cb_status == BluetoothAudioStatus::SUCCESS) { in OpenProviderHelper_2_1()
297 ASSERT_EQ(cb_status, BluetoothAudioStatus::FAILURE); in OpenProviderHelper_2_1()
/hardware/interfaces/bluetooth/audio/2.0/vts/functional/
DVtsHalBluetoothAudioV2_0TargetTest.cpp219 BluetoothAudioStatus cb_status; in OpenProviderHelper() local
220 auto hidl_cb = [&cb_status, &local_provider = this->audio_provider_]( in OpenProviderHelper()
223 cb_status = status; in OpenProviderHelper()
229 if (cb_status == BluetoothAudioStatus::SUCCESS) { in OpenProviderHelper()
237 ASSERT_EQ(cb_status, BluetoothAudioStatus::FAILURE); in OpenProviderHelper()
/hardware/qcom/camera/msm8998/QCamera2/HAL/
DQCameraPostProc.h221 int32_t cb_status);
DQCamera2HWI.h133 int32_t cb_status);
DQCameraPostProc.cpp1804 int32_t cb_status) in releaseNotifyData() argument
1814 ( NO_ERROR != cb_status ) ) { in releaseNotifyData()
/hardware/google/camera/common/hal/hidl_service/
Dhidl_camera_device_session.cc178 auto cb_status = hidl_device_callback_->requestStreamBuffers( in RequestStreamBuffers() local
185 if (!cb_status.isOk()) { in RequestStreamBuffers()
187 cb_status.description().c_str()); in RequestStreamBuffers()