HomeSort by relevance Sort by last modified time
    Searched full:jlong (Results 401 - 425 of 575) sorted by null

<<11121314151617181920>>

  /frameworks/base/core/jni/
android_util_EventLog.cpp 67 jint tag, jlong value)
147 static void readEvents(JNIEnv* env, int loggerMode, jintArray tags, jlong startTime, jobject out) {
251 jlong timestamp,
android_view_TextureView.cpp 122 SET_LONG(textureView, gTextureViewClassInfo.nativeWindow, jlong(window.get()));
138 jlong nativeWindow, jobject canvas, jobject dirtyRect) {
185 jlong nativeWindow, jobject canvas) {
android_nio_utils.cpp 34 jlong pointer;
  /frameworks/base/media/jni/
android_mtp_MtpServer.cpp 92 env->SetLongField(thiz, field_MtpServer_nativeContext, (jlong)server);
165 jlong reserveSpace = env->GetLongField(jstorage, field_MtpStorage_reserveSpace);
167 jlong maxFileSize = env->GetLongField(jstorage, field_MtpStorage_maxFileSize);
android_media_MediaMetricsJNI.cpp 69 keyName, (jlong) prop->u.int64Value);
  /frameworks/base/media/tests/NativeMidiDemo/jni/
nativemidi-jni.cpp 23 JNIEXPORT jlong JNICALL Java_com_example_android_nativemididemo_NativeMidi_getPlaybackCounter(
228 jlong Java_com_example_android_nativemididemo_NativeMidi_getPlaybackCounter(JNIEnv*, jobject) {
238 JNIEnv*, jobject, jlong deviceHandle, jint portNumber) {
  /frameworks/base/services/core/jni/
com_android_server_input_InputWindowHandle.cpp 177 jlong ptr = env->GetLongField(inputWindowHandleObj, gInputWindowHandleClassInfo.ptr);
192 reinterpret_cast<jlong>(handle));
203 jlong ptr = env->GetLongField(obj, gInputWindowHandleClassInfo.ptr);
com_android_server_PersistentDataBlockService.cpp 79 static jlong com_android_server_PersistentDataBlockService_getBlockDeviceSize(JNIEnv *env, jclass, jstring jpath)
  /libcore/ojluni/src/main/native/
DatagramChannelImpl.c 29 #include "jlong.h"
151 jobject fdo, jlong address,
241 jboolean preferIPv6, jobject fdo, jlong address,
EPollPort.c 29 #include "jlong.h"
java_util_zip_CRC32.c 68 jlong address, jint off, jint len)
  /art/runtime/native/
java_lang_Object.cc 49 static void Object_waitJI(JNIEnv* env, jobject java_this, jlong ms, jint ns) {
  /art/runtime/openjdkjvmti/
OpenjdkJvmTi.cc 110 static jvmtiError Allocate(jvmtiEnv* env, jlong size, unsigned char** mem_ptr) {
342 jlong value ATTRIBUTE_UNUSED) {
398 static jvmtiError GetTag(jvmtiEnv* env, jobject object, jlong* tag_ptr) {
416 static jvmtiError SetTag(jvmtiEnv* env, jobject object, jlong tag) {
438 const jlong* tags,
441 jlong** tag_result_ptr) {
538 jlong* value_ptr ATTRIBUTE_UNUSED) {
588 jlong value ATTRIBUTE_UNUSED) {
799 static jvmtiError GetObjectSize(jvmtiEnv* env, jobject object, jlong* size_ptr) {
    [all...]
ti_monitor.h 50 static jvmtiError RawMonitorWait(jvmtiEnv* env, jrawMonitorID monitor, jlong millis);
ti_object.cc 43 jlong* size_ptr) {
  /art/test/904-object-allocation/
tracking.cc 54 jlong size) {
  /cts/hostsidetests/jvmti/base/jni/
tracking.cpp 48 jlong size) {
  /cts/tests/tests/media/libndkaudio/
com_android_ndkaudio_AudioPlayer.cpp 96 JNIEXPORT jlong JNICALL Java_com_android_ndkaudio_AudioPlayer_GetLastSLResult(JNIEnv*, jobject) {
com_android_ndkaudio_AudioRecorder.cpp 96 JNIEXPORT jlong JNICALL Java_com_android_ndkaudio_AudioRecorder_GetLastSLResult(JNIEnv*, jobject) {
  /cts/tests/tests/openglperf/jni/
OpenGlPerfNativeJni.cpp 60 jclass clazz, jlong waitTimeInNs)
  /external/deqp/framework/platform/android/
tcuTestLogParserJNI.cpp 328 JNIEXPORT jlong JNICALL Java_com_drawelements_deqp_testercore_TestLogParser_nativeCreate (JNIEnv* env, jclass, jboolean logData)
334 return (jlong)new TestLogParser(logData);
345 JNIEXPORT void JNICALL Java_com_drawelements_deqp_testercore_TestLogParser_nativeDestroy (JNIEnv* env, jclass, jlong nativePointer)
361 JNIEXPORT void JNICALL Java_com_drawelements_deqp_testercore_TestLogParser_nativeParse (JNIEnv* env, jclass, jlong nativePointer, jobject instrumentation, jbyteArray buffer, jint size)
  /external/libjpeg-turbo/
jccolor.c 29 JLONG *rgb_ycc_tab; /* => table for RGB to YCbCr conversion */
66 #define CBCR_OFFSET ((JLONG) CENTERJSAMPLE << SCALEBITS)
67 #define ONE_HALF ((JLONG) 1 << (SCALEBITS-1))
68 #define FIX(x) ((JLONG) ((x) * (1L<<SCALEBITS) + 0.5))
201 JLONG *rgb_ycc_tab;
202 JLONG i;
205 cconvert->rgb_ycc_tab = rgb_ycc_tab = (JLONG *)
207 (TABLE_SIZE * sizeof(JLONG)));
385 register JLONG *ctab = cconvert->rgb_ycc_tab;
  /external/webrtc/talk/app/webrtc/java/jni/
androidnetworkmonitor_jni.cc 79 JNIEnv* jni, jobject j_monitor, jlong j_native_monitor) {
  /frameworks/base/core/jni/android/graphics/
SurfaceTexture.cpp 93 env->SetLongField(thiz, fields.surfaceTexture, (jlong)surfaceTexture.get());
107 env->SetLongField(thiz, fields.producer, (jlong)producer.get());
122 env->SetLongField(thiz, fields.frameAvailableListener, (jlong)listener.get());
367 static jlong SurfaceTexture_getTimestamp(JNIEnv* env, jobject thiz)
  /libcore/luni/src/main/native/
ZipUtilities.cpp 83 NativeZipStream* toNativeZipStream(jlong address) {

Completed in 1282 milliseconds

<<11121314151617181920>>