Searched refs:mHDCP (Results 1 - 4 of 4) sorted by relevance

/frameworks/av/media/libstagefright/wifi-display/source/
H A DPlaybackSession.h96 sp<IHDCP> mHDCP; member in struct:android::WifiDisplaySource::PlaybackSession
H A DWifiDisplaySource.cpp1141 mNetSession, notify, mInterfaceAddr, mHDCP);
1355 if (mHDCP != NULL) {
1357 mHDCP->shutdownAsync();
1367 if (mHDCP != NULL) {
1368 mHDCP->setObserver(NULL);
1370 mHDCP.clear();
1563 mHDCP = service->makeHDCP();
1565 if (mHDCP == NULL) {
1572 status_t err = mHDCP->setObserver(mHDCPObserver);
1578 mHDCP
[all...]
H A DPlaybackSession.cpp337 mHDCP(hdcp),
468 if (mHDCP != NULL && !track->isAudio()) {
849 if (mHDCP != NULL && !track->isAudio()) {
857 status_t err = mHDCP->encrypt(
H A DWifiDisplaySource.h146 sp<IHDCP> mHDCP; member in struct:android::WifiDisplaySource

Completed in 57 milliseconds