Home
last modified time | relevance | path

Searched refs:a2dp_error (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Bluetooth/system/gd/rust/topshim/btav_sink/
Dbtav_sink_shim.cc35 A2dpError a2dp_error = { in to_rust_error() local
40 return a2dp_error; in to_rust_error()
45 A2dpError a2dp_error = to_rust_error(error); in connection_state_cb() local
46 rusty::sink_connection_state_callback(addr, state, a2dp_error); in connection_state_cb()
/packages/modules/Bluetooth/system/gd/rust/topshim/btav/
Dbtav_shim.cc222 A2dpError a2dp_error = { in to_rust_error() local
227 return a2dp_error; in to_rust_error()
231 A2dpError a2dp_error = to_rust_error(error); in connection_state_cb() local
232 rusty::connection_state_callback(addr, state, a2dp_error); in connection_state_cb()