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 85 static int assign_global_handle(int module_index, int local_handle) {
89 full_handle.localHandle = local_handle;
293 int local_handle = get_local_handle(handle); local
295 if (halIsCompliant(this, handle) && local_handle >= 0 && v0) {
296 retval = v0->activate(v0, local_handle, enabled);
308 int local_handle = get_local_handle(handle); local
310 if (halIsCompliant(this, handle) && local_handle >= 0 && v0) {
311 retval = v0->setDelay(v0, local_handle, ns);
386 int local_handle = get_local_handle(handle); local
388 if (halIsCompliant(this, handle) && local_handle >= 0 && v1)
400 int local_handle = get_local_handle(handle); local
416 int local_handle = get_local_handle(data->sensor); local
624 int local_handle = local_sensor->handle; local
    [all...]

Completed in 3251 milliseconds