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

  /frameworks/native/include/android/
looper.h 53 ALooper* ALooper_forThread();
  /frameworks/base/native/android/
looper.cpp 36 ALooper* ALooper_forThread() {
  /device/google/wahoo/folio_daemon/
main.cpp 115 looper = ALooper_forThread();
  /frameworks/base/cmds/hid/jni/
com_android_commands_hid_Device.cpp 135 ALooper* aLooper = ALooper_forThread();
137 LOGE("Could not get ALooper, ALooper_forThread returned NULL");
145 ALooper* looper = ALooper_forThread();
149 LOGE("Could not remove fd, ALooper_forThread() returned NULL!");
  /frameworks/hardware/interfaces/sensorservice/libsensorndkbridge/
ASensorManager.cpp 430 ALooper *ALooper_forThread() {
431 LOG(VERBOSE) << "ALooper_forThread";

Completed in 163 milliseconds