Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/btif/include/
Dcore_callbacks.h30 struct EventCallbacks { struct
71 EventCallbacks& operator=(const EventCallbacks&) = delete; argument
135 EventCallbacks* events;
151 CoreInterface(EventCallbacks* eventCallbacks, in CoreInterface()
Dmock_core_callbacks.h31 EventCallbacks mock_event_callbacks = {
/packages/modules/Bluetooth/system/test/common/
Dcore_interface.cc25 static bluetooth::core::EventCallbacks eventCallbacks = {
/packages/modules/Bluetooth/system/btif/src/
Dbluetooth.cc345 static bluetooth::core::EventCallbacks eventCallbacks{ in CreateInterfaceToProfiles()