Searched refs:notify (Results 201 - 225 of 231) sorted by relevance

12345678910

/frameworks/av/media/ndk/
H A DNdkMediaDrm.cpp47 void notify(DrmPlugin::EventType eventType, int extra, const Parcel *obj);
64 void DrmListener::notify(DrmPlugin::EventType eventType, int extra, const Parcel *obj) { function in class:DrmListener
/frameworks/base/core/jni/
H A Dandroid_hardware_Camera.cpp76 virtual void notify(int32_t msgType, int32_t ext1, int32_t ext2);
194 void JNICameraContext::notify(int32_t msgType, int32_t ext1, int32_t ext2) function in class:JNICameraContext
196 ALOGV("notify");
H A Dandroid_view_ThreadedRenderer.cpp334 virtual void notify(const int64_t* stats) { function in class:android::ObserverProxy
/frameworks/base/services/net/java/android/net/ip/
H A DIpManager.java145 notify();
153 notify();
/frameworks/native/services/inputflinger/
H A DInputDispatcher.h1079 bool notify);
1104 status_t unregisterInputChannelLocked(const sp<InputChannel>& inputChannel, bool notify);
/frameworks/support/v4/java/android/support/v4/widget/
H A DSwipeRefreshLayout.java49 * will notify the listener each and every time the gesture is completed again;
391 setRefreshing(refreshing, false /* notify */);
430 private void setRefreshing(boolean refreshing, final boolean notify) { argument
432 mNotify = notify;
949 setRefreshing(true, true /* notify */);
/frameworks/av/media/libmediaplayerservice/
H A DMediaPlayerService.cpp579 mAntagonizer = new Antagonizer(notify, this);
635 p = MediaPlayerFactory::createPlayer(playerType, this, notify, mPid);
1267 void MediaPlayerService::Client::notify( function in class:android::MediaPlayerService::Client
1284 client->mNextClient->mClient->notify(
1304 ALOGV("[%d] notify (%p, %d, %d, %d)", client->mConnId, cookie, msg, ext1, ext2);
1305 c->notify(msg, ext1, ext2, obj);
/frameworks/av/media/libstagefright/codecs/mpeg2dec/
H A DSoftMPEG2.cpp632 notify(OMX_EventError, OMX_ErrorUndefined, 0, NULL);
/frameworks/av/services/camera/libcameraservice/device3/
H A DCamera3Device.h657 // Set by notify() SHUTTER call.
811 void notify(const camera3_notify_msg *msg);
813 // Specific notify handlers
/frameworks/base/core/java/android/bluetooth/
H A DBluetoothGattServer.java74 mServerIfLock.notify();
334 * <p>This is an asynchronous call. The callback is used to notify
341 * @return true, the callback will be called to notify success or failure,
/frameworks/base/core/java/com/android/internal/util/
H A DAsyncChannel.java758 /** The object used to wait/notify */
774 mLockObject.notify();
/frameworks/base/core/tests/coretests/src/android/app/
H A DDownloadManagerBaseTest.java215 this.notify();
/frameworks/base/drm/java/android/drm/
H A DDrmManagerClient.java183 public static void notify( method in class:DrmManagerClient
/frameworks/base/services/core/java/com/android/server/
H A DVibratorService.java428 mThread.notify();
/frameworks/base/tests/StatusBar/src/com/android/statusbartest/
H A DNotificationBuilderTest.java201 mNM.notify(NOTIFY_TAG, id, n);
/frameworks/base/tests/SurfaceComposition/src/android/surfacecomposition/
H A DSurfaceCompositionMeasuringActivity.java605 mLock.notify();
/frameworks/base/packages/Shell/src/com/android/shell/
H A DBugreportProgressService.java497 NotificationManager.from(mContext).notify(id, notification);
1022 NotificationManager.from(mContext).notify(info.id, builder.build());
/frameworks/base/services/core/java/com/android/server/pm/
H A DPackageInstallerService.java118 // TODO: notify listeners in other users when package has been installed there
988 notificationManager.notify(basePackageName, 0, mNotification);
1047 notificationManager.notify(basePackageName, 0, notification);
/frameworks/av/drm/drmserver/
H A DDrmManager.cpp607 serviceListener->notify(event);
/frameworks/base/media/jni/soundpool/
H A DSoundPool.cpp456 void SoundPool::notify(SoundPoolEvent event) function in class:android::SoundPool
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DSubscriptionMonitorTest.java128 lock.notify();
/frameworks/base/docs/html/training/
H A Dtraining_toc.cs1266 <a href="<?cs var:toroot ?>training/notify-user/index.html"
1274 <a href="<?cs var:toroot ?>training/notify-user/build-notification.html">
1279 <a href="<?cs var:toroot ?>training/notify-user/navigation.html">
1284 <a href="<?cs var:toroot ?>training/notify-user/managing.html">
1289 <a href="<?cs var:toroot ?>training/notify-user/expanded.html">
1294 <a href="<?cs var:toroot ?>training/notify-user/display-progress.html">
/frameworks/base/services/core/java/com/android/server/audio/
H A DAudioService.java2569 mSoundEffectsLock.notify();
2602 mSoundEffectsLock.notify();
4240 AudioService.this.notify();
4586 reply.notify();
6002 enforceVolumeController("notify about volume controller visibility");
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DInboundSmsHandler.java318 * notify the state machine to broadcast any complete PDUs that might not have been broadcast.
893 mNotificationManager.notify(
1334 * A callback used to notify the platform of the carrier messaging app filtering result. Once
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhone.java1008 /* Only notify complete if it's on the pending list.
1297 // notify change
1338 * CANCEL_ECM_TIMER, cancel Ecm timer and notify apps the timer is canceled; otherwise, restart
1339 * Ecm timer and notify apps the timer is restarted.
1447 notificationManager.notify(notificationTag, notificationId,

Completed in 1086 milliseconds

12345678910