/hardware/google/av/codec2/hidl/1.0/utils/ |
D | Component.cpp | 154 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/ |
D | SimpleC2Component.cpp | 162 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/ |
D | MtsHidlC2V1_0TargetMasterTest.cpp | 76 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/ |
D | MediaCasService.cpp | 85 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()
|
D | MediaCasService.h | 44 const sp<V1_0::ICasListener>& listener) override; 47 const sp<ICasListener>& listener) override;
|
/hardware/google/easel/amber/camera/libhdrplusclient/include/ |
D | EaselManagerClient.h | 67 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/ |
D | C2ComponentWrapper.cpp | 62 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()
|
D | C2ComponentWrapper.h | 48 explicit Listener(const std::shared_ptr<C2Component::Listener> &listener); 65 const std::shared_ptr<C2Component::Listener> &listener,
|
/hardware/google/interfaces/media/c2/1.0/ |
D | IComponentListener.hal | 25 * 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.
|
D | IComponentStore.hal | 35 * @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/ |
D | IECOSession.aidl | 75 boolean addInfoListener(IECOServiceInfoListener listener, in ECOData config); in addInfoListener() argument 84 boolean removeInfoListener(IECOServiceInfoListener listener); in removeInfoListener() argument
|
/hardware/interfaces/audio/effect/2.0/ |
D | IVirtualizerEffect.hal | 52 // 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/ |
D | IVirtualizerEffect.hal | 53 // 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/ |
D | IVirtualizerEffect.hal | 53 // 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/ |
D | IMediaCasService.hal | 34 * @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/ |
D | client.cpp | 350 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/ |
D | IAnnouncementListener.hal | 19 * Callback interface for announcement listener. 21 * For typical configuration, the listener is a broadcast radio service.
|
D | IBroadcastRadio.hal | 107 * Registers announcement listener. 116 * @param listener The listener interface. 124 IAnnouncementListener listener
|
/hardware/interfaces/media/c2/1.0/ |
D | IComponentListener.hal | 25 * 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/ |
D | MediaCasService.cpp | 61 int32_t CA_system_id, const sp<ICasListener>& listener) { in createPlugin() argument 71 sp<CasImpl> casImpl = new CasImpl(listener); in createPlugin()
|
D | MediaCasService.h | 43 int32_t CA_system_id, const sp<ICasListener>& listener) override;
|
/hardware/interfaces/cas/1.0/ |
D | IMediaCasService.hal | 48 * @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/ |
D | IDrmPluginListener.hal | 26 * 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/ |
D | ECOSession.cpp | 421 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/ |
D | drm_hal_test.cpp | 286 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()
|