OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mFrameCountChanged
(Results
1 - 4
of
4
) sorted by null
/frameworks/av/media/libaudiohal/
EffectBufferHalLocal.cpp
42
mBufferSize(size),
mFrameCountChanged
(false),
48
mBufferSize(size),
mFrameCountChanged
(false),
65
mFrameCountChanged
= true;
74
bool result =
mFrameCountChanged
;
75
mFrameCountChanged
= false;
EffectBufferHalHidl.cpp
59
: mBufferSize(size),
mFrameCountChanged
(false),
111
mFrameCountChanged
= true;
115
bool result =
mFrameCountChanged
;
116
mFrameCountChanged
= false;
EffectBufferHalLocal.h
47
bool
mFrameCountChanged
;
EffectBufferHalHidl.h
55
bool
mFrameCountChanged
;
Completed in 680 milliseconds