Home
last modified time | relevance | path

Searched defs:channel (Results 1 – 25 of 62) 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/host/frontend/webrtc/libdevice/
Ddata_channels.cpp330 rtc::scoped_refptr<webrtc::DataChannelInterface> channel, in DataChannelHandlerImpl()
339 rtc::scoped_refptr<webrtc::DataChannelInterface> channel() override { in channel() function in cuttlefish::webrtc_streaming::__anon724b6d570311::DataChannelHandlerImpl
389 rtc::scoped_refptr<webrtc::DataChannelInterface> channel) { in OnDataChannelOpen()
/device/google/cuttlefish/host/commands/secure_env/
Doemlock_responder.cpp25 OemLockResponder::OemLockResponder(secure_env::Channel& channel, in OemLockResponder()
Dgatekeeper_responder.cpp23 GatekeeperResponder::GatekeeperResponder(cuttlefish::GatekeeperChannel& channel, in GatekeeperResponder()
Dkeymaster_responder.cpp23 KeymasterResponder::KeymasterResponder(cuttlefish::KeymasterChannel& channel, in KeymasterResponder()
Dsecure_env_linux_main.cpp319 secure_env::SharedFdChannel channel(oemlock_in, oemlock_out); in SecureEnvMain() local
/device/google/cuttlefish/guest/hals/oemlock/remote/
Dservice.cpp42 cuttlefish::secure_env::SharedFdChannel channel(fd, fd); in main() local
Dremote_oemlock.cpp41 OemLock::OemLock(secure_env::Channel& channel) : channel_(channel) {} in OemLock()
/device/google/cuttlefish/host/libs/location/
DGnssClient.cpp31 GnssClient::GnssClient(const std::shared_ptr<grpc::Channel>& channel) in GnssClient()
/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/generic/goldfish-opengl/system/magma/magma_enc/
Dmagma_entry.cpp260 magma_status_t magma_initialize_tracing(magma_handle_t channel) in magma_initialize_tracing()
266 magma_status_t magma_initialize_logging(magma_handle_t channel) in magma_initialize_logging()
272 …connection_enable_performance_counter_access(magma_connection_t connection, magma_handle_t channel) in magma_connection_enable_performance_counter_access()
/device/generic/vulkan-cereal/stream-servers/
DChannelStream.cpp32 ChannelStream::ChannelStream(RenderChannelImpl* channel, size_t bufSize) in ChannelStream()
DRenderThread.cpp80 RenderThread::RenderThread(RenderChannelImpl* channel, in RenderThread()
/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/gatekeeper/remote/
Dremote_gatekeeper.cpp38 cuttlefish::SharedFdGatekeeperChannel* channel) in RemoteGateKeeperDevice()
/device/google/cuttlefish/common/libs/utils/
Dsubprocess.cpp242 Command& Command::RedirectStdIO(Subprocess::StdIOChannel channel, in RedirectStdIO()
253 Command Command::RedirectStdIO(Subprocess::StdIOChannel channel, in RedirectStdIO()
/device/google/cuttlefish/host/commands/modem_simulator/unittest/
Dservice_test.cpp195 int channel = std::stoi(response[0]); in openLogicalChannel() local
199 bool closeLogicalChannel(int channel) { in closeLogicalChannel()
337 int channel = openLogicalChannel(command); in TEST_F() local
346 int channel = openLogicalChannel(command); in TEST_F() local
/device/google/cuttlefish/guest/monitoring/cuttlefish_service/java/com/android/google/gce/gceservice/
DGceService.java94 NotificationChannel channel = in onCreate() local
/device/google/cuttlefish/guest/hals/keymint/rust/src/
Dkeymint_hal_main.rs114 let channel = Arc::new(Mutex::new(FileChannel(unsafe { std::fs::File::from_raw_fd(fd) }))); in inner_main() localVariable
/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
/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/keymaster/remote/
Dremote_keymaster.cpp25 RemoteKeymaster::RemoteKeymaster(cuttlefish::SharedFdKeymasterChannel* channel) in RemoteKeymaster()

123