Home
last modified time | relevance | path

Searched defs:cookie (Results 1 – 25 of 68) sorted by relevance

123

/hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/
DGeneratorHub.cpp49 void GeneratorHub::registerGenerator(int32_t cookie, FakeValueGeneratorPtr generator) { in registerGenerator()
66 void GeneratorHub::unregisterGenerator(int32_t cookie) { in unregisterGenerator()
102 int32_t cookie = curEvent.cookie; in run() local
113 bool GeneratorHub::hasNext(int32_t cookie) { in hasNext()
DGeneratorHub.h47 int32_t cookie; // Cookie is used to find the associated generator. member
/hardware/interfaces/automotive/vehicle/2.0/default/common/include/vhal_v2_0/
DRecurrentTimer.h56 void registerRecurrentEvent(std::chrono::nanoseconds interval, int32_t cookie) { in registerRecurrentEvent()
69 void unregisterRecurrentEvent(int32_t cookie) { in unregisterRecurrentEvent()
82 int32_t cookie; member
/hardware/interfaces/soundtrigger/2.3/cli/java/android/hardware/soundtrigger/V2_3/cli/
DSthalCli.java208 android.hardware.soundtrigger.V2_1.ISoundTriggerHwCallback callback, int cookie, in loadSoundModel_2_1()
218 android.hardware.soundtrigger.V2_1.ISoundTriggerHwCallback callback, int cookie, in loadPhraseSoundModel_2_1()
307 android.hardware.soundtrigger.V2_1.ISoundTriggerHwCallback callback, int cookie) { in startRecognition_2_1()
319 android.hardware.soundtrigger.V2_0.ISoundTriggerHwCallback callback, int cookie, in loadSoundModel()
327 android.hardware.soundtrigger.V2_0.ISoundTriggerHwCallback callback, int cookie, in loadPhraseSoundModel()
335 android.hardware.soundtrigger.V2_0.ISoundTriggerHwCallback callback, int cookie) { in startRecognition()
/hardware/interfaces/wifi/aidl/default/
Daidl_callback_util.h90 void* cookie = reinterpret_cast<void*>(cb->asBinder().get()); in invalidate() local
105 static void onCallbackDeath(void* cookie) { in onCallbackDeath()
/hardware/interfaces/bluetooth/audio/utils/aidl_session/
DBluetoothAudioSession.cpp198 uint16_t cookie = observer.first; in ReportAudioConfigChanged() local
235 uint16_t cookie = ObserversCookieGetInitValue(session_type_); in RegisterStatusCback() local
257 void BluetoothAudioSession::UnregisterStatusCback(uint16_t cookie) { in UnregisterStatusCback()
398 uint16_t cookie = observer.first; in ReportSessionStatus() local
504 uint16_t cookie = observer.first; in ReportControlStatus() local
537 uint16_t cookie = observer.first; in ReportLowLatencyModeAllowedChanged() local
DHidlToAidlMiddleware.cpp522 [&session_legacy_callback_table](uint16_t cookie) { in RegisterControlResultCback()
532 auto cookie = BluetoothAudioSessionControl::RegisterControlResultCback( in RegisterControlResultCback() local
543 const SessionType_2_0& session_type, uint16_t cookie) { in UnregisterControlResultCback()
/hardware/libhardware/modules/radio/
Dradio_hal_tool.c67 void callback(radio_hal_event_t *event, void *cookie) { in callback()
95 int cookie = 0; in tune() local
/hardware/interfaces/soundtrigger/2.2/default/
DSoundTriggerHw.cpp48 void soundModelCallback_(struct sound_trigger_model_event* halEvent, void* cookie) { in soundModelCallback_()
70 void recognitionCallback_(struct sound_trigger_recognition_event* halEvent, void* cookie) { in recognitionCallback_()
149 V2_0::ISoundTriggerHwCallback::CallbackCookie cookie, in loadSoundModel()
160 V2_0::ISoundTriggerHwCallback::CallbackCookie cookie, in loadPhraseSoundModel()
605 const sp<V2_1::ISoundTriggerHwCallback>& callback, int32_t cookie, in loadSoundModel_2_1()
622 const sp<V2_1::ISoundTriggerHwCallback>& callback, int32_t cookie, in loadPhraseSoundModel_2_1()
645 const sp<V2_1::ISoundTriggerHwCallback>& callback, int32_t cookie) { in startRecognition_2_1()
/hardware/interfaces/usb/1.1/vts/functional/
DVtsHalUsbV1_1TargetTest.cpp78 int cookie; member in UsbCallback
81 UsbCallback(int cookie) : cookie(cookie){}; in UsbCallback()
/hardware/interfaces/soundtrigger/2.0/default/
DSoundTriggerHalImpl.h46 SoundModelClient(uint32_t id, ISoundTriggerHwCallback::CallbackCookie cookie) in SoundModelClient()
136 SoundModelClient_2_0(uint32_t id, ISoundTriggerHwCallback::CallbackCookie cookie, in SoundModelClient_2_0()
DSoundTriggerHalImpl.cpp31 void* cookie) { in soundModelCallback()
53 void* cookie) { in recognitionCallback()
131 ISoundTriggerHwCallback::CallbackCookie cookie, in loadSoundModel()
140 const sp<ISoundTriggerHwCallback>& callback, ISoundTriggerHwCallback::CallbackCookie cookie, in loadPhraseSoundModel()
/hardware/interfaces/audio/aidl/default/bluetooth/
DDevicePortProxy.cpp91 auto session_changed_cb = [port = this](uint16_t cookie) { in registerPort()
166 void BluetoothAudioPortAidl::controlResultHandler(uint16_t cookie, in controlResultHandler()
235 void BluetoothAudioPortAidl::sessionChangedHandler(uint16_t cookie) { in sessionChangedHandler()
/hardware/interfaces/bluetooth/audio/aidl/default/
DBluetoothAudioProvider.cpp36 static void binderUnlinkedCallbackAidl(void* cookie) { in binderUnlinkedCallbackAidl()
43 static void binderDiedCallbackAidl(void* cookie) { in binderDiedCallbackAidl()
74 BluetoothAudioProviderContext* cookie = in startSession() local
/hardware/interfaces/bluetooth/audio/utils/session/
DBluetoothAudioSession.cpp120 uint16_t cookie = observer.first; in ReportSessionStatus() local
141 uint16_t cookie = observer.first; in ReportControlStatus() local
212 uint16_t cookie = ObserversCookieGetInitValue(session_type_); in RegisterStatusCback() local
237 void BluetoothAudioSession::UnregisterStatusCback(uint16_t cookie) { in UnregisterStatusCback()
/hardware/nxp/keymint/transport/
DOmapiTransport.cpp85 void OmapiTransport::BinderDiedCallback(void *cookie) { in BinderDiedCallback()
111 for (auto cookie : mCookieKeys) { in ~OmapiTransport() local
333 for (auto cookie : mCookieKeys) { in closeConnection() local
/hardware/google/pixel/usb/include/pixelusb/
DUsbOverheatEvent.h137 static void onThermalAidlBinderDied(void *cookie) { in onThermalAidlBinderDied()
/hardware/interfaces/soundtrigger/2.3/default/
DSoundTriggerHw.cpp47 void soundModelCallback_(struct sound_trigger_model_event* halEvent, void* cookie) { in soundModelCallback_()
70 void recognitionCallback_(struct sound_trigger_recognition_event* halEvent, void* cookie) { in recognitionCallback_()
150 V2_0::ISoundTriggerHwCallback::CallbackCookie cookie, in loadSoundModel()
161 V2_0::ISoundTriggerHwCallback::CallbackCookie cookie, in loadPhraseSoundModel()
661 const sp<V2_1::ISoundTriggerHwCallback>& callback, int32_t cookie, in loadSoundModel_2_1()
678 const sp<V2_1::ISoundTriggerHwCallback>& callback, int32_t cookie, in loadPhraseSoundModel_2_1()
701 const sp<V2_1::ISoundTriggerHwCallback>& callback, int32_t cookie) { in startRecognition_2_1()
/hardware/google/pixel/thermal/utils/
Dpowerhal_helper.h67 static void onPowerHalExtAidlBinderDied(void *cookie) { in onPowerHalExtAidlBinderDied()
/hardware/google/gfxstream/host/
Dgfxstream_unittest.cpp30 static void sWriteFence(void* cookie, struct stream_renderer_fence* fence) { in sWriteFence()
36 uint32_t cookie; member in GfxStreamBackendTest
/hardware/interfaces/audio/aidl/vts/
DAudioHalBinderServiceUtil.h79 static void binderDiedCallbackAidl(void* cookie) { in binderDiedCallbackAidl()
/hardware/interfaces/soundtrigger/2.1/default/
DSoundTriggerHw.cpp102 const sp<V2_1::ISoundTriggerHwCallback>& callback, int32_t cookie, in loadSoundModel_2_1()
119 const sp<V2_1::ISoundTriggerHwCallback>& callback, int32_t cookie, in loadPhraseSoundModel_2_1()
/hardware/interfaces/automotive/vehicle/2.0/default/tests/
DRecurrentTimer_test.cpp55 for (int32_t cookie : cookies) { in TEST() local
/hardware/interfaces/usb/1.0/vts/functional/
DVtsHalUsbV1_0TargetTest.cpp60 int cookie; member in UsbHidlTest::UsbCallback
63 UsbCallback(UsbHidlTest& parent, int cookie) in UsbCallback()
/hardware/interfaces/media/bufferpool/aidl/default/
DAccessor.cpp71 void serviceDied(void *cookie) { in serviceDied()
101 void * cookie = it->second; in remove() local
114 void *cookie, in addCookieToConnection()
130 void ConnectionDeathRecipient::onDead(void *cookie) { in onDead()

123