Home
last modified time | relevance | path

Searched defs:CallbackMap (Results 1 – 4 of 4) sorted by relevance

/aosp12/system/bt/service/ipc/binder/
H A Dremote_callback_list.h87 using CallbackMap = std::unordered_map<android::IBinder*, variable
H A Dremote_callback_map.h100 using CallbackMap = variable
/aosp12/frameworks/native/services/surfaceflinger/Scheduler/
H A DVSyncDispatchTimerQueue.h134 using CallbackMap = variable
/aosp12/frameworks/base/core/java/android/speech/tts/
H A DTextToSpeechService.java1516 private class CallbackMap extends RemoteCallbackList<ITextToSpeechCallback> { class in TextToSpeechService