Searched refs:session_ptr (Results 1 – 1 of 1) sorted by relevance
79 jlong session_ptr = reinterpret_cast<jlong>(result.value().get()); in createHintSession() local81 auto res = gSessionMap.insert({session_ptr, result.value()}); in createHintSession()82 return res.second ? session_ptr : 0; in createHintSession()102 jlong session_ptr = reinterpret_cast<jlong>(result.value().get()); in createHintSessionWithConfig() local104 auto res = gSessionMap.insert({session_ptr, result.value()}); in createHintSessionWithConfig()109 return session_ptr; in createHintSessionWithConfig()118 static void pauseHintSession(JNIEnv* env, int64_t session_ptr) { in pauseHintSession() argument119 auto appSession = reinterpret_cast<PowerHintSessionWrapper*>(session_ptr); in pauseHintSession()123 static void resumeHintSession(JNIEnv* env, int64_t session_ptr) { in resumeHintSession() argument124 auto appSession = reinterpret_cast<PowerHintSessionWrapper*>(session_ptr); in resumeHintSession()[all …]