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

  /frameworks/av/drm/libdrmframework/include/
DrmManagerService.h 58 int uniqueId, const sp<IDrmServiceListener>& drmServiceListener);
DrmManager.h 71 int uniqueId, const sp<IDrmServiceListener>& drmServiceListener);
  /frameworks/av/drm/drmserver/
DrmManagerService.cpp 84 int uniqueId, const sp<IDrmServiceListener>& drmServiceListener) {
86 mDrmManager->setDrmServiceListener(uniqueId, drmServiceListener);
DrmManager.cpp 127 int uniqueId, const sp<IDrmServiceListener>& drmServiceListener) {
129 if (NULL != drmServiceListener.get()) {
130 mServiceListeners.add(uniqueId, drmServiceListener);
  /frameworks/av/drm/common/
IDrmManagerService.cpp 145 int uniqueId, const sp<IDrmServiceListener>& drmServiceListener) {
151 data.writeStrongBinder(drmServiceListener->asBinder());
849 const sp<IDrmServiceListener> drmServiceListener
852 status_t status = setDrmServiceListener(uniqueId, drmServiceListener);
    [all...]

Completed in 123 milliseconds