Home
last modified time | relevance | path

Searched refs:ConfigCodec (Results 1 – 5 of 5) sorted by relevance

/system/bt/service/common/android/bluetooth/
DIBluetoothA2dpSource.aidl30 boolean ConfigCodec(String device_address, in ConfigCodec() method
/system/bt/service/ipc/binder/
Dbluetooth_a2dp_source_binder_server.cc154 Status BluetoothA2dpSourceBinderServer::ConfigCodec( in ConfigCodec() function in ipc::binder::BluetoothA2dpSourceBinderServer
163 TRY_RET_FUNC(a2dp_source->ConfigCodec(String8(device_address).string(), in ConfigCodec()
Dbluetooth_a2dp_source_binder_server.h63 android::binder::Status ConfigCodec(
/system/bt/service/
Da2dp_source.h64 bool ConfigCodec(const std::string& device_address,
Da2dp_source.cc152 bool A2dpSource::ConfigCodec( in ConfigCodec() function in bluetooth::A2dpSource