OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kWhatStop
(Results
1 - 13
of
13
) sorted by null
/frameworks/av/media/libstagefright/wifi-display/source/
MediaPuller.h
48
kWhatStop
,
MediaPuller.cpp
70
sp<AMessage> msg = new AMessage(
kWhatStop
, id());
114
case
kWhatStop
:
WifiDisplaySource.h
76
kWhatStop
,
WifiDisplaySource.cpp
113
sp<AMessage> msg = new AMessage(
kWhatStop
, id());
294
case
kWhatStop
:
[
all
...]
/frameworks/av/cmds/stagefright/
SimplePlayer.h
59
kWhatStop
,
sf2.cpp
151
case
kWhatStop
:
198
(new AMessage(
kWhatStop
, id()))->post();
218
(new AMessage(
kWhatStop
, id()))->post();
232
kWhatStop
= 'stop',
SimplePlayer.cpp
95
sp<AMessage> msg = new AMessage(
kWhatStop
, id());
205
case
kWhatStop
:
/frameworks/av/media/libstagefright/rtsp/
ARTPWriter.h
54
kWhatStop
= 'stop',
ARTPWriter.cpp
164
(new AMessage(
kWhatStop
, mReflector->id()))->post();
221
case
kWhatStop
:
/frameworks/av/media/libstagefright/httplive/
PlaylistFetcher.h
82
kWhatStop
= 'stop',
PlaylistFetcher.cpp
369
sp<AMessage> msg = new AMessage(
kWhatStop
, id());
403
case
kWhatStop
:
[
all
...]
/frameworks/av/include/media/stagefright/
MediaCodec.h
152
kWhatStop
= 'stop',
/frameworks/av/media/libstagefright/
MediaCodec.cpp
208
sp<AMessage> msg = new AMessage(
kWhatStop
, id());
[
all
...]
Completed in 139 milliseconds