Home
last modified time | relevance | path

Searched refs:dispatchCallback (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/core/java/android/database/sqlite/
DSQLiteCustomFunction.java56 private void dispatchCallback(String[] args) { in dispatchCallback() method in SQLiteCustomFunction
/frameworks/hardware/interfaces/sensorservice/libsensorndkbridge/
DASensorEventQueue.h62 void dispatchCallback();
DALooper.cpp75 queue->dispatchCallback(); in pollOnce()
DASensorEventQueue.cpp125 void ASensorEventQueue::dispatchCallback() { in dispatchCallback() function in ASensorEventQueue
/frameworks/base/core/jni/
Dandroid_database_SQLiteConnection.cpp64 jmethodID dispatchCallback; member
236 gSQLiteCustomFunctionClassInfo.dispatchCallback, argsArray); in sqliteCustomFunctionCallback()
871 gSQLiteCustomFunctionClassInfo.dispatchCallback = GetMethodIDOrDie(env, clazz, in register_android_database_SQLiteConnection()