OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kWhatSourceNotify
(Results
1 - 4
of
4
) sorted by null
/frameworks/av/include/media/stagefright/
MPEG2TSWriter.h
52
kWhatSourceNotify
= 'noti'
/frameworks/av/media/libmediaplayerservice/nuplayer/
NuPlayer.h
105
kWhatSourceNotify
= 'srcN',
NuPlayer.cpp
181
sp<AMessage> notify = new AMessage(
kWhatSourceNotify
, id());
216
sp<AMessage> notify = new AMessage(
kWhatSourceNotify
, id());
239
sp<AMessage> notify = new AMessage(
kWhatSourceNotify
, id());
833
case
kWhatSourceNotify
:
[
all
...]
/frameworks/av/media/libstagefright/
MPEG2TSWriter.cpp
568
new AMessage(
kWhatSourceNotify
, mReflector->id());
605
case
kWhatSourceNotify
:
Completed in 127 milliseconds