HomeSort by relevance Sort by last modified time
    Searched defs:notifyComplete (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/WebKit/Source/modules/webaudio/
AsyncAudioDecoder.cpp 62 // The leak references to successCallback and errorCallback are picked up on notifyComplete.
71 // The leaked reference to audioBuffer is picked up in notifyComplete.
72 callOnMainThread(WTF::bind(&AsyncAudioDecoder::notifyComplete, audioData, successCallback, errorCallback, bus.release().leakRef()));
75 void AsyncAudioDecoder::notifyComplete(ArrayBuffer* audioData, AudioBufferCallback* successCallback, AudioBufferCallback* errorCallback, AudioBus* audioBus)
OfflineAudioDestinationNode.cpp 141 context()->executionContext()->postTask(createCrossThreadTask(&OfflineAudioDestinationNode::notifyComplete, this));
144 void OfflineAudioDestinationNode::notifyComplete()
  /frameworks/av/media/libmediaplayerservice/nuplayer/
NuPlayerDecoderBase.cpp 91 void NuPlayer::DecoderBase::signalResume(bool notifyComplete) {
93 msg->setInt32("notifyComplete", notifyComplete);
166 int32_t notifyComplete;
167 CHECK(msg->findInt32("notifyComplete", &notifyComplete));
169 onResume(notifyComplete);
NuPlayerRenderer.cpp 124 void NuPlayer::Renderer::flush(bool audio, bool notifyComplete) {
128 mNotifyCompleteAudio |= notifyComplete;
134 mNotifyCompleteVideo |= notifyComplete;
1089 int32_t audio, notifyComplete;
    [all...]
  /frameworks/base/core/java/android/app/
ExitTransitionCoordinator.java 96 notifyComplete();
293 notifyComplete();
376 notifyComplete();
386 notifyComplete();
406 protected void notifyComplete() {

Completed in 449 milliseconds