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

  /external/libmojo/mojo/edk/system/
dispatcher.h 50 MojoHandle local_handle; member in struct:mojo::edk::Dispatcher::DispatcherInTransit
  /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
732 int local_handle = local_sensor->handle; local
    [all...]

Completed in 128 milliseconds