Home
last modified time | relevance | path

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

/frameworks/base/core/jni/
Dandroid_os_PerformanceHintManager.cpp174 static void throwExceptionForErrno(JNIEnv* env, int err, const std::string& msg) { in throwExceptionForErrno() function
253 throwExceptionForErrno(env, err, "Failed to set threads for hint session"); in nativeSetThreads()