Home
last modified time | relevance | path

Searched defs:GetPointerDevice (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/cronet/base/win/
H A Dwin_util.cc756 bool GetPointerDevice(HANDLE device, POINTER_DEVICE_INFO& result) { in GetPointerDevice() function
/aosp_15_r20/external/tensorflow/tensorflow/stream_executor/rocm/
H A Drocm_driver.cc1056 /* static */ port::StatusOr<hipDevice_t> GpuDriver::GetPointerDevice( in GetPointerDevice() function in stream_executor::gpu::GpuDriver
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/stream_executor/cuda/
H A Dcuda_driver.cc1357 /* static */ port::StatusOr<CUdevice> GpuDriver::GetPointerDevice( in GetPointerDevice() function in stream_executor::gpu::GpuDriver
/aosp_15_r20/tools/netsim/rust/libslirp-rs/src/libslirp_sys/windows/
H A Dbindings.rs106004 pub fn GetPointerDevice(device: HANDLE, pointerDevice: *mut POINTER_DEVICE_INFO) -> BOOL; in GetPointerDevice() function