Home
last modified time | relevance | path

Searched refs:BpDrmServiceListener (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/drm/common/include/
DIDrmServiceListener.h49 class BpDrmServiceListener: public BpInterface<IDrmServiceListener>
52 explicit BpDrmServiceListener(const sp<IBinder>& impl) in BpDrmServiceListener() function
/frameworks/av/drm/common/
DIDrmServiceListener.cpp27 status_t BpDrmServiceListener::notify(const DrmInfoEvent& event) { in notify()