HomeSort by relevance Sort by last modified time
    Searched refs:lock_handle (Results 1 - 11 of 11) sorted by null

  /device/huawei/angler/power/
utils.c 178 int lock_handle = 0; local
185 lock_handle = perf_lock_acq(lock_handle, duration, opt_list, num_args);
186 if (lock_handle == -1)
190 return lock_handle;
195 int interaction_with_handle(int lock_handle, int duration, int num_args, int opt_list[])
203 lock_handle = perf_lock_acq(lock_handle, duration, opt_list, num_args);
204 if (lock_handle == -1)
208 return lock_handle;
223 int lock_handle = perf_lock_acq(0, 0, resource_values, local
    [all...]
utils.h 43 void release_request(int lock_handle);
power.c 238 int interaction_with_handle(int lock_handle, int duration, int num_args, int opt_list[]);
  /device/google/marlin/power/
utils.h 50 void release_request(int lock_handle);
51 int interaction_with_handle(int lock_handle, int duration, int num_args, int opt_list[]);
utils.c 209 static int lock_handle = 0; local
216 lock_handle = perf_lock_acq(lock_handle, duration, opt_list, num_args);
217 if (lock_handle == -1)
224 int interaction_with_handle(int lock_handle, int duration, int num_args, int opt_list[])
232 lock_handle = perf_lock_acq(lock_handle, duration, opt_list, num_args);
233 if (lock_handle == -1)
237 return lock_handle;
242 void release_request(int lock_handle) {
261 int lock_handle = perf_lock_acq(0, 0, resource_values, local
    [all...]
power.c 242 void release_request(int lock_handle);
  /device/lge/bullhead/power/
utils.c 178 int lock_handle = 0; local
185 lock_handle = perf_lock_acq(lock_handle, duration, opt_list, num_args);
186 if (lock_handle == -1)
190 return lock_handle;
195 int interaction_with_handle(int lock_handle, int duration, int num_args, int opt_list[])
203 lock_handle = perf_lock_acq(lock_handle, duration, opt_list, num_args);
204 if (lock_handle == -1)
208 return lock_handle;
218 int lock_handle = perf_lock_acq(0, 0, resource_values, local
    [all...]
power.c 232 int interaction_with_handle(int lock_handle, int duration, int num_args, int opt_list[]);
  /system/tpm/trunks/
mock_tpm.h     [all...]
tpm_generated.h     [all...]
tpm_generated.cc     [all...]

Completed in 278 milliseconds