OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:notifyComplete
(Results
1 - 10
of
10
) sorted by null
/frameworks/av/media/libmediaplayerservice/nuplayer/
NuPlayerDecoderBase.h
47
void signalResume(bool
notifyComplete
);
74
virtual void onResume(bool
notifyComplete
) = 0;
76
virtual void onShutdown(bool
notifyComplete
) = 0;
NuPlayerDecoderPassThrough.h
42
virtual void onResume(bool
notifyComplete
);
44
virtual void onShutdown(bool
notifyComplete
);
76
void doFlush(bool
notifyComplete
);
NuPlayerDecoderBase.cpp
106
void NuPlayer::DecoderBase::signalResume(bool
notifyComplete
) {
108
msg->setInt32("
notifyComplete
",
notifyComplete
);
197
int32_t
notifyComplete
;
198
CHECK(msg->findInt32("
notifyComplete
", &
notifyComplete
));
200
onResume(
notifyComplete
);
NuPlayerDecoder.h
48
virtual void onResume(bool
notifyComplete
);
50
virtual void onShutdown(bool
notifyComplete
);
121
void doFlush(bool
notifyComplete
);
NuPlayerDecoderPassThrough.cpp
256
doFlush(false /*
notifyComplete
*/);
361
void NuPlayer::DecoderPassThrough::onResume(bool
notifyComplete
) {
366
if (
notifyComplete
) {
373
void NuPlayer::DecoderPassThrough::doFlush(bool
notifyComplete
) {
381
mRenderer->flush(true /* audio */,
notifyComplete
);
391
doFlush(true /*
notifyComplete
*/);
400
void NuPlayer::DecoderPassThrough::onShutdown(bool
notifyComplete
) {
404
if (
notifyComplete
) {
NuPlayerDecoder.cpp
424
void NuPlayer::Decoder::onResume(bool
notifyComplete
) {
427
if (
notifyComplete
) {
433
void NuPlayer::Decoder::doFlush(bool
notifyComplete
) {
439
mRenderer->flush(mIsAudio,
notifyComplete
);
476
void NuPlayer::Decoder::onShutdown(bool
notifyComplete
) {
506
if (
notifyComplete
) {
[
all
...]
NuPlayerRenderer.h
59
void flush(bool audio, bool
notifyComplete
);
NuPlayerRenderer.cpp
275
void NuPlayer::Renderer::flush(bool audio, bool
notifyComplete
) {
279
mNotifyCompleteAudio |=
notifyComplete
;
284
mNotifyCompleteVideo |=
notifyComplete
;
[
all
...]
/frameworks/base/core/java/android/app/
ExitTransitionCoordinator.java
89
notifyComplete
();
306
notifyComplete
();
423
notifyComplete
();
426
protected void
notifyComplete
() {
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
RVCVRecordActivity.java
157
public void
notifyComplete
() {
982
mActivity.
notifyComplete
();
[
all
...]
Completed in 792 milliseconds