HomeSort by relevance Sort by last modified time
    Searched defs:local_handle (Results 1 - 7 of 7) sorted by null

  /external/libmojo/mojo/edk/system/
dispatcher.h 50 MojoHandle local_handle; member in struct:mojo::edk::Dispatcher::DispatcherInTransit
  /external/tensorflow/tensorflow/core/common_runtime/
process_function_library_runtime.h 84 // on device `device_name` and a `local_handle`, creates a handle and returns
89 FunctionLibraryRuntime::LocalHandle local_handle);
150 const FunctionLibraryRuntime::LocalHandle local_handle; member in struct:tensorflow::ProcessFunctionLibraryRuntime::FunctionData
153 FunctionLibraryRuntime::LocalHandle local_handle)
154 : target_device(target_device), local_handle(local_handle) {}
process_function_library_runtime.cc 162 FunctionLibraryRuntime::LocalHandle local_handle) {
170 function_data_.insert({h, FunctionData(device_name, local_handle)});
203 return function_data.local_handle;
272 FunctionLibraryRuntime::LocalHandle local_handle; local
280 local_handle = function_data_[handle].local_handle;
330 parent_->Run(opts, local_handle, args, rets, done);
function.cc 333 LocalHandle local_handle = parent_->GetHandleOnDevice(device_name_, h); local
334 if (local_handle == kInvalidLocalHandle) {
341 CHECK_EQ(1, items_.count(local_handle));
342 return items_[local_handle]->func_graph;
650 LocalHandle local_handle = parent_->GetHandleOnDevice(device_name_, handle); local
653 if (items_.count(local_handle) == 0) {
657 *item = items_[local_handle];
    [all...]
  /device/linaro/bootloader/arm-trusted-firmware/plat/hisilicon/hikey/
hikey_io_storage.c 142 uintptr_t local_handle; local
146 result = io_open(emmc_dev_handle, spec, &local_handle);
148 io_close(local_handle);
  /device/linaro/bootloader/arm-trusted-firmware/plat/hisilicon/hikey960/
hikey960_io_storage.c 139 uintptr_t local_handle; local
143 result = io_open(ufs_dev_handle, spec, &local_handle);
145 io_close(local_handle);
  /hardware/libhardware/modules/sensors/
multihal.cpp 86 static int assign_global_handle(int module_index, int local_handle) {
90 full_handle.localHandle = local_handle;
313 int local_handle = get_local_handle(handle); local
315 if (halIsCompliant(this, handle) && local_handle >= 0 && v0) {
316 retval = v0->activate(v0, local_handle, enabled);
328 int local_handle = get_local_handle(handle); local
330 if (halIsCompliant(this, handle) && local_handle >= 0 && v0) {
331 retval = v0->setDelay(v0, local_handle, ns);
406 int local_handle = get_local_handle(handle); local
408 if (halIsCompliant(this, handle) && local_handle >= 0 && v1)
420 int local_handle = get_local_handle(handle); local
445 int local_handle = get_local_handle(data->sensor); local
487 int local_handle = get_local_handle(sensor_handle); local
724 int local_handle = local_sensor->handle; local
    [all...]

Completed in 302 milliseconds