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

  /hardware/libhardware/modules/sensors/
multihal.cpp 88 static int assign_global_handle(int module_index, int local_handle) {
92 full_handle.localHandle = local_handle;
284 int local_handle = get_local_handle(handle); local
286 if (halIsCompliant(this, handle) && local_handle >= 0 && v0) {
287 retval = v0->activate(v0, local_handle, enabled);
299 int local_handle = get_local_handle(handle); local
301 if (halIsCompliant(this, handle) && local_handle >= 0 && v0) {
302 retval = v0->setDelay(v0, local_handle, ns);
377 int local_handle = get_local_handle(handle); local
379 if (halIsCompliant(this, handle) && local_handle >= 0 && v1)
391 int local_handle = get_local_handle(handle); local
573 int local_handle = local_sensor->handle; local
    [all...]
  /hardware/qcom/audio/legacy/alsa_sound/
AudioUsbALSA.h 109 status_t setHardwareParams(pcm *local_handle, uint32_t sampleRate, uint32_t channels, int periodSize);

Completed in 426 milliseconds