OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:newByteArray
(Results
1 - 6
of
6
) sorted by null
/dalvik/dx/tests/115-merge/testdata/
FillArrayData.java
5
public static byte[]
newByteArray
() {
/frameworks/opt/net/wifi/service/jni/
com_android_server_wifi_nan_WifiNanNative.cpp
129
JNIObject<jbyteArray> macBytes = helper.
newByteArray
(6);
132
JNIObject<jbyteArray> ssiBytes = helper.
newByteArray
(event->service_specific_info_len);
136
JNIObject<jbyteArray> mfBytes = helper.
newByteArray
(event->sdf_match_filter_len);
165
JNIObject<jbyteArray> macBytes = helper.
newByteArray
(6);
168
JNIObject<jbyteArray> msgBytes = helper.
newByteArray
(event->service_specific_info_len);
184
JNIObject<jbyteArray> macBytes = helper.
newByteArray
(6);
jni_helper.h
119
JNIObject<jbyteArray>
newByteArray
(int num);
com_android_server_wifi_WifiNative.cpp
189
JNIObject<jbyteArray> ssidBytes = helper.
newByteArray
(len);
226
JNIObject<jbyteArray> elements = helper.
newByteArray
(result->ie_length);
[
all
...]
jni_helper.cpp
645
JNIObject<jbyteArray> JNIHelper::
newByteArray
(int num) {
646
return JNIObject<jbyteArray>(*this, mEnv->
NewByteArray
(num));
/external/libgdx/backends/gdx-backend-moe/libs/
intel-moe-ios.jar
Completed in 1074 milliseconds