Searched refs:IDrmServiceListener (Results 1 - 9 of 9) sorted by relevance

/frameworks/av/drm/libdrmframework/include/
H A DIDrmServiceListener.h32 class IDrmServiceListener : public IInterface class in namespace:android
49 class BpDrmServiceListener: public BpInterface<IDrmServiceListener>
53 : BpInterface<IDrmServiceListener>(impl) {}
61 class BnDrmServiceListener: public BnInterface<IDrmServiceListener>
H A DDrmManager.h25 #include "IDrmServiceListener.h"
71 int uniqueId, const sp<IDrmServiceListener>& drmServiceListener);
161 KeyedVector< int, sp<IDrmServiceListener> > mServiceListeners;
H A DDrmManagerService.h25 #include "IDrmServiceListener.h"
77 int uniqueId, const sp<IDrmServiceListener>& drmServiceListener);
H A DIDrmManagerService.h24 #include "IDrmServiceListener.h"
94 int uniqueId, const sp<IDrmServiceListener>& infoListener) = 0;
184 int uniqueId, const sp<IDrmServiceListener>& infoListener);
/frameworks/av/drm/common/
H A DIDrmServiceListener.cpp23 #include "IDrmServiceListener.h"
30 data.writeInterfaceToken(IDrmServiceListener::getInterfaceDescriptor());
39 IMPLEMENT_META_INTERFACE(DrmServiceListener, "drm.IDrmServiceListener");
47 CHECK_INTERFACE(IDrmServiceListener, data, reply);
H A DAndroid.mk30 IDrmServiceListener.cpp \
H A DIDrmManagerService.cpp146 int uniqueId, const sp<IDrmServiceListener>& drmServiceListener) {
842 const sp<IDrmServiceListener> drmServiceListener
843 = interface_cast<IDrmServiceListener> (data.readStrongBinder());
/frameworks/av/drm/drmserver/
H A DDrmManagerService.cpp152 int uniqueId, const sp<IDrmServiceListener>& drmServiceListener) {
H A DDrmManager.cpp127 int uniqueId, const sp<IDrmServiceListener>& drmServiceListener) {
606 sp<IDrmServiceListener> serviceListener = mServiceListeners.valueFor(uniqueId);

Completed in 76 milliseconds