OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:isValidHandle
(Results
1 - 2
of
2
) 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
280
inline bool
isValidHandle
(int handle) {
Completed in 70 milliseconds