Searched refs:ALooper_prepare (Results 1 – 8 of 8) sorted by relevance
74 ALooper* ALooper_prepare(int opts);
40 ALooper* ALooper_prepare(int opts) { in ALooper_prepare() function
98 ALooper_prepare;
142 DEFINE_INTERCEPTABLE_STUB_FUNCTION(ALooper_prepare);421 INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", ALooper_prepare); in init_stub_library()
445 ALooper *ALooper_prepare(int /* opts */) { in ALooper_prepare() function
181 aLooper = ALooper_prepare(ALOOPER_PREPARE_ALLOW_NON_CALLBACKS); in Device()