Home
last modified time | relevance | path

Searched refs:accept (Results 1 – 25 of 85) sorted by relevance

1234

/device/google/cuttlefish/guest/services/cf_satellite_service/src/com/google/android/telephony/satellite/
DCFSatelliteService.java131 runWithExecutor(() -> errorCallback.accept(SatelliteResult.SATELLITE_RESULT_SUCCESS)); in requestSatelliteListeningEnabled()
149 runWithExecutor(() -> errorCallback.accept(SatelliteResult.SATELLITE_RESULT_SUCCESS)); in enableSatellite()
155 runWithExecutor(() -> errorCallback.accept(SatelliteResult.SATELLITE_RESULT_SUCCESS)); in disableSatellite()
162 runWithExecutor(() -> callback.accept(mIsEnabled)); in requestIsSatelliteEnabled()
169 runWithExecutor(() -> callback.accept(mIsSupported)); in requestIsSatelliteSupported()
180 runWithExecutor(() -> callback.accept(capabilities)); in requestSatelliteCapabilities()
189 runWithExecutor(() -> errorCallback.accept(SatelliteResult.SATELLITE_RESULT_SUCCESS)); in startSendingSatellitePointingInfo()
195 runWithExecutor(() -> errorCallback.accept(SatelliteResult.SATELLITE_RESULT_SUCCESS)); in stopSendingSatellitePointingInfo()
202 runWithExecutor(() -> errorCallback.accept(SatelliteResult.SATELLITE_RESULT_SUCCESS)); in provisionSatelliteService()
210 runWithExecutor(() -> errorCallback.accept(SatelliteResult.SATELLITE_RESULT_SUCCESS)); in deprovisionSatelliteService()
[all …]
/device/generic/car/emulator/Conn/SocketComm/
DSocketComm.cpp101 SocketConn* SocketComm::accept() { in accept() function in android::hardware::automotive::vehicle::V2_0::impl::SocketComm
104 int sfd = ::accept(mListenFd, reinterpret_cast<struct sockaddr*>(&cliAddr), &cliLen); in accept()
119 SocketConn* conn = accept(); in listenThread()
/device/google/cuttlefish/shared/sepolicy/vendor/
Dsocket_vsock_proxy.te7 …roxy self:{ socket vsock_socket } { create getopt read write getattr listen accept bind shutdown };
9 # TODO: socket returned by accept() has unlabeled context on it. Give it a
Dadbd.te1 allow adbd self:{ socket vsock_socket } {create listen accept rw_socket_perms_no_ioctl};
Dhal_light_cuttlefish.te7 …w hal_light_cuttlefish self:{ socket vsock_socket } { create_socket_perms_no_ioctl listen accept };
/device/google/atv/libraries/BluetoothServices/src/com/google/android/tv/btservices/remote/
DBleConnection.java451 lastRequestMtuCallback.accept(true); in onMtuChanged()
456 lastRequestMtuCallback.accept(false); in onMtuChanged()
/device/generic/goldfish/sepolicy/vendor/
Dadbd.te3 allow adbd self:vsock_socket { create_socket_perms_no_ioctl listen accept };
/device/generic/car/emulator/sepolicy/
Dhal_vehicle_default.te6 allow hal_vehicle_default self:tcp_socket { create bind listen accept };
/device/google/gs101-sepolicy/modem/userdebug/
Dvcd.te10 allow vcd self:tcp_socket { create_socket_perms_no_ioctl listen accept };
/device/google/zuma-sepolicy/radio/
Dvcd.te11 allow vcd self:tcp_socket { create_socket_perms_no_ioctl listen accept };
/device/google/zumapro-sepolicy/radio/
Dvcd.te11 allow vcd self:tcp_socket { create_socket_perms_no_ioctl listen accept };
/device/google/gs201-sepolicy/whitechapel_pro/
Dvcd.te11 allow vcd self:tcp_socket { create_socket_perms_no_ioctl listen accept };
/device/google/trout/sepolicy/vendor/google/
Dhal_vehicle_impl.te7 allow hal_vehicle_default self:vsock_socket { create_socket_perms_no_ioctl listen accept };
/device/google/felix/self-extractors/
DPART217 echo You didn\'t accept the license. Extraction aborted.
/device/google/caimito/self-extractors_caiman/
DPART217 echo You didn\'t accept the license. Extraction aborted.
/device/google/shusky/self-extractors_shiba/
DPART217 echo You didn\'t accept the license. Extraction aborted.
/device/google/tangorpro/self-extractors/
DPART217 echo You didn\'t accept the license. Extraction aborted.
/device/google/pantah/self-extractors_panther/
DPART217 echo You didn\'t accept the license. Extraction aborted.
/device/google/shusky/self-extractors_husky/
DPART217 echo You didn\'t accept the license. Extraction aborted.
/device/google/bluejay/self-extractors/
DPART217 echo You didn\'t accept the license. Extraction aborted.
/device/google/coral/self-extractors_flame/
DPART217 echo You didn\'t accept the license. Extraction aborted.
/device/google/comet/self-extractors/
DPART217 echo You didn\'t accept the license. Extraction aborted.
/device/google/barbet/self-extractors/
DPART217 echo You didn\'t accept the license. Extraction aborted.
/device/google/lynx/self-extractors/
DPART217 echo You didn\'t accept the license. Extraction aborted.
/device/google/raviole/self-extractors_oriole/
DPART217 echo You didn\'t accept the license. Extraction aborted.

1234