Home
last modified time | relevance | path

Searched refs:OnRegistered (Results 1 – 8 of 8) sorted by relevance

/system/bt/service/common/android/bluetooth/
DIBluetoothA2dpSinkCallback.aidl20 void OnRegistered(int status); in OnRegistered() method
DIBluetoothA2dpSourceCallback.aidl22 void OnRegistered(int status); in OnRegistered() method
DIBluetoothAvrcpControlCallback.aidl22 void OnRegistered(int status, int id); in OnRegistered() method
DIBluetoothAvrcpTargetCallback.aidl22 void OnRegistered(int status); in OnRegistered() method
/system/bt/service/ipc/binder/
Dbluetooth_a2dp_sink_binder_server.cc218 cb->OnRegistered(status); in OnRegisterInstanceImpl()
Dbluetooth_a2dp_source_binder_server.cc222 cb->OnRegistered(status); in OnRegisterInstanceImpl()
Dbluetooth_avrcp_control_binder_server.cc230 cb->OnRegistered(status, (status == bluetooth::BLE_STATUS_SUCCESS) in OnRegisterInstanceImpl()
Dbluetooth_avrcp_target_binder_server.cc335 cb->OnRegistered(status); in OnRegisterInstanceImpl()