| /hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/ |
| D | GeneratorHub.cpp | 49 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()
|
| D | GeneratorHub.h | 47 int32_t cookie; // Cookie is used to find the associated generator. member
|
| /hardware/qcom/camera/msm8998/QCamera2/stack/mm-jpeg-interface/inc/ |
| D | mm_jpeg_dbg.h | 48 #define KPI_ATRACE_ASYNC_BEGIN(name, cookie) ({\ argument 54 #define KPI_ATRACE_ASYNC_END(name, cookie) ({\ argument
|
| /hardware/interfaces/bluetooth/audio/aidl/default/ |
| D | BluetoothAudioProvider.cpp | 34 static void binderUnlinkedCallbackAidl(void* cookie) { in binderUnlinkedCallbackAidl() 41 static void binderDiedCallbackAidl(void* cookie) { in binderDiedCallbackAidl() 72 BluetoothAudioProviderContext* cookie = in startSession() local
|
| /hardware/interfaces/automotive/vehicle/2.0/default/common/include/vhal_v2_0/ |
| D | RecurrentTimer.h | 56 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/ |
| D | SthalCli.java | 208 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/qcom/display/msm8909/gpu_tonemapper/ |
| D | EGLImageWrapper.cpp | 28 void free_ion_cookie(int ion_fd, int cookie) in free_ion_cookie() 41 int cookie = fd; in get_ion_cookie() local
|
| /hardware/qcom/display/msm8909w_3100/gpu_tonemapper/ |
| D | EGLImageWrapper.cpp | 28 void free_ion_cookie(int ion_fd, int cookie) in free_ion_cookie() 41 int cookie = fd; in get_ion_cookie() local
|
| /hardware/qcom/display/msm8998/gpu_tonemapper/ |
| D | EGLImageWrapper.cpp | 28 void free_ion_cookie(int ion_fd, int cookie) in free_ion_cookie() 41 int cookie = fd; in get_ion_cookie() local
|
| /hardware/interfaces/wifi/aidl/default/ |
| D | aidl_callback_util.h | 77 void* cookie = reinterpret_cast<void*>(cb->asBinder().get()); in invalidate() local 92 static void onCallbackDeath(void* cookie) { in onCallbackDeath()
|
| /hardware/interfaces/bluetooth/audio/utils/aidl_session/ |
| D | BluetoothAudioSession.cpp | 134 uint16_t cookie = observer.first; in ReportAudioConfigChanged() local 170 uint16_t cookie = ObserversCookieGetInitValue(session_type_); in RegisterStatusCback() local 192 void BluetoothAudioSession::UnregisterStatusCback(uint16_t cookie) { in UnregisterStatusCback() 324 uint16_t cookie = observer.first; in ReportSessionStatus() local 430 uint16_t cookie = observer.first; in ReportControlStatus() local 460 uint16_t cookie = observer.first; in ReportLowLatencyModeAllowedChanged() local
|
| /hardware/libhardware/modules/radio/ |
| D | radio_hal_tool.c | 67 void callback(radio_hal_event_t *event, void *cookie) { in callback() 95 int cookie = 0; in tune() local
|
| /hardware/qcom/sm8150/display/gpu_tonemapper/ |
| D | EGLImageWrapper.cpp | 37 static void free_ion_cookie(int ion_fd, int cookie) in free_ion_cookie() 50 int cookie = fd; in get_ion_cookie() local
|
| /hardware/interfaces/audio/aidl/default/bluetooth/ |
| D | DevicePortProxy.cpp | 91 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/soundtrigger/2.2/default/ |
| D | SoundTriggerHw.cpp | 48 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/soundtrigger/2.0/default/ |
| D | SoundTriggerHalImpl.h | 46 SoundModelClient(uint32_t id, ISoundTriggerHwCallback::CallbackCookie cookie) in SoundModelClient() 136 SoundModelClient_2_0(uint32_t id, ISoundTriggerHwCallback::CallbackCookie cookie, in SoundModelClient_2_0()
|
| /hardware/interfaces/usb/1.1/vts/functional/ |
| D | VtsHalUsbV1_1TargetTest.cpp | 78 int cookie; member in UsbCallback 81 UsbCallback(int cookie) : cookie(cookie){}; in UsbCallback()
|
| /hardware/interfaces/bluetooth/audio/utils/session/ |
| D | BluetoothAudioSession.cpp | 120 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/qcom/sm7150/gps/android/1.0/ |
| D | GnssMeasurement.cpp | 34 uint64_t cookie, const wp<IBase>& who) { in serviceDied()
|
| /hardware/qcom/sm8150p/gps/android/1.0/ |
| D | GnssMeasurement.cpp | 34 uint64_t cookie, const wp<IBase>& who) { in serviceDied()
|
| /hardware/qcom/gps/msm8998/android/ |
| D | GnssMeasurement.cpp | 34 uint64_t cookie, const wp<IBase>& who) { in serviceDied()
|
| D | GnssNi.cpp | 33 void GnssNi::GnssNiDeathRecipient::serviceDied(uint64_t cookie, const wp<IBase>& who) { in serviceDied()
|
| /hardware/qcom/gps/msm8909w_3100/android/ |
| D | GnssMeasurement.cpp | 34 uint64_t cookie, const wp<IBase>& who) { in serviceDied()
|
| /hardware/qcom/sm8150/gps/android/1.0/ |
| D | GnssMeasurement.cpp | 34 uint64_t cookie, const wp<IBase>& who) { in serviceDied()
|
| /hardware/google/pixel/usb/include/pixelusb/ |
| D | UsbOverheatEvent.h | 137 static void onThermalAidlBinderDied(void *cookie) { in onThermalAidlBinderDied()
|