HomeSort by relevance Sort by last modified time
    Searched refs:IDrmServiceListener (Results 1 - 8 of 8) sorted by null

  /frameworks/av/drm/common/include/
IDrmServiceListener.h 32 class IDrmServiceListener : public IInterface
49 class BpDrmServiceListener: public BpInterface<IDrmServiceListener>
53 : BpInterface<IDrmServiceListener>(impl) {}
61 class BnDrmServiceListener: public BnInterface<IDrmServiceListener>
IDrmManagerService.h 24 #include "IDrmServiceListener.h"
94 int uniqueId, const sp<IDrmServiceListener>& infoListener) = 0;
185 int uniqueId, const sp<IDrmServiceListener>& infoListener);
  /frameworks/av/drm/common/
IDrmServiceListener.cpp 23 #include "IDrmServiceListener.h"
30 data.writeInterfaceToken(IDrmServiceListener::getInterfaceDescriptor());
39 IMPLEMENT_META_INTERFACE(DrmServiceListener, "drm.IDrmServiceListener");
47 CHECK_INTERFACE(IDrmServiceListener, data, reply);
IDrmManagerService.cpp 146 int uniqueId, const sp<IDrmServiceListener>& drmServiceListener) {
842 const sp<IDrmServiceListener> drmServiceListener
843 = interface_cast<IDrmServiceListener> (data.readStrongBinder());
    [all...]
  /frameworks/av/drm/drmserver/
DrmManager.h 25 #include "IDrmServiceListener.h"
71 int uniqueId, const sp<IDrmServiceListener>& drmServiceListener);
163 KeyedVector< int, sp<IDrmServiceListener> > mServiceListeners;
DrmManagerService.h 25 #include "IDrmServiceListener.h"
77 int uniqueId, const sp<IDrmServiceListener>& drmServiceListener);
DrmManagerService.cpp 159 int uniqueId, const sp<IDrmServiceListener>& drmServiceListener) {
DrmManager.cpp 122 int uniqueId, const sp<IDrmServiceListener>& drmServiceListener) {
601 sp<IDrmServiceListener> serviceListener = mServiceListeners.valueFor(uniqueId);

Completed in 2472 milliseconds