Home | History | Annotate | Download | only in jni

Lines Matching refs:notifySwitch

69     jmethodID notifySwitch;
209 virtual void notifySwitch(nsecs_t when, uint32_t switchValues, uint32_t switchMask,
550 void NativeInputManager::notifySwitch(nsecs_t when,
553 ALOGD("notifySwitch - when=%lld, switchValues=0x%08x, switchMask=0x%08x, policyFlags=0x%x",
559 env->CallVoidMethod(mServiceObj, gServiceClassInfo.notifySwitch,
561 checkAndClearExceptionFromCallback(env, "notifySwitch");
1432 GET_METHOD_ID(gServiceClassInfo.notifySwitch, clazz,
1433 "notifySwitch", "(JII)V");