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

/frameworks/native/services/vr/bufferhubd/
H A Dbufferhubd.cpp14 std::unique_ptr<android::pdx::ServiceDispatcher> dispatcher; local
19 dispatcher = android::pdx::default_transport::ServiceDispatcher::Create();
20 CHECK_ERROR(!dispatcher, error, "Failed to create service dispatcher\n");
24 dispatcher->AddService(service);
31 ret = dispatcher->EnterDispatchLoop();
/frameworks/native/services/vr/performanced/
H A Dmain.cpp31 std::unique_ptr<android::pdx::ServiceDispatcher> dispatcher; local
61 dispatcher = android::pdx::default_transport::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.
941 "is no longer registered with the input dispatcher.",
1675 "registered with the input dispatcher. The window may be in the process "
2994 resetAndDropEverythingLocked("dispatcher is being disabled");
3841 // Acquire and release the lock to ensure that the dispatcher has not deadlocked.
4555 InputDispatcherThread::InputDispatcherThread(const sp<InputDispatcherInterface>& dispatcher) : argument
4556 Thread(/*canCallJava*/ true), 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 325 milliseconds