Searched refs:createBinder (Results 1 – 7 of 7) sorted by relevance
122 ndk::SpAIBinder BluetoothAudioPortImpl::createBinder() { in createBinder() function in bluetooth::audio::aidl::a2dp::BluetoothAudioPortImpl123 auto binder = BnBluetoothAudioPort::createBinder(); in createBinder()
57 ndk::SpAIBinder createBinder() override;
219 ndk::SpAIBinder BluetoothAudioPortImpl::createBinder() { in createBinder() function in bluetooth::audio::aidl::BluetoothAudioPortImpl220 auto binder = BnBluetoothAudioPort::createBinder(); in createBinder()
63 ndk::SpAIBinder createBinder() override;
299 val launcherBinder = binderFactory.createBinder(callbacksList) in <lambda>()
407 BaseLauncherBinder createBinder(Callbacks[] callbacks); in createBinder() method
373 appComponent.getBaseLauncherBinderFactory().createBinder(new Callbacks[0]), in loadModelData()