Searched defs:nativeCreateHintSessionWithConfig (Results 1 – 2 of 2) sorted by relevance
181 static jlong nativeCreateHintSessionWithConfig(JNIEnv* env, jclass /* clazz */, jint tgid, jint uid, in nativeCreateHintSessionWithConfig() function274 {"nativeCreateHintSessionWithConfig", "(II[IJILandroid/hardware/power/SessionConfig;)J", in nativeCreateHintSessionWithConfig() method
784 private static native long nativeCreateHintSessionWithConfig(int tgid, int uid, int[] tids, in nativeCreateHintSessionWithConfig() method in HintManagerService.NativeWrapper