OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mSetSurfaceInProgress
(Results
1 - 4
of
4
) sorted by null
/frameworks/av/media/libmediaplayer2/nuplayer2/
NuPlayer2Driver.h
119
bool
mSetSurfaceInProgress
;
NuPlayer2Driver.cpp
118
mSetSurfaceInProgress
(false),
226
if (
mSetSurfaceInProgress
) {
239
mSetSurfaceInProgress
= true;
243
while (
mSetSurfaceInProgress
) {
683
CHECK(
mSetSurfaceInProgress
);
684
mSetSurfaceInProgress
= false;
/frameworks/av/media/libmediaplayerservice/nuplayer/
NuPlayerDriver.h
128
bool
mSetSurfaceInProgress
;
NuPlayerDriver.cpp
77
mSetSurfaceInProgress
(false),
224
if (
mSetSurfaceInProgress
) {
237
mSetSurfaceInProgress
= true;
241
while (
mSetSurfaceInProgress
) {
832
CHECK(
mSetSurfaceInProgress
);
833
mSetSurfaceInProgress
= false;
[
all
...]
Completed in 119 milliseconds