OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kWhatRTPNotify
(Results
1 - 4
of
4
) sorted by null
/frameworks/av/media/libstagefright/wifi-display/sink/
RTPSink.h
58
kWhatRTPNotify
,
RTPSink.cpp
270
sp<AMessage> rtpNotify = new AMessage(
kWhatRTPNotify
, id());
310
case
kWhatRTPNotify
:
353
if (msg->what() ==
kWhatRTPNotify
) {
/frameworks/av/media/libstagefright/wifi-display/source/
Sender.h
65
kWhatRTPNotify
,
Sender.cpp
217
sp<AMessage> rtpNotify = new AMessage(
kWhatRTPNotify
, id());
331
sp<AMessage> rtpNotify = new AMessage(
kWhatRTPNotify
, id());
396
case
kWhatRTPNotify
:
421
if ((msg->what() ==
kWhatRTPNotify
Completed in 41 milliseconds