Searched defs:WifiDisplaySource (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/media/libstagefright/wifi-display/source/
H A DWifiDisplaySource.cpp18 #define LOG_TAG "WifiDisplaySource"
21 #include "WifiDisplaySource.h"
44 WifiDisplaySource::WifiDisplaySource( function in class:android::WifiDisplaySource
65 WifiDisplaySource::~WifiDisplaySource() {
68 status_t WifiDisplaySource::start(const char *iface) {
88 status_t WifiDisplaySource::stop() {
105 void WifiDisplaySource::onMessageReceived(const sp<AMessage> &msg) {
442 void WifiDisplaySource
[all...]
H A DWifiDisplaySource.h35 struct WifiDisplaySource : public AHandler { struct in namespace:android
38 WifiDisplaySource(
46 virtual ~WifiDisplaySource();
88 typedef status_t (WifiDisplaySource::*HandleRTSPResponseFunc)(
228 DISALLOW_EVIL_CONSTRUCTORS(WifiDisplaySource);

Completed in 46 milliseconds