Home
last modified time | relevance | path

Searched refs:notifyClient (Results 1 – 16 of 16) sorted by relevance

/frameworks/base/services/autofill/java/com/android/server/autofill/ui/
DAutoFillUI.java490 @Nullable AutoFillUiCallback callback, boolean notifyClient) { in destroyAll() argument
491 mHandler.post(() -> destroyAllUiThread(pendingSaveUi, callback, notifyClient)); in destroyAll()
528 private void hideFillUiUiThread(@Nullable AutoFillUiCallback callback, boolean notifyClient) { in hideFillUiUiThread() argument
530 mFillUi.destroy(notifyClient); in hideFillUiUiThread()
558 private void destroySaveUiUiThread(@Nullable PendingUi pendingSaveUi, boolean notifyClient) { in destroySaveUiUiThread() argument
571 if (pendingSaveUi != null && notifyClient) { in destroySaveUiUiThread()
589 @Nullable AutoFillUiCallback callback, boolean notifyClient) { in destroyAllUiThread() argument
590 hideFillUiUiThread(callback, notifyClient); in destroyAllUiThread()
592 destroySaveUiUiThread(pendingSaveUi, notifyClient); in destroyAllUiThread()
DFillUi.java469 public void destroy(boolean notifyClient) { in destroy() argument
475 if (notifyClient) { in destroy()
/frameworks/base/core/java/com/android/internal/os/
DBinderInternal.java246 sBinderProxyLimitListenerDelegate.notifyClient(uid); in binderProxyLimitCallbackFromNative()
281 void notifyClient(final int uid) { in notifyClient() method in BinderInternal.BinderProxyLimitListenerDelegate
/frameworks/wilhelm/src/android/
Dandroid_AudioSfDecoder.cpp622 notif_cbf_t notifyClient; in onNotify() local
629 notifyClient = mNotifyClient; in onNotify()
636 notifyClient(kEventPrefetchStatusChange, val, 0, notifyUser); in onNotify()
640 notifyClient(kEventPrefetchFillLevelUpdate, val, 0, notifyUser); in onNotify()
644 notifyClient(kEventEndOfStream, val, 0, notifyUser); in onNotify()
/frameworks/base/media/java/android/media/
DNativeRoutingEventHandlerDelegate.java39 void notifyClient() { in notifyClient() method in NativeRoutingEventHandlerDelegate
DMediaPlayer.java1521 delegate.notifyClient(); in broadcastRoutingChange()
3464 onDrmInfoHandlerDelegate.notifyClient(drmInfo); in handleMessage()
4753 void notifyClient(DrmInfo drmInfo) { in notifyClient() method in MediaPlayer.OnDrmInfoHandlerDelegate
4789 void notifyClient(int status) { in notifyClient() method in MediaPlayer.OnDrmPreparedHandlerDelegate
5000 onDrmPreparedHandlerDelegate.notifyClient(PREPARE_DRM_STATUS_SUCCESS); in prepareDrm()
5594 onDrmPreparedHandlerDelegate.notifyClient(status); in run()
DMediaRecorder.java1631 delegate.notifyClient(); in handleMessage()
DAudioRecord.java1976 delegate.notifyClient(); in broadcastRoutingChange()
DAudioTrack.java3891 delegate.notifyClient(); in broadcastRoutingChange()
/frameworks/av/media/libmediatranscoding/
DTranscodingSessionController.cpp884 void TranscodingSessionController::notifyClient(ClientIdType clientId, SessionIdType sessionId, in notifyClient() function in android::TranscodingSessionController
911 notifyClient(clientId, sessionId, "started", [=](const SessionKeyType& sessionKey) { in onStarted()
920 notifyClient(clientId, sessionId, "paused", [=](const SessionKeyType& sessionKey) { in onPaused()
929 notifyClient(clientId, sessionId, "resumed", [=](const SessionKeyType& sessionKey) { in onResumed()
938 notifyClient(clientId, sessionId, "finish", [=](const SessionKeyType& sessionKey) { in onFinish()
960 notifyClient(clientId, sessionId, "error", [=](const SessionKeyType& sessionKey) { in onError()
989 notifyClient(clientId, sessionId, "progress", [=](const SessionKeyType& sessionKey) { in onProgressUpdate()
999 notifyClient(clientId, sessionId, "heart-beat", in onHeartBeat()
1006 notifyClient(clientId, sessionId, "resource_lost", [=](const SessionKeyType& sessionKey) { in onResourceLost()
/frameworks/av/media/libmediatranscoding/include/media/
DTranscodingSessionController.h196 void notifyClient(ClientIdType clientId, SessionIdType sessionId, const char* reason,
/frameworks/av/media/codec2/sfplugin/
DCCodecBufferChannel.cpp1731 bool notifyClient = false; in handleWork() local
1734 notifyClient = true; in handleWork()
1749 notifyClient = false; in handleWork()
1980 if (!notifyClient) { in handleWork()
2006 if (notifyClient && !buffer && !flags) { in handleWork()
2013 notifyClient = false; in handleWork()
2039 notifyClient, in handleWork()
/frameworks/base/services/midi/java/com/android/server/midi/
DMidiService.java417 connection.notifyClient(server); in setDeviceServer()
467 connection.notifyClient(mServer); in addDeviceConnection()
528 connection.notifyClient(null); in addDeviceConnection()
638 public void notifyClient(IMidiDeviceServer deviceServer) { in notifyClient() method in MidiService.DeviceConnection
/frameworks/base/core/java/android/hardware/camera2/impl/
DCameraExtensionSessionImpl.java1531 boolean notifyClient = mClientNotificationsEnabled; in onCaptureCompleted()
1606 notifyClient = false; in onCaptureCompleted()
1614 if (notifyClient) { in onCaptureCompleted()
1644 if (!notifyClient) { in onCaptureCompleted()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt27520 Landroid/media/MediaPlayer$OnDrmInfoHandlerDelegate;->notifyClient(Landroid/media/MediaPlayer$DrmIn…
27524 Landroid/media/MediaPlayer$OnDrmPreparedHandlerDelegate;->notifyClient(I)V
29207 Landroid/media/NativeRoutingEventHandlerDelegate;->notifyClient()V
/frameworks/base/services/
Dart-profile29497 PLcom/android/server/midi/MidiService$DeviceConnection;->notifyClient(Landroid/media/midi/IMidiDevi…