Home
last modified time | relevance | path

Searched refs:createBinder (Results 1 – 7 of 7) sorted by relevance

/packages/modules/Bluetooth/system/audio_hal_interface/aidl/a2dp/
Dbluetooth_audio_port_impl.cc122 ndk::SpAIBinder BluetoothAudioPortImpl::createBinder() { in createBinder() function in bluetooth::audio::aidl::a2dp::BluetoothAudioPortImpl
123 auto binder = BnBluetoothAudioPort::createBinder(); in createBinder()
Dbluetooth_audio_port_impl.h57 ndk::SpAIBinder createBinder() override;
/packages/modules/Bluetooth/system/audio_hal_interface/aidl/
Dbluetooth_audio_port_impl.cc219 ndk::SpAIBinder BluetoothAudioPortImpl::createBinder() { in createBinder() function in bluetooth::audio::aidl::BluetoothAudioPortImpl
220 auto binder = BnBluetoothAudioPort::createBinder(); in createBinder()
Dbluetooth_audio_port_impl.h63 ndk::SpAIBinder createBinder() override;
/packages/apps/Launcher3/src/com/android/launcher3/
DLauncherModel.kt299 val launcherBinder = binderFactory.createBinder(callbacksList) in <lambda>()
/packages/apps/Launcher3/src/com/android/launcher3/model/
DBaseLauncherBinder.java407 BaseLauncherBinder createBinder(Callbacks[] callbacks); in createBinder() method
/packages/apps/Launcher3/src/com/android/launcher3/graphics/
DPreviewSurfaceRenderer.java373 appComponent.getBaseLauncherBinderFactory().createBinder(new Callbacks[0]), in loadModelData()