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

/frameworks/av/media/libstagefright/wifi-display/sink/
H A DWifiDisplaySink.h72 typedef status_t (WifiDisplaySink::*HandleRTSPResponseFunc)( typedef in struct:android::WifiDisplaySink
86 KeyedVector<ResponseID, HandleRTSPResponseFunc> mResponseHandlers;
112 int32_t sessionID, int32_t cseq, HandleRTSPResponseFunc func);
H A DWifiDisplaySink.cpp236 int32_t sessionID, int32_t cseq, HandleRTSPResponseFunc func) {
432 HandleRTSPResponseFunc func = mResponseHandlers.valueAt(index);
/frameworks/av/media/libstagefright/wifi-display/source/
H A DWifiDisplaySource.h88 typedef status_t (WifiDisplaySource::*HandleRTSPResponseFunc)( typedef in struct:android::WifiDisplaySource
130 KeyedVector<ResponseID, HandleRTSPResponseFunc> mResponseHandlers;
167 int32_t sessionID, int32_t cseq, HandleRTSPResponseFunc func);
H A DWifiDisplaySource.cpp443 int32_t sessionID, int32_t cseq, HandleRTSPResponseFunc func) {
890 HandleRTSPResponseFunc func = mResponseHandlers.valueAt(index);

Completed in 109 milliseconds