Home | History | Annotate | Download | only in jni

Lines Matching refs:notifySwitch

67     jmethodID notifySwitch;
191 virtual void notifySwitch(nsecs_t when, uint32_t switchValues, uint32_t switchMask,
532 void NativeInputManager::notifySwitch(nsecs_t when,
535 ALOGD("notifySwitch - when=%lld, switchValues=0x%08x, switchMask=0x%08x, policyFlags=0x%x",
541 env->CallVoidMethod(mServiceObj, gServiceClassInfo.notifySwitch,
543 checkAndClearExceptionFromCallback(env, "notifySwitch");
1379 GET_METHOD_ID(gServiceClassInfo.notifySwitch, clazz,
1380 "notifySwitch", "(JII)V");