Searched refs:shutdownAsync (Results 1 - 9 of 9) sorted by relevance

/frameworks/av/include/media/
H A DIHDCP.h47 virtual status_t shutdownAsync() = 0;
/frameworks/av/media/libmediaplayerservice/
H A DHDCP.h32 virtual status_t shutdownAsync();
H A DHDCP.cpp93 status_t HDCP::shutdownAsync() { function in class:android::HDCP
100 return mHDCPModule->shutdownAsync();
/frameworks/native/include/media/hardware/
H A DHDCPAPI.h43 // Sent upon completion of a call to "HDCPModule::shutdownAsync".
89 virtual status_t shutdownAsync() = 0;
/frameworks/av/media/libstagefright/wifi-display/source/
H A DConverter.h68 void shutdownAsync();
H A DConverter.cpp94 void Converter::shutdownAsync() { function in class:android::Converter
H A DPlaybackSession.cpp214 mConverter->shutdownAsync();
H A DWifiDisplaySource.cpp1497 mHDCP->shutdownAsync();
/frameworks/av/media/libmedia/
H A DIHDCP.cpp82 virtual status_t shutdownAsync() { function in struct:android::BpHDCP
229 reply->writeInt32(shutdownAsync());

Completed in 396 milliseconds