Searched refs:notify (Results 76 - 100 of 231) sorted by relevance

12345678910

/frameworks/base/tests/SurfaceComposition/src/android/surfacecomposition/
H A DCustomSurfaceView.java231 mSurfaceLock.notify();
240 mSurfaceLock.notify();
/frameworks/wilhelm/src/android/
H A Dandroid_GenericPlayer.h127 virtual void notify(const char* event, int data1, bool async);
128 virtual void notify(const char* event, int data1, int data2, bool async);
H A Dandroid_GenericMediaPlayer.cpp61 // Map a media_event_type enum (the msg of an IMediaPlayerClient::notify) to a string or NULL
116 void MediaPlayerNotificationClient::notify(int msg, int ext1, int ext2, const Parcel *obj) { function in class:android::MediaPlayerNotificationClient
118 SL_LOGV("MediaPlayerNotificationClient::notify(msg=%s (%d), ext1=%d, ext2=%d)",
123 SL_LOGW("MediaPlayerNotificationClient::notify after GenericMediaPlayer destroyed");
146 // Or alternatively, we could notify unconditionally and let it decide whether to handle.
148 genericMediaPlayer->notify(PLAYEREVENT_VIDEO_SIZE_UPDATE,
158 genericMediaPlayer->notify(PLAYEREVENT_ENDOFSTREAM, 1, true /*async*/);
178 SL_LOGV("MediaPlayerNotificationClient::notify(msg=MEDIA_ERROR, ext1=%s (%d), ext2=%d)",
186 genericMediaPlayer->notify(PLAYEREVENT_ERRORAFTERPREPARE, ext1, true /*async*/);
197 SL_LOGV("MediaPlayerNotificationClient::notify(ms
[all...]
H A Dandroid_GenericPlayer.cpp285 void GenericPlayer::notify(const char* event, int data, bool async) { function in class:android::GenericPlayer
286 SL_LOGV("GenericPlayer::notify(event=%s, data=%d, async=%s)", event, data,
298 void GenericPlayer::notify(const char* event, int data1, int data2, bool async) { function in class:android::GenericPlayer
299 SL_LOGV("GenericPlayer::notify(event=%s, data1=%d, data2=%d, async=%s)", event, data1, data2,
402 notify(PLAYEREVENT_PREPARED, mStateFlags & kFlagPrepared ? PLAYER_SUCCESS : PLAYER_FAILURE,
555 notify(PLAYEREVENT_PREFETCHSTATUSCHANGE, (int32_t)mCacheStatus, true /*async*/);
562 notify(PLAYEREVENT_PREFETCHFILLLEVELUPDATE, (int32_t)mLastNotifiedCacheFill, true/*async*/);
630 notify(PLAYEREVENT_PLAY, (int32_t) SL_PLAYEVENT_HEADATMARKER, true /*async*/);
667 notify(PLAYEREVENT_PLAY, (int32_t) SL_PLAYEVENT_HEADATNEWPOS, true /*async*/);
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayerRenderer.cpp92 const sp<AMessage> &notify,
96 mNotify(notify),
722 sp<AMessage> notify = mNotify->dup(); local
723 notify->setInt32("what", kWhatMediaRenderingStart);
724 notify->post();
1301 sp<AMessage> notify = mNotify->dup(); local
1302 notify->setInt32("what", kWhatVideoRenderingStart);
1303 notify->post();
1314 sp<AMessage> notify = mNotify->dup(); local
1315 notify
90 Renderer( const sp<MediaPlayerBase::AudioSink> &sink, const sp<AMessage> &notify, uint32_t flags) argument
1561 sp<AMessage> notify = mNotify->dup(); local
1711 sp<AMessage> notify = mNotify->dup(); local
[all...]
H A DHTTPLiveSource.h32 const sp<AMessage> &notify,
H A DNuPlayerCCDecoder.h36 CCDecoder(const sp<AMessage> &notify);
H A DNuPlayerDecoderBase.h33 DecoderBase(const sp<AMessage> &notify);
/frameworks/av/drm/libdrmframework/
H A DNoOpDrmManagerClientImpl.cpp222 status_t NoOpDrmManagerClientImpl::notify( function in class:android::NoOpDrmManagerClientImpl
/frameworks/av/media/libstagefright/rtsp/
H A DARTPConnection.h40 const sp<AMessage> &notify,
H A DARTPSession.cpp85 sp<AMessage> notify = new AMessage(kWhatAccessUnitComplete, this); local
86 notify->setSize("track-index", mTracks.size() - 1);
89 rtpSocket, rtcpSocket, mDesc, i, notify, false /* injected */);
/frameworks/av/media/libstagefright/wifi-display/
H A DMediaSender.h51 const sp<AMessage> &notify);
/frameworks/av/media/libstagefright/wifi-display/source/
H A DConverter.h46 Converter(const sp<AMessage> &notify,
/frameworks/base/media/jni/soundpool/
H A DSoundPoolThread.cpp111 mSoundPool->notify(SoundPoolEvent(SoundPoolEvent::SAMPLE_LOADED, sampleID, status));
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/services/
H A DFileOperationService.java300 mNotificationManager.notify(job.id, NOTIFICATION_ID_PROGRESS, job.getSetupNotification());
312 mNotificationManager.notify(
318 mNotificationManager.notify(
330 mNotificationManager.notify(
/frameworks/base/packages/MtpDocumentsProvider/src/com/android/mtp/
H A DMtpDocumentsService.java85 mNotificationManager.notify(record.deviceId, notification);
/frameworks/opt/bitmap/src/com/android/bitmap/
H A DUnrefedBitmapCache.java115 mLock.notify();
/frameworks/av/media/libstagefright/codecs/gsm/dec/
H A DSoftGSM.cpp221 notify(OMX_EventError, OMX_ErrorUndefined, 0, NULL);
227 notify(OMX_EventError, OMX_ErrorUndefined, 0, NULL);
234 notify(OMX_EventError, OMX_ErrorUndefined, 0, NULL);
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/
H A DSoftMPEG4Encoder.cpp189 notify(OMX_EventError, OMX_ErrorUndefined, 0, 0);
196 notify(OMX_EventError, OMX_ErrorUndefined, 0, 0);
422 notify(OMX_EventError, OMX_ErrorUndefined, 0, 0);
457 notify(OMX_EventError, OMX_ErrorUndefined, 0, 0);
490 notify(OMX_EventError, OMX_ErrorUndefined, 0, 0);
/frameworks/av/media/libstagefright/codecs/opus/dec/
H A DSoftOpus.cpp359 notify(OMX_EventError, OMX_ErrorUndefined, 0, NULL);
384 notify(OMX_EventError, OMX_ErrorUndefined, 0, NULL);
393 notify(OMX_EventError, OMX_ErrorUndefined, 0, NULL);
407 notify(OMX_EventPortSettingsChanged, 1, 0, NULL);
475 notify(OMX_EventError, OMX_ErrorUndefined, 0, NULL);
/frameworks/av/media/libstagefright/codecs/vorbis/dec/
H A DSoftVorbis.cpp280 notify(OMX_EventError, OMX_ErrorUndefined, 0, NULL);
300 notify(OMX_EventError, OMX_ErrorUndefined, ret, NULL);
307 notify(OMX_EventError, OMX_ErrorUndefined, ret, NULL);
316 notify(OMX_EventPortSettingsChanged, 1, 0, NULL);
349 notify(OMX_EventError, OMX_ErrorBadParameter, 0, NULL);
/frameworks/av/media/libstagefright/codecs/aacdec/
H A DSoftAAC2.cpp584 notify(OMX_EventError, OMX_ErrorUndefined, decoderErr, NULL);
605 notify(OMX_EventPortSettingsChanged, 1, 0, NULL);
665 notify(OMX_EventError, OMX_ErrorStreamCorrupt, ERROR_MALFORMED, NULL);
737 notify(OMX_EventError, OMX_ErrorUndefined, 0, NULL);
748 notify(OMX_EventError, OMX_ErrorUndefined, decoderErr, NULL);
759 notify(OMX_EventError, OMX_ErrorUndefined, decoderErr, NULL);
800 notify(OMX_EventError, OMX_ErrorUndefined, decoderErr, NULL);
809 notify(OMX_EventPortSettingsChanged, 1, 0, NULL);
887 notify(OMX_EventError, OMX_ErrorUndefined, 0, NULL);
899 notify(OMX_EventErro
[all...]
/frameworks/base/services/voiceinteraction/java/com/android/server/soundtrigger/
H A DSoundTriggerHelper.java322 false /* Don't notify for synchronous calls */);
434 false /* don't notify for synchronous calls */);
464 false /* don't notify for synchronous calls */);
501 false /* don't notify */);
536 false /* don't notify for synchronous calls */);
631 true /* notify */);
672 updateAllRecognitionsLocked(true /* notify */);
680 updateAllRecognitionsLocked(true /* notify */);
692 updateAllRecognitionsLocked(true /* notify */);
763 updateRecognitionLocked(modelData, isRecognitionAllowed(), true /* notify */);
767 updateAllRecognitionsLocked(boolean notify) argument
774 updateRecognitionLocked(ModelData model, boolean isAllowed, boolean notify) argument
947 startRecognitionLocked(ModelData modelData, boolean notify) argument
996 stopRecognitionLocked(ModelData modelData, boolean notify) argument
[all...]
/frameworks/av/media/libstagefright/omx/
H A DSimpleSoftOMXComponent.cpp448 notify(OMX_EventCmdComplete, OMX_CommandStateSet, state, NULL);
507 notify(OMX_EventCmdComplete, OMX_CommandFlush, OMX_ALL, NULL);
520 // which leads to flushing ports. At this time, it should be ok to notify
523 notify(OMX_EventError, OMX_ErrorUndefined, 0, 0);
551 notify(OMX_EventCmdComplete, OMX_CommandFlush, portIndex, NULL);
608 notify(OMX_EventCmdComplete, OMX_CommandStateSet, mState, NULL);
620 notify(OMX_EventCmdComplete, OMX_CommandPortDisable, i, NULL);
630 notify(OMX_EventCmdComplete, OMX_CommandPortEnable, i, NULL);
/frameworks/av/media/libstagefright/codecs/on2/enc/
H A DSoftVPXEncoder.cpp700 notify(OMX_EventError,
745 notify(OMX_EventError, OMX_ErrorUndefined, 0, 0);
751 notify(OMX_EventError, OMX_ErrorUndefined, 0, 0);
784 notify(OMX_EventError,
808 notify(OMX_EventError,
829 notify(OMX_EventError, OMX_ErrorUndefined, 0, 0);

Completed in 441 milliseconds

12345678910