Home
last modified time | relevance | path

Searched refs:notifyService (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/services/accessibility/java/com/android/server/accessibility/
DMotionEventInjector.java152 notifyService(mServiceInterfaceForCurrentGesture, mSequencesInProgress.get(0), true); in handleMessage()
171 notifyService(serviceInterface, sequence, false); in injectEventsMainThread()
181 notifyService(serviceInterface, sequence, false); in injectEventsMainThread()
196 notifyService(serviceInterface, sequence, false); in injectEventsMainThread()
310 notifyService(mServiceInterfaceForCurrentGesture, in cancelAnyPendingInjectedEvents()
322 private void notifyService(IAccessibilityServiceClient service, int sequence, boolean success) { in notifyService() method in MotionEventInjector
/frameworks/av/services/audiopolicy/service/
DAudioPolicyService.cpp584 void AudioPolicyService::UidPolicy::notifyService(uid_t uid, bool active) { in notifyService() function in android::AudioPolicyService::UidPolicy
599 notifyService(uid, active); // Started to override. in updateOverrideUid()
601 notifyService(uid, isUidActive(uid)); // Override ceased, notify with ground truth. in updateOverrideUid()
603 notifyService(uid, active); // Override updated. in updateOverrideUid()
617 if (wasActive != nowActive) notifyService(uid, nowActive); in updateUidCache()
DAudioPolicyService.h297 void notifyService(uid_t uid, bool active);