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

  /development/ndk/platforms/android-9/include/android/
looper.h 49 * Option for ALooper_prepare: this looper will accept calls to
65 ALooper* ALooper_prepare(int opts);
  /frameworks/base/native/include/android/
looper.h 49 * Option for ALooper_prepare: this looper will accept calls to
65 ALooper* ALooper_prepare(int opts);
  /frameworks/base/native/android/
looper.cpp 32 ALooper* ALooper_prepare(int opts) {
  /development/ndk/sources/android/native_app_glue/
android_native_app_glue.c 219 ALooper* looper = ALooper_prepare(ALOOPER_PREPARE_ALLOW_NON_CALLBACKS);

Completed in 95 milliseconds