HomeSort by relevance Sort by last modified time
    Searched refs:list_empty (Results 51 - 69 of 69) sorted by null

1 23

  /prebuilts/ndk/current/platforms/android-9/arch-x86/usr/include/linux/sunrpc/
sched.h 85 #define task_for_first(task, head) if (!list_empty(head) && ((task=list_entry((head)->next, struct rpc_task, u.tk_wait.list)),1))
  /system/core/libcutils/
android_reboot.c 185 if (list_empty(&rw_entries)) {
  /external/libusb/libusb/
libusbi.h 67 #define list_empty(entry) ((entry)->next == (entry)) macro
io.c     [all...]
core.c     [all...]
  /system/core/adb/
adb_auth_host.cpp 370 if (list_empty(&key_list))
  /system/core/liblog/
logprint.c 233 while (!list_empty(&convertHead)) {
1035 if (list_empty(&convertHead)) {
    [all...]
  /device/htc/flounder/audio/visualizer/
nv_offload_visualizer.c 400 if (list_empty(&active_outputs_list)) {
445 if (list_empty(&active_outputs_list)) {
    [all...]
  /hardware/libhardware/modules/usbaudio/
audio_hal.c     [all...]
  /hardware/qcom/audio/hal/audio_extn/
spkr_protection.c 312 if (!list_empty(&adev->usecase_list)) {
647 if (!list_empty(&adev->usecase_list)) {
  /device/htc/flounder/audio/hal/
audio_hw.c     [all...]
  /external/iptables/libiptc/
libiptc.c 693 if (list_empty(&handle->chains))
726 if (list_empty(&handle->chains))
    [all...]
  /hardware/qcom/audio/visualizer/
offload_visualizer.c 460 if (list_empty(&active_outputs_list)) {
505 if (list_empty(&active_outputs_list)) {
    [all...]
  /device/google/dragon/audio/hal/
audio_hw.c     [all...]
  /hardware/qcom/audio/hal/msm8916/
platform.c     [all...]
  /hardware/libhardware/modules/radio/
radio_hw.c 276 if (list_empty(&tuner->command_list) || ts.tv_sec != 0) {
  /hardware/qcom/audio/hal/msm8974/
platform.c     [all...]
  /hardware/qcom/audio/hal/
audio_hw.c     [all...]
  /external/blktrace/
blktrace.c 1400 if (list_empty(&hd->head)) {
    [all...]

Completed in 2916 milliseconds

1 23