Searched refs:JNIObject (Results 1 - 3 of 3) sorted by relevance

/frameworks/opt/net/wifi/service/jni/
H A Djni_helper.h24 class JNIObject { class in namespace:android
29 JNIObject(JNIHelper &helper, T obj);
30 JNIObject(const JNIObject<T>& rhs);
31 virtual ~JNIObject();
51 JNIObject<T>& operator = (const JNIObject<T>& rhs) {
63 JNIObject(const JNIObject<T2>& rhs); // NOLINT(implicit)
76 JNIObject<jbyteArra
87 JNIObject<T>::JNIObject(JNIHelper &helper, T obj) function in class:android::JNIObject
92 JNIObject<T>::JNIObject(const JNIObject<T>& rhs) function in class:android::JNIObject
[all...]
H A Djni_helper.cpp61 JNIObject<jbyteArray> JNIHelper::newByteArray(int num) {
62 return JNIObject<jbyteArray>(*this, mEnv->NewByteArray(num));
H A Dcom_android_server_wifi_WifiNative.cpp63 JNIObject<jbyteArray> result = helper.newByteArray(read);

Completed in 61 milliseconds