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

12345678910

/frameworks/av/services/camera/libcameraservice/device3/
H A DCamera3Device.cpp77 camera3_callback_ops::notify = &sNotify; member in class:android::camera3_callback_ops
2486 void Camera3Device::notify(const camera3_notify_msg *msg) { function in class:android::Camera3Device
2495 SET_ERR("HAL sent NULL notify message!");
2509 SET_ERR("Unknown notify message from HAL: %d",
3067 // come through notify.
3844 // This stream has finished, notify listener
3874 d->notify(msg);
/frameworks/opt/net/voip/src/java/com/android/server/sip/
H A DSipSessionGroup.java574 this.notify();
1274 // send notify accepted
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DServiceStateTracker.java341 // update voicemail count and notify message waiting changed
699 * @param h handler to notify
720 * @param h handler to notify
741 * @param h handler to notify
762 * @param h handler to notify
881 result.lockObj.notify();
3504 * notification and notify registrants when sim is ready.
3542 * and we only need to notify when state is changed.
4030 notificationManager.notify(notificationId, mNotification);
4071 * @param h handler to notify
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DBaseStatusBar.java866 noMan.notify(R.id.notification_hidden, note.build());
1230 mNotificationGutsExposed.closeControls(x, y, true /* notify */);
2268 // notify the scroller of a child addition
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
H A DDevicePolicyManagerService.java4627 mInjector.getNotificationManager().notify(PROFILE_WIPED_NOTIFICATION_ID, notification);
5207 Log.w(LOG_TAG, "Unable to notify WindowManager.", e);
/frameworks/base/services/core/java/com/android/server/am/
H A DActivityManagerService.java2773 mProcessCpuThread.notify();
5233 public synchronized void onEvent(int event, String path) { notify(); }

Completed in 281 milliseconds

12345678910