Home
last modified time | relevance | path

Searched defs:proxy (Results 1 – 7 of 7) sorted by relevance

/device/google/atv/libraries/BluetoothServices/src/com/google/android/tv/btservices/
DBluetoothDeviceService.java276 final RemoteProxy proxy; in addDevice() local
302 RemoteProxy proxy = getRemoteProxy(device); in removeDevice() local
325 RemoteProxy proxy = getRemoteProxy(device); in deviceCheckDfu() local
384 RemoteProxy proxy = getRemoteProxy(device); in refreshLowBatteryNotification() local
402 RemoteProxy proxy = getRemoteProxy(device); in getLowBatteryLevel() local
492 RemoteProxy proxy = getRemoteProxy(device); in getRemoteDfuState() local
532 RemoteProxy proxy = getRemoteProxy(device); in startRemoteDfu() local
633 RemoteProxy proxy = getRemoteProxy(device); in getRemoteVersion() local
649 RemoteProxy proxy = getRemoteProxy(device); in refreshRemoteVersion() local
671 RemoteProxy proxy = getRemoteProxy(device); in getBatteryLevel() local
[all …]
/device/google/cuttlefish/common/libs/utils/
Dsocket2socket_proxy.cpp167 watched.remove_if([](ProxyPair& proxy) { return !proxy.Running(); }); in ProxyServer()
191 ProxyServer proxy(std::move(server), std::move(conn_factory)); in Proxy() local
/device/google/cuttlefish/host/libs/config/fastboot/
Ddata.cpp27 bool SetProxyFastboot(bool proxy) override { in SetProxyFastboot()
/device/google/atv/libraries/BluetoothServices/src/com/google/android/tv/btservices/pairing/profiles/
DPairingProfileWrapperA2dp.java29 public PairingProfileWrapperA2dp(BluetoothProfile proxy) { in PairingProfileWrapperA2dp()
DPairingProfileWrapperHidHost.java29 public PairingProfileWrapperHidHost(BluetoothProfile proxy) { in PairingProfileWrapperHidHost()
/device/google/cuttlefish/common/frontend/socket_vsock_proxy/
Dsocket_vsock_proxy.cpp160 std::unique_ptr<ProxyServer> proxy; in ListenEventsAndProxy() local
/device/google/atv/libraries/BluetoothServices/src/com/google/android/tv/btservices/pairing/
DBluetoothPairer.java137 BluetoothProfile proxy) { in getPairingProfileWrapper()