Home
last modified time | relevance | path

Searched defs:OnConnectionStateChange (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/python/bumble/bumble/transport/grpc_protobuf/
Demulated_bluetooth_device_pb2_grpc.py81 def OnConnectionStateChange(self, request, context): member in GattDeviceServiceServicer
179 def OnConnectionStateChange(request, member in GattDeviceService
/aosp_15_r20/device/google/cuttlefish/host/frontend/webrtc/libdevice/
Dclient_handler.cpp220 void ClientHandler::OnConnectionStateChange( in OnConnectionStateChange() function in cuttlefish::webrtc_streaming::ClientHandler
/aosp_15_r20/prebuilts/android-emulator/linux-x86_64/lib/
H A Demulated_bluetooth_device.proto56 rpc OnConnectionStateChange(ConnectionStateChange) rpc
/aosp_15_r20/prebuilts/android-emulator/darwin-x86_64/lib/
H A Demulated_bluetooth_device.proto56 rpc OnConnectionStateChange(ConnectionStateChange) rpc
/aosp_15_r20/external/webrtc/p2p/base/
H A Dp2p_transport_channel.cc2237 void P2PTransportChannel::OnConnectionStateChange(Connection* connection) { in OnConnectionStateChange() function in cricket::P2PTransportChannel
H A Dport_unittest.cc302 void OnConnectionStateChange(Connection* conn) { in OnConnectionStateChange() function in cricket::TestChannel
3753 void OnConnectionStateChange(Connection* connection) { num_state_changes_++; } in OnConnectionStateChange() function in cricket::ConnectionTest