Searched refs:eventCallbacks (Results 1 – 5 of 5) sorted by relevance
/packages/modules/Bluetooth/system/test/common/ |
D | core_interface.cc | 25 static bluetooth::core::EventCallbacks eventCallbacks = { variable 116 &eventCallbacks, &mockConfigInterface, &mockMsbcCodecInterface, in MockCoreInterface()
|
/packages/modules/Bluetooth/system/btif/include/ |
D | core_callbacks.h | 151 CoreInterface(EventCallbacks* eventCallbacks, in CoreInterface() 155 : events{eventCallbacks}, in CoreInterface()
|
/packages/modules/Connectivity/Tethering/tests/unit/src/com/android/networkstack/tethering/ |
D | TetheringTest.java | 3031 IDhcpEventCallbacks eventCallbacks; in testUpdateConnectedClients() local 3039 eventCallbacks = dhcpEventCbsCaptor.getValue(); in testUpdateConnectedClients() 3045 eventCallbacks, p2pLease); in testUpdateConnectedClients() 3054 eventCallbacks = dhcpEventCbsCaptor.getValue(); in testUpdateConnectedClients() 3059 eventCallbacks, callback); in testUpdateConnectedClients() 3089 final IDhcpEventCallbacks eventCallbacks = dhcpEventCbsCaptor.getValue(); in testUpdateConnectedClientsForLocalOnlyHotspot() local 3096 eventCallbacks, callback); in testUpdateConnectedClientsForLocalOnlyHotspot() 3120 IDhcpEventCallbacks eventCallbacks = dhcpEventCbsCaptor.getValue(); in testConnectedClientsForSapAndLohsConcurrency() local 3126 eventCallbacks, callback); in testConnectedClientsForSapAndLohsConcurrency() 3134 eventCallbacks = dhcpEventCbsCaptor.getValue(); in testConnectedClientsForSapAndLohsConcurrency() [all …]
|
/packages/modules/Connectivity/Tethering/tests/unit/src/android/net/ip/ |
D | IpServerTest.java | 701 final IDhcpEventCallbacks eventCallbacks; in testOnNewPrefixRequest() local 706 eventCallbacks = dhcpEventCbsCaptor.getValue(); in testOnNewPrefixRequest() 728 eventCallbacks.onNewPrefixRequest(new IpPrefix("192.168.42.0/24")); in testOnNewPrefixRequest()
|
/packages/modules/Bluetooth/system/btif/src/ |
D | bluetooth.cc | 345 static bluetooth::core::EventCallbacks eventCallbacks{ in CreateInterfaceToProfiles() local 389 CoreInterfaceImpl(&eventCallbacks, &configInterface, &msbcCodecInterface, in CreateInterfaceToProfiles()
|