HomeSort by relevance Sort by last modified time
    Searched refs:isValidHandle (Results 1 - 3 of 3) sorted by null

  /libcore/luni/src/main/native/
java_math_NativeBN.cpp 69 static int isValidHandle(JNIEnv* env, jlong handle, const char* message) {
78 return isValidHandle(env, a, "Mandatory handle (first) passed as null");
83 return isValidHandle(env, b, "Mandatory handle (second) passed as null");
88 return isValidHandle(env, c, "Mandatory handle (third) passed as null");
93 return isValidHandle(env, d, "Mandatory handle (fourth) passed as null");
  /device/google/contexthub/sensorhal/
hubconnection.h 278 inline bool isValidHandle(int handle) {
hubconnection.cpp     [all...]

Completed in 245 milliseconds