Searched refs:cookie (Results 1 - 25 of 100) sorted by relevance

1234

/hardware/qcom/camera/msm8998/QCamera2/stack/mm-jpeg-interface/inc/
H A Dmm_jpeg_dbg.h48 #define KPI_ATRACE_ASYNC_BEGIN(name, cookie) ({\
50 ATRACE_ASYNC_BEGIN(name, cookie); \
54 #define KPI_ATRACE_ASYNC_END(name, cookie) ({\
56 ATRACE_ASYNC_END(name, cookie); \
/hardware/interfaces/soundtrigger/2.1/
H A DISoundTriggerHwCallback.hal65 * @param cookie The cookie passed by the framework when recognition was
68 recognitionCallback_2_1(RecognitionEvent event, CallbackCookie cookie);
76 * @param cookie The cookie passed by the framework when recognition was
80 CallbackCookie cookie);
87 * @param cookie The cookie passed by the framework when loading was
90 soundModelCallback_2_1(ModelEvent event, CallbackCookie cookie);
H A DISoundTriggerHw.hal83 * @param cookie The value of the cookie argument passed to the completion
98 CallbackCookie cookie)
117 * @param cookie The value of the cookie argument passed to the completion
132 CallbackCookie cookie)
149 * @param cookie The value of the cookie argument passed to the recognition
162 CallbackCookie cookie)
/hardware/interfaces/soundtrigger/2.1/default/
H A DSoundTriggerHw.h45 int32_t cookie,
49 const sp<V2_1::ISoundTriggerHwCallback>& callback, int32_t cookie,
64 int32_t cookie, loadSoundModel_cb _hidl_cb) override {
65 return mImpl->loadSoundModel(soundModel, callback, cookie, _hidl_cb);
69 int32_t cookie,
71 return mImpl->loadPhraseSoundModel(soundModel, callback, cookie, _hidl_cb);
79 int32_t /*cookie*/) override {
90 int32_t cookie, loadSoundModel_2_1_cb _hidl_cb) override {
91 return mImpl->loadSoundModel_2_1(soundModel, callback, cookie, _hidl_cb);
95 const sp<V2_1::ISoundTriggerHwCallback>& callback, int32_t cookie,
112 SoundModelClient_2_1(uint32_t id, V2_1::ISoundTriggerHwCallback::CallbackCookie cookie, sp<V2_1::ISoundTriggerHwCallback> callback) argument
[all...]
/hardware/interfaces/soundtrigger/2.0/
H A DISoundTriggerHwCallback.hal95 * @param cookie The cookie passed by the framework when recognition was
98 recognitionCallback(RecognitionEvent event, CallbackCookie cookie);
105 * @param cookie The cookie passed by the framework when recognition was
109 CallbackCookie cookie);
114 * @param cookie The cookie passed by the framework when loading was
117 soundModelCallback(ModelEvent event, CallbackCookie cookie);
H A DISoundTriggerHw.hal148 * @param cookie The value of the cookie argument passed to the completion
162 CallbackCookie cookie)
176 * @param cookie The value of the cookie argument passed to the completion
190 CallbackCookie cookie)
213 * @param cookie The value of the cookie argument passed to the recognition
225 CallbackCookie cookie)
/hardware/interfaces/wifi/1.2/default/
H A Dhidl_callback_util.h39 uint64_t cookie,
42 cb_function_(cookie); variable
70 // TODO(b/33818800): Can't compare proxies yet. So, use the cookie
73 uint64_t cookie = reinterpret_cast<uint64_t>(cb.get()); local
78 if (!cb->linkToDeath(death_handler_, cookie)) {
91 void onObjectDeath(uint64_t cookie) { argument
92 CallbackType* cb = reinterpret_cast<CallbackType*>(cookie);
/hardware/interfaces/tests/foo/1.0/
H A DISimple.hal20 getCookie() generates (int32_t cookie);
/hardware/libhardware/include/hardware/
H A Dsound_trigger.h64 typedef void (*recognition_callback_t)(struct sound_trigger_recognition_event *event, void *cookie);
65 typedef void (*sound_model_callback_t)(struct sound_trigger_model_event *event, void *cookie);
86 void *cookie,
104 void *cookie);
H A Dradio.h84 typedef void (*radio_callback_t)(radio_hal_event_t *event, void *cookie);
246 * - cookie: the cookie to pass when calling the callback
261 void *cookie,
/hardware/interfaces/automotive/vehicle/2.0/default/common/include/vhal_v2_0/
H A DRecurrentTimer.h53 * cookies thus calling this method multiple times with the same cookie will override the
56 void registerRecurrentEvent(std::chrono::nanoseconds interval, int32_t cookie) { argument
64 mCookieToEventsMap[cookie] = { interval, cookie, absoluteTime };
69 void unregisterRecurrentEvent(int32_t cookie) { argument
72 mCookieToEventsMap.erase(cookie);
82 int32_t cookie; member in struct:RecurrentTimer::RecurrentEvent
111 cookies.push_back(event.cookie);
/hardware/qcom/display/msm8909/gpu_tonemapper/
H A DEGLImageWrapper.cpp28 void free_ion_cookie(int ion_fd, int cookie) argument
31 if (ion_fd && !ioctl(ion_fd, ION_IOC_FREE, &cookie)) {
33 ALOGE("ION_IOC_FREE failed: ion_fd = %d, cookie = %d", ion_fd, cookie);
41 int cookie = fd; local
48 cookie = fdData.handle;
53 return cookie;
/hardware/qcom/display/msm8909w_3100/gpu_tonemapper/
H A DEGLImageWrapper.cpp28 void free_ion_cookie(int ion_fd, int cookie) argument
31 if (ion_fd && !ioctl(ion_fd, ION_IOC_FREE, &cookie)) {
33 ALOGE("ION_IOC_FREE failed: ion_fd = %d, cookie = %d", ion_fd, cookie);
41 int cookie = fd; local
48 cookie = fdData.handle;
53 return cookie;
/hardware/qcom/display/msm8998/gpu_tonemapper/
H A DEGLImageWrapper.cpp28 void free_ion_cookie(int ion_fd, int cookie) argument
31 if (ion_fd && !ioctl(ion_fd, ION_IOC_FREE, &cookie)) {
33 ALOGE("ION_IOC_FREE failed: ion_fd = %d, cookie = %d", ion_fd, cookie);
41 int cookie = fd; local
48 cookie = fdData.handle;
53 return cookie;
/hardware/interfaces/automotive/vehicle/2.0/default/tests/
H A DRecurrentTimer_test.cpp54 for (int32_t cookie : cookies) {
55 if (cookie == 0xdead) {
57 } else if (cookie == 0xbeef) {
/hardware/interfaces/soundtrigger/2.0/default/
H A DSoundTriggerHalImpl.h46 SoundModelClient(uint32_t id, ISoundTriggerHwCallback::CallbackCookie cookie) argument
47 : mId(id), mCookie(cookie) {}
77 ISoundTriggerHwCallback::CallbackCookie cookie,
81 ISoundTriggerHwCallback::CallbackCookie cookie,
106 ISoundTriggerHwCallback::CallbackCookie cookie,
108 return mImpl->loadSoundModel(soundModel, callback, cookie, _hidl_cb);
112 ISoundTriggerHwCallback::CallbackCookie cookie,
114 return mImpl->loadPhraseSoundModel(soundModel, callback, cookie, _hidl_cb);
122 ISoundTriggerHwCallback::CallbackCookie /*cookie*/) override {
136 SoundModelClient_2_0(uint32_t id, ISoundTriggerHwCallback::CallbackCookie cookie, argument
[all...]
/hardware/google/av/codec2/vndk/bufferpool/
H A DAccessor.cpp43 uint64_t cookie = it->second; local
45 auto cit = mCookieToConnections.find(cookie);
56 uint64_t cookie,
62 mConnectionToCookie.insert(std::make_pair(connectionId, cookie));
63 auto it = mCookieToConnections.find(cookie);
68 cookie, std::set<int64_t>{connectionId}));
73 uint64_t cookie,
80 auto it = mCookieToConnections.find(cookie);
55 addCookieToConnection( uint64_t cookie, int64_t connectionId) argument
72 serviceDied( uint64_t cookie, const wp<::android::hidl::base::V1_0::IBase>& ) argument
/hardware/qcom/gps/msm8909w_3100/android/
H A DGnssMeasurement.cpp34 uint64_t cookie, const wp<IBase>& who) {
35 LOC_LOGE("%s] service died. cookie: %llu, who: %p",
36 __FUNCTION__, static_cast<unsigned long long>(cookie), &who);
75 mGnssMeasurementCbIface->linkToDeath(mGnssMeasurementDeathRecipient, 0 /*cookie*/);
33 serviceDied( uint64_t cookie, const wp<IBase>& who) argument
H A DGnssNi.cpp33 void GnssNi::GnssNiDeathRecipient::serviceDied(uint64_t cookie, const wp<IBase>& who) { argument
34 LOC_LOGE("%s] service died. cookie: %llu, who: %p",
35 __FUNCTION__, static_cast<unsigned long long>(cookie), &who);
58 mGnssNiCbIface->linkToDeath(mGnssNiDeathRecipient, 0 /*cookie*/);
/hardware/qcom/gps/msm8998/android/
H A DGnssMeasurement.cpp34 uint64_t cookie, const wp<IBase>& who) {
35 LOC_LOGE("%s] service died. cookie: %llu, who: %p",
36 __FUNCTION__, static_cast<unsigned long long>(cookie), &who);
75 mGnssMeasurementCbIface->linkToDeath(mGnssMeasurementDeathRecipient, 0 /*cookie*/);
33 serviceDied( uint64_t cookie, const wp<IBase>& who) argument
H A DGnssNi.cpp33 void GnssNi::GnssNiDeathRecipient::serviceDied(uint64_t cookie, const wp<IBase>& who) { argument
34 LOC_LOGE("%s] service died. cookie: %llu, who: %p",
35 __FUNCTION__, static_cast<unsigned long long>(cookie), &who);
58 mGnssNiCbIface->linkToDeath(mGnssNiDeathRecipient, 0 /*cookie*/);
/hardware/qcom/msm8960/kernel-headers/media/
H A Dmsm_gestures.h54 uint32_t cookie; member in struct:msm_ges_ctrl_cmd
/hardware/qcom/msm8960/original-kernel-headers/media/
H A Dmsm_gestures.h58 uint32_t cookie; member in struct:msm_ges_ctrl_cmd
/hardware/qcom/msm8996/kernel-headers/media/
H A Dmsm_gestures.h54 uint32_t cookie; member in struct:msm_ges_ctrl_cmd
/hardware/qcom/msm8996/original-kernel-headers/media/
H A Dmsm_gestures.h46 uint32_t cookie; member in struct:msm_ges_ctrl_cmd

Completed in 2522 milliseconds

1234