Home
last modified time | relevance | path

Searched defs:channel (Results 1 – 25 of 54) sorted by relevance

123

/device/google/cuttlefish/common/libs/security/
Dkeymaster_channel_test.cpp33 SharedFdKeymasterChannel channel{read_fd, write_fd}; in TEST() local
58 SharedFdKeymasterChannel channel{read_fd, write_fd}; in TEST() local
/device/google/cuttlefish/guest/hals/oemlock/remote/
Dservice.cpp42 cuttlefish::transport::SharedFdChannel channel(fd, fd); in main() local
Dremote_oemlock.cpp42 OemLock::OemLock(transport::Channel& channel) : channel_(channel) {} in OemLock()
/device/google/cuttlefish/host/commands/secure_env/oemlock/
Doemlock_responder.cpp23 OemLockResponder::OemLockResponder(transport::Channel& channel, in OemLockResponder()
/device/google/cuttlefish/host/libs/location/
DGnssClient.cpp31 GnssClient::GnssClient(const std::shared_ptr<grpc::Channel>& channel) in GnssClient()
/device/google/cuttlefish/host/commands/secure_env/
Dgatekeeper_responder.cpp23 GatekeeperResponder::GatekeeperResponder(cuttlefish::GatekeeperChannel& channel, in GatekeeperResponder()
Dkeymaster_responder.cpp23 KeymasterResponder::KeymasterResponder(cuttlefish::KeymasterChannel& channel, in KeymasterResponder()
Dsecure_env_not_windows_main.cpp400 transport::SharedFdChannel channel(oemlock_in, oemlock_out); in SecureEnvMain() local
/device/google/cuttlefish/host/frontend/webrtc/libdevice/
Ddata_channels.cpp366 rtc::scoped_refptr<webrtc::DataChannelInterface> channel, in DataChannelHandlerImpl()
375 rtc::scoped_refptr<webrtc::DataChannelInterface> channel() override { in channel() function in cuttlefish::webrtc_streaming::__anon1329cd320311::DataChannelHandlerImpl
428 rtc::scoped_refptr<webrtc::DataChannelInterface> channel) { in OnDataChannelOpen()
/device/google/atv/TvSampleLeanbackLauncher/src/main/java/com/example/sampleleanbacklauncher/notifications/
DTvNotification.java63 boolean dismissible, boolean ongoing, Icon smallIcon, int channel, in TvNotification()
155 int channel = cursor.getInt(index++); in fromCursor() local
/device/google/contexthub/firmware/os/platform/stm32/inc/plat/
Ddma.h53 uint8_t channel; member
Di2c.h27 uint8_t channel; member
Dspi.h27 uint8_t channel; member
/device/google/cuttlefish/guest/hals/keymint/rust/src/
Dkeymint_hal_main.rs122 let channel = Arc::new(Mutex::new(FileChannel(unsafe { std::fs::File::from_raw_fd(fd) }))); in inner_main() localVariable
/device/google/cuttlefish/guest/hals/gatekeeper/remote/
Dremote_gatekeeper.cpp38 cuttlefish::SharedFdGatekeeperChannel* channel) in RemoteGateKeeperDevice()
/device/google/cuttlefish/guest/monitoring/cuttlefish_service/java/com/android/google/gce/gceservice/
DGceService.java94 NotificationChannel channel = in onCreate() local
/device/google/cuttlefish/host/commands/modem_simulator/unittest/
Dservice_test.cpp197 int channel = std::stoi(response[0]); in openLogicalChannel() local
201 bool closeLogicalChannel(int channel) { in closeLogicalChannel()
339 int channel = openLogicalChannel(command); in TEST_F() local
348 int channel = openLogicalChannel(command); in TEST_F() local
/device/linaro/poplar/wifi/wpa_supplicant_8_lib/
Ddriver_cmd_wext.c131 u8 channel; in wpa_driver_wext_set_cscan_params() local
/device/linaro/poplar/wifi/wifi_hal/
Dcommon.h215 u16 channel; member
224 u32 channel; // channel frequency in MHz member
Dgscan.cpp1414 wifi_channel channel; // channel frequency in MHz member
1581 uint16_t channel; in handleEvent() member
1781 u16 channel; /* channel of GAS protocol */ in handleEvent() member
/device/google/cuttlefish/common/libs/utils/
Dsubprocess.cpp345 Command& Command::RedirectStdIO(Subprocess::StdIOChannel channel, in RedirectStdIO()
356 Command Command::RedirectStdIO(Subprocess::StdIOChannel channel, in RedirectStdIO()
/device/google/atv/libraries/BluetoothServices/src/com/google/android/tv/btservices/
DNotificationCenter.java135 NotificationChannel channel = new NotificationChannel(channelId, name, importance); in ensureNotificationChannel() local
/device/google/cuttlefish/guest/hals/keymint/remote/
Dremote_keymaster.cpp27 RemoteKeymaster::RemoteKeymaster(cuttlefish::SharedFdKeymasterChannel* channel, in RemoteKeymaster()
/device/google/coral-kernel/sm8150/kernel-headers/linux/mfd/adnc/
Diaxxx-debug-intf.h200 uint32_t channel; member
/device/google/coral-kernel/sm8150/original-kernel-headers/linux/mfd/adnc/
Diaxxx-debug-intf.h239 uint32_t channel; member

123