Home
last modified time | relevance | path

Searched refs:listener (Results 1 – 25 of 60) sorted by relevance

123

/hardware/google/av/codec2/hidl/1.0/utils/
DComponent.cpp154 const sp<IComponentListener>& listener,
165 const wp<IComponentListener>& listener,
177 const wp<IComponentListener>& listener);
181 const sp<IComponentListener>& listener,
184 const wp<IComponentListener>& listener,
187 const wp<IComponentListener>& listener);
212 wp<IComponentListener> listener; member
216 TrackedBuffer(const wp<IComponentListener>& listener, in TrackedBuffer()
220 : listener(listener), in TrackedBuffer()
332 sp<IComponentListener> listener = mListener.promote(); in onError_nb() local
[all …]
/hardware/google/av/media/codecs/base/
DSimpleC2Component.cpp162 const std::shared_ptr<C2Component::Listener> &listener, c2_blocking_t mayBlock) { in setListener_vb() argument
167 if (listener) { in setListener_vb()
173 state->mListener = listener; in setListener_vb()
364 std::shared_ptr<C2Component::Listener> listener = mExecState.lock()->mListener; in finish() local
365 listener->onWorkDone_nb(shared_from_this(), vec(work)); in finish()
390 std::shared_ptr<C2Component::Listener> listener = mExecState.lock()->mListener; in cloneAndSend() local
391 listener->onWorkDone_nb(shared_from_this(), vec(work)); in cloneAndSend()
459 std::shared_ptr<C2Component::Listener> listener = state->mListener; in processQueue() local
461 listener->onError_nb(shared_from_this(), err); in processQueue()
470 std::shared_ptr<C2Component::Listener> listener = state->mListener; in processQueue() local
[all …]
/hardware/google/av/codec2/hidl/1.0/mts/master/
DMtsHidlC2V1_0TargetMasterTest.cpp76 std::shared_ptr<android::Codec2Client::Listener> listener; in TEST_F() local
78 listener.reset(new CodecListener()); in TEST_F()
79 ASSERT_NE(listener, nullptr); in TEST_F()
81 mClient->createComponent(listTraits[i].name.c_str(), listener, in TEST_F()
/hardware/interfaces/cas/1.1/default/
DMediaCasService.cpp85 const sp<V1_0::ICasListener>& listener) { in createPlugin() argument
90 sp<V1_1::ICasListener> listenerV1_1 = Wrapper::wrap(listener); in createPlugin()
98 const sp<ICasListener>& listener) { in createPluginExt() argument
100 if (listener == NULL) ALOGV("%s: Listener is NULL", __FUNCTION__); in createPluginExt()
108 sp<CasImpl> casImpl = new CasImpl(listener); in createPluginExt()
DMediaCasService.h44 const sp<V1_0::ICasListener>& listener) override;
47 const sp<ICasListener>& listener) override;
/hardware/google/easel/amber/camera/libhdrplusclient/include/
DEaselManagerClient.h67 virtual status_t resume(EaselManagerClientListener *listener) = 0;
112 virtual status_t openHdrPlusClientAsync(HdrPlusClientListener *listener) = 0;
125 virtual status_t openHdrPlusClient(HdrPlusClientListener *listener,
/hardware/google/av/codec2/faultinjection/
DC2ComponentWrapper.cpp62 const std::shared_ptr<C2Component::Listener> &listener) : mListener(listener) {} in Listener() argument
83 const std::shared_ptr<C2Component::Listener> &listener, c2_blocking_t mayBlock) { in setListener_vb() argument
84 mListener = std::make_shared<Listener>(listener); in setListener_vb()
DC2ComponentWrapper.h48 explicit Listener(const std::shared_ptr<C2Component::Listener> &listener);
65 const std::shared_ptr<C2Component::Listener> &listener,
/hardware/google/interfaces/media/c2/1.0/
DIComponentListener.hal25 * Notify the listener that some works have been completed.
30 * Notify the listener that the component is tripped.
35 * Notify the listener of an error.
64 * Notify the listener that frames are rendered.
DIComponentStore.hal35 * @param listener The component listener to use for the component.
36 * @param pool The buffer pool client manager of the component listener.
37 * This must be null if the listener process does not own a buffer pool.
50 IComponentListener listener,
/hardware/google/av/media/eco/aidl/android/media/eco/
DIECOSession.aidl75 boolean addInfoListener(IECOServiceInfoListener listener, in ECOData config); in addInfoListener() argument
84 boolean removeInfoListener(IECOServiceInfoListener listener); in removeInfoListener() argument
/hardware/interfaces/audio/effect/2.0/
DIVirtualizerEffect.hal52 // are relative to the listener.
53 int16_t azimuth; // 0 is the direction the listener faces
54 // 180 is behind the listener
57 // +90 is above the listener, -90 is below
/hardware/interfaces/audio/effect/4.0/
DIVirtualizerEffect.hal53 // are relative to the listener.
54 int16_t azimuth; // 0 is the direction the listener faces
55 // 180 is behind the listener
58 // +90 is above the listener, -90 is below
/hardware/interfaces/audio/effect/5.0/
DIVirtualizerEffect.hal53 // are relative to the listener.
54 int16_t azimuth; // 0 is the direction the listener faces
55 // 180 is behind the listener
58 // +90 is above the listener, -90 is below
/hardware/interfaces/cas/1.1/
DIMediaCasService.hal34 * @param listener the event listener to receive events coming from the CasPlugin.
37 createPluginExt(int32_t caSystemId, ICasListener listener) generates (ICas cas);
/hardware/google/av/codec2/hidl/client/
Dclient.cpp350 if (std::shared_ptr<Codec2Client::Listener> listener = base.lock()) { in onWorkDone() local
351 listener->onWorkDone(component, workItems, numDiscardedInputBuffers); in onWorkDone()
373 if (std::shared_ptr<Codec2Client::Listener> listener = base.lock()) { in onTripped() local
374 listener->onTripped(component, c2SettingResults); in onTripped()
385 if (std::shared_ptr<Listener> listener = base.lock()) { in onError() local
386 listener->onError(component, s == Status::OK ? in onError()
396 std::shared_ptr<Listener> listener = base.lock(); in onFramesRendered() local
401 if (listener) { in onFramesRendered()
420 listener->onInputBufferDone(buffer); in onFramesRendered()
426 if (listener) { in onFramesRendered()
[all …]
/hardware/interfaces/broadcastradio/2.0/
DIAnnouncementListener.hal19 * Callback interface for announcement listener.
21 * For typical configuration, the listener is a broadcast radio service.
DIBroadcastRadio.hal107 * Registers announcement listener.
116 * @param listener The listener interface.
124 IAnnouncementListener listener
/hardware/interfaces/media/c2/1.0/
DIComponentListener.hal25 * Notify the listener that some `Work` items have been completed.
35 * Notify the listener that the component is tripped.
42 * Notify the listener of an error.
82 * Notify the listener that frames have been rendered.
106 * Notify the listener that some input buffers are no longer needed by the
/hardware/interfaces/cas/1.0/default/
DMediaCasService.cpp61 int32_t CA_system_id, const sp<ICasListener>& listener) { in createPlugin() argument
71 sp<CasImpl> casImpl = new CasImpl(listener); in createPlugin()
DMediaCasService.h43 int32_t CA_system_id, const sp<ICasListener>& listener) override;
/hardware/interfaces/cas/1.0/
DIMediaCasService.hal48 * @param listener the event listener to receive events coming from the CasPlugin.
51 createPlugin(int32_t CA_system_id, ICasListener listener) generates (ICas cas);
/hardware/interfaces/drm/1.0/
DIDrmPluginListener.hal26 * IDrmPluginListener is a listener interface for Drm events sent from an
43 * Send a license expiration update to the listener. The expiration
55 * Send a keys change event to the listener. The keys change event
/hardware/google/av/media/eco/
DECOSession.cpp421 const sp<::android::media::eco::IECOServiceInfoListener>& listener, in addInfoListener() argument
423 ALOGV("%s: Add listener %p", __FUNCTION__, listener.get()); in addInfoListener()
427 Status result = listener->getName(&name); in addInfoListener()
441 if (listener == nullptr) { in addInfoListener()
474 mListener = listener; in addInfoListener()
484 const sp<::android::media::eco::IECOServiceInfoListener>& listener, bool* _aidl_return) { in removeInfoListener() argument
487 if (listener.get() != mListener.get()) { in removeInfoListener()
/hardware/interfaces/drm/1.2/vts/functional/
Ddrm_hal_test.cpp286 sp<DrmHalPluginListener> listener = new DrmHalPluginListener(); in TEST_P() local
287 auto res = drmPlugin->setListener(listener); in TEST_P()
301 auto result = listener->WaitForCallback(kCallbackKeysChange); in TEST_P()
474 sp<DrmHalPluginListener> listener = new DrmHalPluginListener(); in TEST_P() local
475 auto res = drmPlugin->setListener(listener); in TEST_P()
484 auto result = listener->WaitForCallback(kCallbackLostState); in TEST_P()

123