Home
last modified time | relevance | path

Searched defs:new_device (Results 1 – 16 of 16) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
H A Dtpu_device_propagation.cc117 llvm::StringRef new_device; in FindDeviceFromOperands() local
191 llvm::StringRef new_device = in PropagateDevicesInGraph() local
/aosp_15_r20/external/intel-media-driver/media_driver/agnostic/ult/cm/
H A Ddevice_test.cpp45 CmDevice *new_device = m_mockDevice.CreateNewDevice(additional_options); in CreateWithOptions() local
57 CmDevice *new_device = m_mockDevice.CreateNewDevice(); in CheckIsStreamLeaked() local
/aosp_15_r20/external/tensorflow/tensorflow/tools/graph_transforms/
H A Dset_device.cc26 string new_device; in SetDevice() local
/aosp_15_r20/external/intel-media-driver/media_driver/linux/ult/ult_app/cm/
H A Dmock_device.cpp93 CmDevice *new_device = reinterpret_cast<CmDevice*>( in CreateNewDevice() local
/aosp_15_r20/system/core/fs_mgr/liblp/
H A Dbuilder.cpp289 auto new_device = source_block_device; in UpdateMetadataForOtherSuper() local
1151 const LpMetadataBlockDevice& new_device = block_devices_[i]; in ImportPartitions() local
/aosp_15_r20/packages/modules/Bluetooth/system/profile/avrcp/tests/
Davrcp_connection_handler_test.cc96 void DeviceConnectionCallback(std::shared_ptr<Device> new_device) { in DeviceConnectionCallback()
/aosp_15_r20/external/e2fsprogs/ext2ed/
H A Dgeneral_com.c152 char *ptr,new_device [80]; in set_device() local
/aosp_15_r20/packages/modules/Bluetooth/system/btif/co/
Dbta_hh_co.cc783 bool new_device = false; in bta_hh_co_open() local
/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/
H A Dcollective_param_resolver_local.cc210 bool new_device = false; in CompleteGroupLocal() local
/aosp_15_r20/external/pytorch/torch/csrc/autograd/
H A Dvariable.cpp500 const auto new_device = new_data.device(); in set_data() local
/aosp_15_r20/packages/modules/Bluetooth/system/btif/avrcp/
Davrcp_service.cc627 void AvrcpService::DeviceCallback(std::shared_ptr<Device> new_device) { in DeviceCallback()
/aosp_15_r20/external/wpa_supplicant_8/wpa_supplicant/
H A Dnotify.c753 int new_device) in wpas_notify_p2p_device_found()
H A Dp2p_supplicant.c2569 int new_device) in wpas_dev_found()
/aosp_15_r20/tools/netsim/rust/daemon/src/devices/
H A Ddevices_handler.rs462 let new_device = &create_device_request.device; in create_device() localVariable
/aosp_15_r20/external/libusb/libusb/os/
H A Ddarwin_usb.c1289 struct darwin_cached_device *new_device; in darwin_get_cached_device() local
/aosp_15_r20/packages/modules/Bluetooth/system/bta/le_audio/
Dle_audio_client_test.cc1808 uint8_t rank, bool connect_through_csis = false, bool new_device = true) { in ConnectCsisDevice()