Searched refs:JavaLongArrayToInt64Vector (Results 1 – 12 of 12) sorted by relevance
/aosp_15_r20/external/cronet/base/android/ |
H A D | child_process_service.cc | 45 base::android::JavaLongArrayToInt64Vector(env, j_offsets, &offsets); in JNI_ChildProcessService_RegisterFileDescriptors() 47 base::android::JavaLongArrayToInt64Vector(env, j_sizes, &sizes); in JNI_ChildProcessService_RegisterFileDescriptors()
|
H A D | jni_array_unittest.cc | 282 TEST(JniArray, JavaLongArrayToInt64Vector) { in TEST() argument 297 JavaLongArrayToInt64Vector(env, jlongs, &int64s); in TEST()
|
H A D | jni_array.h | 184 BASE_EXPORT void JavaLongArrayToInt64Vector(
|
H A D | jank_metric_uma_recorder.cc | 293 JavaLongArrayToInt64Vector(env, java_durations_ns, &durations_ns); in RecordJankMetrics()
|
H A D | jni_array.cc | 407 void JavaLongArrayToInt64Vector(JNIEnv* env, in JavaLongArrayToInt64Vector() function
|
/aosp_15_r20/external/libchrome/base/android/ |
H A D | child_process_service.cc | 47 base::android::JavaLongArrayToInt64Vector(env, j_offsets, &offsets); in JNI_ChildProcessService_RegisterFileDescriptors() 49 base::android::JavaLongArrayToInt64Vector(env, j_sizes, &sizes); in JNI_ChildProcessService_RegisterFileDescriptors()
|
H A D | jni_array_unittest.cc | 225 TEST(JniArray, JavaLongArrayToInt64Vector) { in TEST() argument 240 JavaLongArrayToInt64Vector(env, jlongs.obj(), &int64s); in TEST()
|
H A D | jni_array.h | 100 BASE_EXPORT void JavaLongArrayToInt64Vector(JNIEnv* env,
|
H A D | jni_array.cc | 246 void JavaLongArrayToInt64Vector(JNIEnv* env, in JavaLongArrayToInt64Vector() function
|
/aosp_15_r20/external/cronet/net/android/ |
H A D | network_change_notifier_delegate_android.cc | 78 base::android::JavaLongArrayToInt64Vector(env, long_array, &int64_list); in JavaLongArrayToNetworkMap() 334 base::android::JavaLongArrayToInt64Vector(env, active_networks, in NotifyPurgeActiveNetworkList()
|
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/0/external/libchrome/base/android/ |
D | jni_array.h | 103 BASE_EXPORT void JavaLongArrayToInt64Vector(JNIEnv* env,
|
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/gensrcs/external/libchrome/base/android/ |
D | jni_array.h | 103 BASE_EXPORT void JavaLongArrayToInt64Vector(JNIEnv* env,
|