OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HandleRTSPResponseFunc
(Results
1 - 2
of
2
) sorted by null
/frameworks/av/media/libstagefright/wifi-display/source/
WifiDisplaySource.h
102
typedef status_t (WifiDisplaySource::*
HandleRTSPResponseFunc
)(
161
KeyedVector<ResponseID,
HandleRTSPResponseFunc
> mResponseHandlers;
210
int32_t sessionID, int32_t cseq,
HandleRTSPResponseFunc
func);
WifiDisplaySource.cpp
562
int32_t sessionID, int32_t cseq,
HandleRTSPResponseFunc
func) {
1082
HandleRTSPResponseFunc
func = mResponseHandlers.valueAt(index);
[
all
...]
Completed in 200 milliseconds