Searched refs:notify (Results 101 - 125 of 310) sorted by relevance

1234567891011>>

/frameworks/av/include/media/
H A Dmediarecorder.h133 // The "msg" code passed to the listener in notify.
150 * The (part of) "what" code passed to the listener in notify.
218 virtual void notify(int msg, int ext1, int ext2) = 0;
255 void notify(int msg, int ext1, int ext2);
/frameworks/av/media/libmedia/include/media/
H A Dmediarecorder.h133 // The "msg" code passed to the listener in notify.
150 * The (part of) "what" code passed to the listener in notify.
218 virtual void notify(int msg, int ext1, int ext2) = 0;
255 void notify(int msg, int ext1, int ext2);
/frameworks/av/media/libstagefright/rtsp/
H A DAH263Assembler.cpp32 AH263Assembler::AH263Assembler(const sp<AMessage> &notify) argument
33 : mNotifyMsg(notify),
H A DARTPConnection.cpp83 const sp<AMessage> &notify,
90 msg->setMessage("notify", notify);
202 CHECK(msg->findMessage("notify", &info->mNotifyMsg));
415 sp<AMessage> notify = s->mNotifyMsg->dup(); local
416 notify->setInt32("first-rtp", true);
417 notify->post();
501 sp<AMessage> notify = s->mNotifyMsg->dup(); local
502 notify->setInt32("first-rtcp", true);
503 notify
79 addStream( int rtpSocket, int rtcpSocket, const sp<ASessionDescription> &sessionDesc, size_t index, const sp<AMessage> &notify, bool injected) argument
[all...]
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/base/core/java/com/android/internal/midi/
H A DEventScheduler.java160 // event then notify any threads waiting for the next event.
162 mLock.notify();
248 mLock.notify();
/frameworks/base/tests/SurfaceComposition/src/android/surfacecomposition/
H A DCustomSurfaceView.java231 mSurfaceLock.notify();
240 mSurfaceLock.notify();
/frameworks/native/cmds/lshal/
H A DTimeout.h34 void notify() { function in class:android::lshal::BackgroundTaskState
59 state.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);
/frameworks/av/drm/libdrmframework/
H A DNoOpDrmManagerClientImpl.cpp222 status_t NoOpDrmManagerClientImpl::notify( function in class:android::NoOpDrmManagerClientImpl
/frameworks/av/media/libmediaplayer2/nuplayer2/
H A DHTTPLiveSource2.h32 const sp<AMessage> &notify,
H A DNuPlayer2CCDecoder.h36 explicit CCDecoder(const sp<AMessage> &notify);
H A DNuPlayer2Renderer.h40 const sp<AMessage> &notify,
91 const sp<AMessage> &notify);
277 void onChangeAudioFormat(const sp<AMessage> &meta, const sp<AMessage> &notify);
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DHTTPLiveSource.h32 const sp<AMessage> &notify,
H A DNuPlayerCCDecoder.h36 explicit CCDecoder(const sp<AMessage> &notify);
H A DNuPlayerRenderer.h40 const sp<AMessage> &notify,
91 const sp<AMessage> &notify);
277 void onChangeAudioFormat(const sp<AMessage> &meta, const sp<AMessage> &notify);
/frameworks/av/media/libstagefright/codecs/on2/dec/
H A DSoftVPX.cpp247 notify(OMX_EventError, OMX_ErrorUndefined, 0, NULL);
297 notify(OMX_EventError, OMX_ErrorUndefined, 0, NULL);
307 notify(OMX_EventError, OMX_ErrorUndefined, 0, NULL);
322 notify(OMX_EventError, OMX_ErrorUndefined, 0, NULL);
/frameworks/base/media/jni/soundpool/
H A DSoundPoolThread.cpp111 mSoundPool->notify(SoundPoolEvent(SoundPoolEvent::SAMPLE_LOADED, sampleID, status));
/frameworks/ml/nn/runtime/test/benchmark/src/com/example/android/nn/benchmark/
H A DNNTest.java74 this.notify();
/frameworks/opt/bitmap/src/com/android/bitmap/
H A DUnrefedBitmapCache.java115 mLock.notify();
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWrongPasswordNotifier.java97 mNotificationManager.notify(NOTIFICATION_ID, builder.build());
/frameworks/base/core/java/com/android/internal/os/
H A DKernelUidCpuFreqTimeReader.java183 boolean notify = false;
191 notify |= mDeltaTimes[i] > 0;
193 if (notify && valid) {
/frameworks/base/packages/EasterEgg/src/com/android/egg/neko/
H A DNekoService.java85 noman.notify(DEBUG_NOTIFICATION, builder.build());
110 noman.notify(CAT_NOTIFICATION, builder.build());
148 noman.notify(DEBUG_NOTIFICATION, new Notification.Builder(context)
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DCarrierServiceStateTrackerTest.java158 verify(mNotificationManager).notify(
160 verify(mNotificationManager).notify(
192 verify(mNotificationManager).notify(

Completed in 877 milliseconds

1234567891011>>