Searched refs:jHub (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/services/core/jni/ |
D | com_android_server_location_ContextHubService.cpp | 928 jobject jHub = env->NewObject(db.jniInfo.contextHubInfoClass, in constructJContextHubInfo() local 930 env->CallVoidMethod(jHub, db.jniInfo.contextHubInfoSetId, hub.hubId); in constructJContextHubInfo() 933 env->CallVoidMethod(jHub, db.jniInfo.contextHubInfoSetName, jstrBuf); in constructJContextHubInfo() 937 env->CallVoidMethod(jHub, db.jniInfo.contextHubInfoSetVendor, jstrBuf); in constructJContextHubInfo() 941 env->CallVoidMethod(jHub, db.jniInfo.contextHubInfoSetToolchain, jstrBuf); in constructJContextHubInfo() 944 env->CallVoidMethod(jHub, db.jniInfo.contextHubInfoSetPlatformVersion, hub.platformVersion); in constructJContextHubInfo() 945 env->CallVoidMethod(jHub, db.jniInfo.contextHubInfoSetToolchainVersion, hub.toolchainVersion); in constructJContextHubInfo() 946 env->CallVoidMethod(jHub, db.jniInfo.contextHubInfoSetPeakMips, hub.peakMips); in constructJContextHubInfo() 947 env->CallVoidMethod(jHub, db.jniInfo.contextHubInfoSetStoppedPowerDrawMw, in constructJContextHubInfo() 949 env->CallVoidMethod(jHub, db.jniInfo.contextHubInfoSetSleepPowerDrawMw, in constructJContextHubInfo() [all …]
|