Home
last modified time | relevance | path

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

/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()