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

/frameworks/av/drm/common/
H A DAndroid.mk30 IDrmServiceListener.cpp \
H A DIDrmManagerService.cpp145 int uniqueId, const sp<IDrmServiceListener>& drmServiceListener) {
847 const sp<IDrmServiceListener> drmServiceListener
848 = interface_cast<IDrmServiceListener> (data.readStrongBinder());
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);
/frameworks/av/drm/drmserver/
H A DDrmManager.cpp137 int uniqueId, const sp<IDrmServiceListener>& drmServiceListener) {
631 sp<IDrmServiceListener> serviceListener = mServiceListeners.valueFor(uniqueId);
H A DDrmManagerService.cpp84 int uniqueId, const sp<IDrmServiceListener>& drmServiceListener) {
/frameworks/av/drm/libdrmframework/include/
H A DDrmManager.h25 #include "IDrmServiceListener.h"
71 int uniqueId, const sp<IDrmServiceListener>& drmServiceListener);
159 KeyedVector< int, sp<IDrmServiceListener> > mServiceListeners;
H A DDrmManagerService.h25 #include "IDrmServiceListener.h"
58 int uniqueId, const sp<IDrmServiceListener>& drmServiceListener);
H A DIDrmManagerService.h24 #include "IDrmServiceListener.h"
94 int uniqueId, const sp<IDrmServiceListener>& infoListener) = 0;
186 int uniqueId, const sp<IDrmServiceListener>& infoListener);
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>

Completed in 817 milliseconds