Home
last modified time | relevance | path

Searched refs:a2dp_source (Results 1 – 4 of 4) sorted by relevance

/system/bt/service/ipc/binder/
Dbluetooth_a2dp_source_binder_server.cc129 auto a2dp_source = TRY_GET_SOURCE(); in Enable() local
130 TRY_RET_FUNC(a2dp_source->Enable(codec_priorities_non_binder)); in Enable()
135 auto a2dp_source = TRY_GET_SOURCE(); in Disable() local
136 a2dp_source->Disable(); in Disable()
143 auto a2dp_source = TRY_GET_SOURCE(); in Connect() local
144 TRY_RET_FUNC(a2dp_source->Connect(String8(device_address).string())); in Connect()
150 auto a2dp_source = TRY_GET_SOURCE(); in Disconnect() local
151 TRY_RET_FUNC(a2dp_source->Disconnect(String8(device_address).string())); in Disconnect()
162 auto a2dp_source = TRY_GET_SOURCE(); in ConfigCodec() local
163 TRY_RET_FUNC(a2dp_source->ConfigCodec(String8(device_address).string(), in ConfigCodec()
[all …]
/system/bt/service/
Da2dp_source.cc211 auto a2dp_source = base::WrapUnique(new A2dpSource(uuid)); in RegisterInstance() local
212 callback(BLE_STATUS_SUCCESS, uuid, std::move(a2dp_source)); in RegisterInstance()
DBUILD.gn20 "a2dp_source.cc",
DAndroid.bp18 "a2dp_source.cc",