Searched defs:dispatcher (Results 1 - 14 of 14) sorted by relevance

/frameworks/native/services/vr/bufferhubd/
H A Dbufferhubd.cpp15 std::unique_ptr<android::pdx::ServiceDispatcher> dispatcher; local
37 dispatcher = android::pdx::ServiceDispatcher::Create();
38 CHECK_ERROR(!dispatcher, error, "Failed to create service dispatcher\n");
42 dispatcher->AddService(service);
49 ret = dispatcher->EnterDispatchLoop();
/frameworks/native/services/vr/performanced/
H A Dmain.cpp31 std::unique_ptr<android::pdx::ServiceDispatcher> dispatcher; local
61 dispatcher = android::pdx::ServiceDispatcher::Create();
62 CHECK_ERROR(!dispatcher, error, "Failed to create service dispatcher.");
66 dispatcher->AddService(service);
70 ret = dispatcher->EnterDispatchLoop();
/frameworks/base/core/java/android/speech/tts/
H A DPlaybackQueueItem.java11 PlaybackQueueItem(TextToSpeechService.UtteranceProgressDispatcher dispatcher, argument
13 mDispatcher = dispatcher;
H A DSilencePlaybackQueueItem.java25 SilencePlaybackQueueItem(UtteranceProgressDispatcher dispatcher, argument
27 super(dispatcher, callerIdentity);
H A DAudioPlaybackQueueItem.java38 AudioPlaybackQueueItem(UtteranceProgressDispatcher dispatcher, argument
41 super(dispatcher, callerIdentity);
53 final UtteranceProgressDispatcher dispatcher = getDispatcher();
55 dispatcher.dispatchOnStart();
62 dispatcher.dispatchOnError(TextToSpeech.ERROR_OUTPUT);
93 dispatcher.dispatchOnSuccess();
95 dispatcher.dispatchOnStop();
H A DPlaybackSynthesisCallback.java57 @NonNull UtteranceProgressDispatcher dispatcher, @NonNull Object callerIdentity,
62 mDispatcher = dispatcher;
55 PlaybackSynthesisCallback(@onNull AudioOutputParams audioParams, @NonNull AudioPlaybackHandler audioTrackHandler, @NonNull UtteranceProgressDispatcher dispatcher, @NonNull Object callerIdentity, @NonNull AbstractEventLogger logger, boolean clientIsUsingV2) argument
H A DFileSynthesisCallback.java58 @NonNull UtteranceProgressDispatcher dispatcher, boolean clientIsUsingV2) {
61 mDispatcher = dispatcher;
57 FileSynthesisCallback(@onNull FileChannel fileChannel, @NonNull UtteranceProgressDispatcher dispatcher, boolean clientIsUsingV2) argument
H A DSynthesisPlaybackQueueItem.java74 int audioFormat, int channelCount, UtteranceProgressDispatcher dispatcher,
76 super(dispatcher, callerIdentity);
91 final UtteranceProgressDispatcher dispatcher = getDispatcher();
92 dispatcher.dispatchOnStart();
95 dispatcher.dispatchOnError(TextToSpeech.ERROR_OUTPUT);
124 dispatcher.dispatchOnSuccess();
126 dispatcher.dispatchOnStop();
128 dispatcher.dispatchOnError(mStatusCode);
73 SynthesisPlaybackQueueItem(AudioOutputParams audioParams, int sampleRate, int audioFormat, int channelCount, UtteranceProgressDispatcher dispatcher, Object callerIdentity, AbstractEventLogger logger) argument
/frameworks/native/services/inputflinger/
H A DInputManager.cpp38 const sp<InputDispatcherInterface>& dispatcher) :
40 mDispatcher(dispatcher) {
36 InputManager( const sp<InputReaderInterface>& reader, const sp<InputDispatcherInterface>& dispatcher) argument
H A DInputDispatcher.cpp22 // Log detailed debug messages about each inbound event notification to the dispatcher.
25 // Log detailed debug messages about each outbound event processed by the dispatcher.
938 "is no longer registered with the input dispatcher.",
1672 "registered with the input dispatcher. The window may be in the process "
2992 resetAndDropEverythingLocked("dispatcher is being disabled");
3839 // Acquire and release the lock to ensure that the dispatcher has not deadlocked.
4553 InputDispatcherThread::InputDispatcherThread(const sp<InputDispatcherInterface>& dispatcher) : argument
4554 Thread(/*canCallJava*/ true), mDispatcher(dispatcher) {
/frameworks/support/dynamic-animation/src/android/support/animation/
H A DAnimationHandler.java56 * new frame has arrived. This dispatcher class then notifies all the on-going animations of
200 FrameCallbackProvider16(AnimationCallbackDispatcher dispatcher) { argument
201 super(dispatcher);
226 FrameCallbackProvider14(AnimationCallbackDispatcher dispatcher) { argument
227 super(dispatcher);
254 AnimationFrameCallbackProvider(AnimationCallbackDispatcher dispatcher) { argument
255 mDispatcher = dispatcher;
/frameworks/av/media/libstagefright/omx/
H A DOMXNodeInstance.cpp219 explicit CallbackDispatcherThread(CallbackDispatcher *dispatcher) argument
220 : mDispatcher(dispatcher) {
/frameworks/support/frameworks/support/samples/SupportLeanbackShowcase/libs/
H A Dpicasso-2.5.2.jar ... .Picasso picasso final com.squareup.picasso.Dispatcher dispatcher final com.squareup.picasso.Cache cache ...
/frameworks/support/samples/SupportLeanbackShowcase/libs/
H A Dpicasso-2.5.2.jar ... .Picasso picasso final com.squareup.picasso.Dispatcher dispatcher final com.squareup.picasso.Cache cache ...

Completed in 1478 milliseconds