Home
last modified time | relevance | path

Searched refs:mCookie (Results 1 – 11 of 11) sorted by relevance

/hardware/interfaces/audio/aidl/default/bluetooth/
DDevicePortProxy.cpp70 : mCookie(::aidl::android::hardware::bluetooth::audio::kObserversCookieUndefined), in BluetoothAudioPortAidl()
99 mCookie = BluetoothAudioSessionControl::RegisterControlResultCback(mSessionType, cbacks); in registerPort()
100 auto isOk = (mCookie != ::aidl::android::hardware::bluetooth::audio::kObserversCookieUndefined); in registerPort()
161 BluetoothAudioSessionControl::UnregisterControlResultCback(mSessionType, mCookie); in unregisterPort()
162 mCookie = ::aidl::android::hardware::bluetooth::audio::kObserversCookieUndefined; in unregisterPort()
173 if (mCookie != cookie) { in controlResultHandler()
192 toString(status).c_str(), toString(mSessionType).c_str(), mCookie, in controlResultHandler()
204 toString(status).c_str(), toString(mSessionType).c_str(), mCookie, in controlResultHandler()
218 toString(status).c_str(), toString(mSessionType).c_str(), mCookie, in controlResultHandler()
228 toString(status).c_str(), toString(mSessionType).c_str(), mCookie, in controlResultHandler()
[all …]
/hardware/st/nfc/aidl/
DNfc.cpp41 stHalCookie* mCookie = static_cast<stHalCookie*>(cookie); in OnDeath() local
42 LOG(INFO) << __func__ << "cookie : " << mCookie->mOpenCount in OnDeath()
44 if (mCookie->mOpenCount == mOpenCount) { in OnDeath()
49 mCookie->nfc->close(NfcCloseType::DISABLE); in OnDeath()
/hardware/interfaces/soundtrigger/2.1/default/
DSoundTriggerHw.cpp162 mCallback->phraseRecognitionCallback_2_1(event, mCookie); in recognitionCallback()
170 mCallback->recognitionCallback_2_1(event, mCookie); in recognitionCallback()
182 mCallback->soundModelCallback_2_1(event, mCookie); in soundModelCallback()
/hardware/interfaces/soundtrigger/2.0/default/
DSoundTriggerHalImpl.h47 : mId(id), mCookie(cookie) {} in SoundModelClient()
60 ISoundTriggerHwCallback::CallbackCookie mCookie; variable
DSoundTriggerHalImpl.cpp495 mCallback->phraseRecognitionCallback(event, mCookie); in recognitionCallback()
500 mCallback->recognitionCallback(event, mCookie); in recognitionCallback()
509 mCallback->soundModelCallback(event, mCookie); in soundModelCallback()
/hardware/interfaces/soundtrigger/2.2/default/
DSoundTriggerHw.h93 : mId(id), mCookie(cookie) {} in SoundModelClient()
106 V2_0::ISoundTriggerHwCallback::CallbackCookie mCookie; member
DSoundTriggerHw.cpp520 mCallback->phraseRecognitionCallback(event, mCookie); in recognitionCallback()
525 mCallback->recognitionCallback(event, mCookie); in recognitionCallback()
534 mCallback->soundModelCallback(event, mCookie); in soundModelCallback()
667 mCallback->phraseRecognitionCallback_2_1(event, mCookie); in recognitionCallback()
675 mCallback->recognitionCallback_2_1(event, mCookie); in recognitionCallback()
687 mCallback->soundModelCallback_2_1(event, mCookie); in soundModelCallback()
/hardware/interfaces/soundtrigger/2.3/default/
DSoundTriggerHw.h110 : mId(id), mCookie(cookie) {} in SoundModelClient()
123 V2_0::ISoundTriggerHwCallback::CallbackCookie mCookie; member
DSoundTriggerHw.cpp576 mCallback->phraseRecognitionCallback(event, mCookie); in recognitionCallback()
581 mCallback->recognitionCallback(event, mCookie); in recognitionCallback()
590 mCallback->soundModelCallback(event, mCookie); in soundModelCallback()
723 mCallback->phraseRecognitionCallback_2_1(event, mCookie); in recognitionCallback()
731 mCallback->recognitionCallback_2_1(event, mCookie); in recognitionCallback()
743 mCallback->soundModelCallback_2_1(event, mCookie); in soundModelCallback()
/hardware/interfaces/audio/aidl/default/include/core-impl/
DDevicePortProxy.h192 uint16_t mCookie;
/hardware/google/gfxstream/host/
Dvirtio-gpu-gfxstream-renderer.cpp685 mCookie = cookie; in init()
1025 renderer->mFenceCallback(renderer->mCookie, &fence); in createFence()
1035 renderer->mFenceCallback(renderer->mCookie, &fence); in createFence()
1948 void* mCookie = nullptr; member in PipeVirglRenderer