Searched defs:initListener (Results 1 – 5 of 5) sorted by relevance
/frameworks/av/media/codec2/hal/aidl/ | ||
D | Component.cpp | 486 void Component::initListener(const std::shared_ptr<Component>& self) { in initListener() function in aidl::android::hardware::media::c2::utils::Component |
/frameworks/av/media/codec2/hal/hidl/1.0/utils/ | ||
D | Component.cpp | 581 void Component::initListener(const sp<Component>& self) { in initListener() function in android::hardware::media::c2::V1_0::utils::Component |
/frameworks/av/media/codec2/hal/hidl/1.1/utils/ | ||
D | Component.cpp | 594 void Component::initListener(const sp<Component>& self) { in initListener() function in android::hardware::media::c2::V1_1::utils::Component |
/frameworks/av/media/codec2/hal/hidl/1.2/utils/ | ||
D | Component.cpp | 621 void Component::initListener(const sp<Component>& self) { in initListener() function in android::hardware::media::c2::V1_2::utils::Component |
/frameworks/base/core/java/android/speech/tts/ | ||
D | TextToSpeech.java | 783 OnInitListener initListener, String engine, String packageName, boolean useFallback, in TextToSpeech() |