Home
last modified time | relevance | path

Searched defs:env (Results 1 – 25 of 174) sorted by relevance

1234567

/cts/apps/CtsVerifier/jni/megaaudio/player/
DJavaSourceProxy.cpp34 void JavaSourceProxy::initJni(JNIEnv *env) { in initJni()
51 JNIEnv * env = attachToJVM(); in JavaSourceProxy() local
58 JNIEnv * env = attachToJVM(); in ~JavaSourceProxy() local
66 JNIEnv * env; in attachToJVM() local
84 JNIEnv * env = attachToJVM(); in init() local
93 JNIEnv * env = attachToJVM(); in start() local
99 JNIEnv * env = attachToJVM(); in stop() local
105 JNIEnv * env = attachToJVM(); in reset() local
111 JNIEnv * env = attachToJVM(); in pull() local
125 Java_org_hyphonate_megaaudio_player_JavaSourceProxy_initN(JNIEnv *env, jclass clazz) { in Java_org_hyphonate_megaaudio_player_JavaSourceProxy_initN()
[all …]
DOboePlayer.cpp29 OboePlayer::OboePlayer(JNIEnv *env, AudioSource* source, int subtype) in OboePlayer()
135 JNIEnv* env; in getJavaTimestamp() local
155 JNIEnv *env, jobject thiz, jlong native_audio_source, jint playerSubtype) { in Java_org_hyphonate_megaaudio_player_OboePlayer_allocNativePlayer()
161 JNIEnv *env, jobject thiz, jlong native_player, in Java_org_hyphonate_megaaudio_player_OboePlayer_setupStreamN()
169 JNIEnv *env, jobject thiz, jlong native_player) { in Java_org_hyphonate_megaaudio_player_OboePlayer_teardownStreamN()
176 JNIEnv *env, jobject thiz, jlong native_player, jint playerSubtype) { in Java_org_hyphonate_megaaudio_player_OboePlayer_startStreamN()
182 Java_org_hyphonate_megaaudio_player_OboePlayer_stopN(JNIEnv *env, jobject thiz, jlong native_player… in Java_org_hyphonate_megaaudio_player_OboePlayer_stopN()
188 Java_org_hyphonate_megaaudio_player_OboePlayer_getBufferFrameCountN(JNIEnv *env, jobject thiz, jlo… in Java_org_hyphonate_megaaudio_player_OboePlayer_getBufferFrameCountN()
192 …CALL Java_org_hyphonate_megaaudio_player_OboePlayer_getRoutedDeviceIdN(JNIEnv *env, jobject thiz, … in Java_org_hyphonate_megaaudio_player_OboePlayer_getRoutedDeviceIdN()
196 JNIEXPORT jboolean JNICALL Java_org_hyphonate_megaaudio_player_OboePlayer_getTimestampN(JNIEnv *env in Java_org_hyphonate_megaaudio_player_OboePlayer_getTimestampN()
DNativeAudioSource.cpp30 JNIEnv *env, jobject thiz, jlong native_source_ptr, jint num_frames, jint num_chans) { in Java_org_hyphonate_megaaudio_player_NativeAudioSource_initN()
36 JNIEnv *env, jobject thiz, jlong native_source_ptr) { in Java_org_hyphonate_megaaudio_player_NativeAudioSource_resetN()
42 JNIEnv *env, jobject thiz, jlong native_source_ptr) { in Java_org_hyphonate_megaaudio_player_NativeAudioSource_triggerN()
49 JNIEnv *env, jobject thiz, jlong native_source_ptr, in Java_org_hyphonate_megaaudio_player_NativeAudioSource_pullN()
/cts/tests/tests/jni/libjnitest/
Dandroid_jni_cts_StaticNonce.c30 static void StaticNonce_nop(JNIEnv *env, jclass clazz) { in StaticNonce_nop()
35 static jboolean StaticNonce_returnBoolean(JNIEnv *env, jclass clazz) { in StaticNonce_returnBoolean()
40 static jbyte StaticNonce_returnByte(JNIEnv *env, jclass clazz) { in StaticNonce_returnByte()
45 static jshort StaticNonce_returnShort(JNIEnv *env, jclass clazz) { in StaticNonce_returnShort()
50 static jchar StaticNonce_returnChar(JNIEnv *env, jclass clazz) { in StaticNonce_returnChar()
55 static jint StaticNonce_returnInt(JNIEnv *env, jclass clazz) { in StaticNonce_returnInt()
60 static jlong StaticNonce_returnLong(JNIEnv *env, jclass clazz) { in StaticNonce_returnLong()
65 static jfloat StaticNonce_returnFloat(JNIEnv *env, jclass clazz) { in StaticNonce_returnFloat()
70 static jdouble StaticNonce_returnDouble(JNIEnv *env, jclass clazz) { in StaticNonce_returnDouble()
75 static jobject StaticNonce_returnNull(JNIEnv *env, jclass clazz) { in StaticNonce_returnNull()
[all …]
Dandroid_jni_cts_InstanceNonce.c30 static void InstanceNonce_nop(JNIEnv *env, jobject this) { in InstanceNonce_nop()
35 static jboolean InstanceNonce_returnBoolean(JNIEnv *env, jobject this) { in InstanceNonce_returnBoolean()
40 static jbyte InstanceNonce_returnByte(JNIEnv *env, jobject this) { in InstanceNonce_returnByte()
45 static jshort InstanceNonce_returnShort(JNIEnv *env, jobject this) { in InstanceNonce_returnShort()
50 static jchar InstanceNonce_returnChar(JNIEnv *env, jobject this) { in InstanceNonce_returnChar()
55 static jint InstanceNonce_returnInt(JNIEnv *env, jobject this) { in InstanceNonce_returnInt()
60 static jlong InstanceNonce_returnLong(JNIEnv *env, jobject this) { in InstanceNonce_returnLong()
65 static jfloat InstanceNonce_returnFloat(JNIEnv *env, jobject this) { in InstanceNonce_returnFloat()
70 static jdouble InstanceNonce_returnDouble(JNIEnv *env, jobject this) { in InstanceNonce_returnDouble()
75 static jobject InstanceNonce_returnNull(JNIEnv *env, jobject this) { in InstanceNonce_returnNull()
[all …]
Dandroid_jni_cts_JniCTest.c33 static jstring JniCTest_runAllTests(JNIEnv *env, jclass clazz) { in JniCTest_runAllTests()
43 int register_JniCTest(JNIEnv *env) { in register_JniCTest()
Dandroid_jni_cts_JniCppTest.cpp33 static jstring JniCppTest_runAllTests(JNIEnv *env, jclass clazz) { in JniCppTest_runAllTests()
43 extern "C" int register_JniCppTest(JNIEnv *env) { in register_JniCppTest()
/cts/hostsidetests/appsecurity/test-apps/SplitApp/jni/
Dcom_android_cts_splitapp_Native.cpp51 static jint get_number_a_via_proxy(JNIEnv *env, jobject thiz) { in get_number_a_via_proxy()
55 static jint get_number_b_via_proxy(JNIEnv *env, jobject thiz) { in get_number_b_via_proxy()
59 static jint get_number_a_from_provider(JNIEnv *env, jobject thiz) { in get_number_a_from_provider()
63 static jint get_number_b_from_provider(JNIEnv *env, jobject thiz) { in get_number_b_from_provider()
73 static jint get_abi_bitness(JNIEnv* env, jobject thiz) { in get_abi_bitness()
77 static jint add(JNIEnv *env, jobject thiz, jint a, jint b) { in add()
83 static jstring arch(JNIEnv *env, jobject thiz) { in arch()
87 static jint sub(JNIEnv* env, jobject thiz, jint a, jint b) { in sub()
111 static int registerNativeMethods(JNIEnv* env, const char* className, JNINativeMethod* gMethods, int… in registerNativeMethods()
127 static int registerNatives(JNIEnv* env) { in registerNatives()
[all …]
/cts/common/device-side/util/jni/
Dandroid_cts_CpuFeatures.cpp25 jboolean android_cts_CpuFeatures_isArmCpu(JNIEnv* env, jobject thiz) in android_cts_CpuFeatures_isArmCpu()
31 jboolean android_cts_CpuFeatures_isX86Cpu(JNIEnv* env, jobject thiz) in android_cts_CpuFeatures_isX86Cpu()
37 jboolean android_cts_CpuFeatures_isArm64Cpu(JNIEnv* env, jobject thiz) in android_cts_CpuFeatures_isArm64Cpu()
43 jboolean android_cts_CpuFeatures_isX86_64Cpu(JNIEnv* env, jobject thiz) in android_cts_CpuFeatures_isX86_64Cpu()
54 jboolean android_cts_CpuFeatures_isNativeBridgedCpu(JNIEnv* env, jobject thiz) in android_cts_CpuFeatures_isNativeBridgedCpu()
83 int register_android_cts_CpuFeatures(JNIEnv* env) in register_android_cts_CpuFeatures()
/cts/apps/CtsVerifier/jni/megaaudio/recorder/
DAppCallbackAudioSink.cpp24 AppCallbackAudioSink::AppCallbackAudioSink(JNIEnv *env, jobject callbackObj) { in AppCallbackAudioSink()
33 JNIEnv * env; in init() local
53 JNIEnv * env; in stop() local
72 JNIEnv * env; in push() local
88 void AppCallbackAudioSink::releaseJNIResources(JNIEnv *env) { in releaseJNIResources()
95 JNIEnv *env, jobject thiz, jobject callback_obj) { in Java_org_hyphonate_megaaudio_recorder_sinks_AppCallbackAudioSinkProvider_allocOboeSinkN()
102 JNIEnv *env, jobject thiz, jlong oboe_sink) { in Java_org_hyphonate_megaaudio_recorder_sinks_AppCallbackAudioSinkProvider_releaseJNIResourcesN()
DOboeRecorder.cpp108 Java_org_hyphonate_megaaudio_recorder_OboeRecorder_allocNativeRecorder(JNIEnv *env, jobject thiz, j… in Java_org_hyphonate_megaaudio_recorder_OboeRecorder_allocNativeRecorder()
115 JNIEnv *env, jobject thiz, jlong native_recorder) { in Java_org_hyphonate_megaaudio_recorder_OboeRecorder_getBufferFrameCountN()
120 Java_org_hyphonate_megaaudio_recorder_OboeRecorder_setInputPresetN(JNIEnv *env, jobject thiz, in Java_org_hyphonate_megaaudio_recorder_OboeRecorder_setInputPresetN()
127 Java_org_hyphonate_megaaudio_recorder_OboeRecorder_setupStreamN(JNIEnv *env, jobject thiz, in Java_org_hyphonate_megaaudio_recorder_OboeRecorder_setupStreamN()
137 JNIEnv *env, jobject thiz, jlong native_recorder) { in Java_org_hyphonate_megaaudio_recorder_OboeRecorder_teardownStreamN()
142 Java_org_hyphonate_megaaudio_recorder_OboeRecorder_startStreamN(JNIEnv *env, jobject thiz, in Java_org_hyphonate_megaaudio_recorder_OboeRecorder_startStreamN()
149 Java_org_hyphonate_megaaudio_recorder_OboeRecorder_stopN(JNIEnv *env, jobject thiz, in Java_org_hyphonate_megaaudio_recorder_OboeRecorder_stopN()
156 JNIEnv *env, jobject thiz, jlong native_recorder) { in Java_org_hyphonate_megaaudio_recorder_OboeRecorder_isRecordingN()
163 JNIEnv *env, jobject thiz, jlong native_recorder) { in Java_org_hyphonate_megaaudio_recorder_OboeRecorder_getNumBufferFramesN()
170 Java_org_hyphonate_megaaudio_recorder_OboeRecorder_getRoutedDeviceIdN(JNIEnv *env, jobject thiz, jl… in Java_org_hyphonate_megaaudio_recorder_OboeRecorder_getRoutedDeviceIdN()
DNativeAudioSink.cpp29 Java_org_hyphonate_megaaudio_recorder_NativeAudioSink_initN(JNIEnv * env , jobject thiz, in Java_org_hyphonate_megaaudio_recorder_NativeAudioSink_initN()
39 Java_org_hyphonate_megaaudio_recorder_NativeAudioSink_startN(JNIEnv *env, jobject thiz, jlong nativ… in Java_org_hyphonate_megaaudio_recorder_NativeAudioSink_startN()
45 Java_org_hyphonate_megaaudio_recorder_NativeAudioSink_stopN(JNIEnv *env, jobject thiz, jlong native… in Java_org_hyphonate_megaaudio_recorder_NativeAudioSink_stopN()
52 JNIEnv *env, jobject thiz, jlong native_sink_ptr, in Java_org_hyphonate_megaaudio_recorder_NativeAudioSink_pushN()
/cts/hostsidetests/appsecurity/test-apps/IsolatedSplitApp/native_split/jni/
Dcom_android_cts_isolatedsplitapp_Native.cpp28 static jint add(JNIEnv* env, jobject thiz, jint numA, jint numB) { in add()
55 static jint get_number_a_via_proxy(JNIEnv* env, jobject thiz) { in get_number_a_via_proxy()
59 static jint get_number_b_via_proxy(JNIEnv* env, jobject thiz) { in get_number_b_via_proxy()
63 static jint get_number_a_from_provider(JNIEnv* env, jobject thiz) { in get_number_a_from_provider()
67 static jint get_number_b_from_provider(JNIEnv* env, jobject thiz) { in get_number_b_from_provider()
81 static int registerNativeMethods(JNIEnv* env, const char* className, JNINativeMethod* gMethods, in registerNativeMethods()
98 static int registerNatives(JNIEnv* env) { in registerNatives()
107 JNIEnv* env = NULL; in JNI_OnLoad() local
/cts/tests/tests/media/audio/jni/
Dsl-utils.h64 jbyte *envGetArrayElements(JNIEnv *env, jbyteArray array, jboolean *isCopy) { in envGetArrayElements()
69 void envReleaseArrayElements(JNIEnv *env, jbyteArray array, jbyte *elems, jint mode) { in envReleaseArrayElements()
74 jshort *envGetArrayElements(JNIEnv *env, jshortArray array, jboolean *isCopy) { in envGetArrayElements()
79 void envReleaseArrayElements(JNIEnv *env, jshortArray array, jshort *elems, jint mode) { in envReleaseArrayElements()
84 jfloat *envGetArrayElements(JNIEnv *env, jfloatArray array, jboolean *isCopy) { in envGetArrayElements()
89 void envReleaseArrayElements(JNIEnv *env, jfloatArray array, jfloat *elems, jint mode) { in envReleaseArrayElements()
/cts/tests/tests/libthermalndk/jni/
DNativeThermalTest.cpp64 static inline void setThermalStatusOverride(JNIEnv* env, jobject obj, int32_t level) { in setThermalStatusOverride()
68 static inline jstring returnJString(JNIEnv *env, std::optional<std::string> result) { in returnJString()
77 JNIEnv *env, jobject obj, int32_t level) { in testGetCurrentThermalStatus()
100 static jstring nativeTestGetCurrentThermalStatus(JNIEnv *env, jobject obj, jint level) { in nativeTestGetCurrentThermalStatus()
104 static std::optional<std::string> testRegisterThermalStatusListener(JNIEnv *env, jobject obj) { in testRegisterThermalStatusListener()
158 static jstring nativeTestRegisterThermalStatusListener(JNIEnv *env, jobject obj) { in nativeTestRegisterThermalStatusListener()
193 static jstring nativeTestThermalStatusRegisterNullListener(JNIEnv *env, jobject) { in nativeTestThermalStatusRegisterNullListener()
198 (JNIEnv *env, jobject obj) { in testThermalStatusListenerDoubleRegistration()
256 static jstring nativeTestThermalStatusListenerDoubleRegistration(JNIEnv *env, jobject obj) { in nativeTestThermalStatusListenerDoubleRegistration()
291 static jstring nativeTestGetThermalHeadroom(JNIEnv *env, jobject obj) { in nativeTestGetThermalHeadroom()
[all …]
/cts/tests/tests/os/jni/
Dandroid_os_cts_PerformanceHintManagerTest.cpp24 static jstring toJString(JNIEnv *env, const char* c_str) { in toJString()
56 static jstring nativeTestCreateHintSession(JNIEnv *env, jobject) { in nativeTestCreateHintSession()
75 static jstring nativeTestGetPreferredUpdateRateNanos(JNIEnv *env, jobject) { in nativeTestGetPreferredUpdateRateNanos()
90 static jstring nativeUpdateTargetWorkDuration(JNIEnv *env, jobject) { in nativeUpdateTargetWorkDuration()
103 static jstring nativeUpdateTargetWorkDurationWithNegativeDuration(JNIEnv *env, jobject) { in nativeUpdateTargetWorkDurationWithNegativeDuration()
116 static jstring nativeReportActualWorkDuration(JNIEnv *env, jobject) { in nativeReportActualWorkDuration()
145 static jstring nativeReportActualWorkDurationWithIllegalArgument(JNIEnv *env, jobject) { in nativeReportActualWorkDurationWithIllegalArgument()
174 int register_android_os_cts_PerformanceHintManagerTest(JNIEnv *env) { in register_android_os_cts_PerformanceHintManagerTest()
Dandroid_os_cts_HardwareName.cpp21 jstring android_os_cts_HardwareName_getName(JNIEnv* env, jobject thiz) in android_os_cts_HardwareName_getName()
37 int register_android_os_cts_HardwareName(JNIEnv* env) in register_android_os_cts_HardwareName()
/cts/tests/tests/permission/jni/
Dandroid_permission_cts_FileUtils.cpp52 jboolean android_permission_cts_FileUtils_getFileStatus(JNIEnv* env, in android_permission_cts_FileUtils_getFileStatus()
83 jstring android_permission_cts_FileUtils_getUserName(JNIEnv* env, in android_permission_cts_FileUtils_getUserName()
90 jstring android_permission_cts_FileUtils_getGroupName(JNIEnv* env, in android_permission_cts_FileUtils_getGroupName()
97 static jboolean isPermittedCapBitSet(JNIEnv* env, jstring path, size_t capId) in isPermittedCapBitSet()
118 jboolean android_permission_cts_FileUtils_hasSetUidCapability(JNIEnv* env, in android_permission_cts_FileUtils_hasSetUidCapability()
124 jboolean android_permission_cts_FileUtils_hasSetGidCapability(JNIEnv* env, in android_permission_cts_FileUtils_hasSetGidCapability()
130 static bool throwNamedException(JNIEnv* env, const char* className, in throwNamedException()
147 static bool fillPermittedCaps(vfs_cap_data* capData, JNIEnv* env, jintArray capIds) in fillPermittedCaps()
170 jboolean android_permission_cts_FileUtils_CapabilitySet_fileHasOnly(JNIEnv* env, in android_permission_cts_FileUtils_CapabilitySet_fileHasOnly()
220 int register_android_permission_cts_FileUtils(JNIEnv* env) in register_android_permission_cts_FileUtils()
/cts/tests/tests/graphics/jni/
Dandroid_graphics_cts_ANativeWindowTest.cpp28 void pushBufferWithTransform(JNIEnv* env, jclass, jobject jSurface, jint transform) { in pushBufferWithTransform()
37 jint setBuffersDataSpace(JNIEnv* env, jclass, jobject jSurface, jint dataSpace) { in setBuffersDataSpace()
53 jint getBuffersDataSpace(JNIEnv* env, jclass, jobject jSurface) { in getBuffersDataSpace()
61 void tryAllocateBuffers(JNIEnv* env, jclass, jobject jSurface) { in tryAllocateBuffers()
86 int register_android_graphics_cts_ANativeWindowTest(JNIEnv* env) { in register_android_graphics_cts_ANativeWindowTest()
/cts/tests/tests/security/jni/
Dandroid_security_cts_LinuxRngTest.cpp30 static void throwIOException(JNIEnv* env, const char *format, ...) { in throwIOException()
45 jint android_security_cts_LinuxRngTest_getCharDeviceMajor(JNIEnv* env, in android_security_cts_LinuxRngTest_getCharDeviceMajor()
71 jint android_security_cts_LinuxRngTest_getCharDeviceMinor(JNIEnv* env, in android_security_cts_LinuxRngTest_getCharDeviceMinor()
104 int register_android_security_cts_LinuxRngTest(JNIEnv* env) in register_android_security_cts_LinuxRngTest()
/cts/tests/media/jni/
DNativeMuxerUnitTest.cpp60 static jboolean nativeTestIfReadOnlyFdIsRejected(JNIEnv* env, jobject, jstring jdstPath) { in nativeTestIfReadOnlyFdIsRejected()
75 static jboolean nativeTestIfWriteOnlyFdIsRejected(JNIEnv* env, jobject, jstring jdstPath) { in nativeTestIfWriteOnlyFdIsRejected()
90 static jboolean nativeTestIfNonSeekableFdIsRejected(JNIEnv* env, jobject, jstring jdstPath) { in nativeTestIfNonSeekableFdIsRejected()
106 static jboolean nativeTestIfInvalidOutputFormatIsRejected(JNIEnv* env, jobject, jstring jdstPath) { in nativeTestIfInvalidOutputFormatIsRejected()
121 static jboolean nativeTestIfInvalidMediaFormatIsRejected(JNIEnv* env, jobject, jstring jdstPath) { in nativeTestIfInvalidMediaFormatIsRejected()
144 static jboolean nativeTestIfCorruptMediaFormatIsRejected(JNIEnv* env, jobject, jstring jdstPath) { in nativeTestIfCorruptMediaFormatIsRejected()
163 static jboolean nativeTestIfAddTrackSucceedsAfterStart(JNIEnv* env, jobject, jstring jdstPath) { in nativeTestIfAddTrackSucceedsAfterStart()
183 static jboolean nativeTestIfAddTrackSucceedsAfterWriteSampleData(JNIEnv* env, jobject, in nativeTestIfAddTrackSucceedsAfterWriteSampleData()
206 static jboolean nativeTestIfAddTrackSucceedsAfterStop(JNIEnv* env, jobject, jstring jdstPath) { in nativeTestIfAddTrackSucceedsAfterStop()
229 static jboolean nativeTestIfMuxerStartsBeforeAddTrack(JNIEnv* env, jobject, jstring jdstPath) { in nativeTestIfMuxerStartsBeforeAddTrack()
[all …]
/cts/tests/tests/opengl/libopengltest/
Dgl2_jni_libone.cpp113 extern "C" JNIEXPORT void JNICALL Java_android_opengl_cts_GL2JniLibOne_step(JNIEnv * env, jclass ob… in Java_android_opengl_cts_GL2JniLibOne_step()
118 …T jint JNICALL Java_android_opengl_cts_GL2JniLibOne_getAttachShaderError(JNIEnv * env, jclass obj){ in Java_android_opengl_cts_GL2JniLibOne_getAttachShaderError()
122 …ORT jint JNICALL Java_android_opengl_cts_GL2JniLibOne_getLoadShaderError(JNIEnv * env, jclass obj){ in Java_android_opengl_cts_GL2JniLibOne_getLoadShaderError()
126 extern "C" JNIEXPORT jint JNICALL Java_android_opengl_cts_GL2JniLibOne_getProgramError(JNIEnv * env in Java_android_opengl_cts_GL2JniLibOne_getProgramError()
130 …jint JNICALL Java_android_opengl_cts_GL2JniLibOne_getAttachedShaderCount(JNIEnv * env, jclass obj){ in Java_android_opengl_cts_GL2JniLibOne_getAttachedShaderCount()
134 extern "C" JNIEXPORT jfloatArray JNICALL Java_android_opengl_cts_GL2JniLibOne_draw(JNIEnv * env, in Java_android_opengl_cts_GL2JniLibOne_draw()
/cts/tests/tests/view/jni/
Dandroid_view_cts_InputQueueTest.cpp27 bool waitForEvent(JNIEnv *env, jclass /* clazz */, jobject inputQueue) { in waitForEvent()
42 void inputQueueTest(JNIEnv *env, jclass /* clazz */, jobject inputQueue) { in inputQueueTest()
57 jint register_android_view_cts_InputQueueTest(JNIEnv *env) { in register_android_view_cts_InputQueueTest()
/cts/hostsidetests/sustainedperf/shadertoy_android/jni/
Dhooks_android.cpp28 JNIEXPORT void JNICALL Java_com_android_gputest_GLtestLib_init(__attribute__((unused)) JNIEnv * env in Java_com_android_gputest_GLtestLib_init()
33 JNIEXPORT void JNICALL Java_com_android_gputest_GLtestLib_step(__attribute__((unused)) JNIEnv * env in Java_com_android_gputest_GLtestLib_step()
/cts/tests/sensor/jni/
Dandroid_hardware_cts_SensorDirectReportTest.cpp25 jboolean readHardwareBuffer(JNIEnv* env, jclass, in readHardwareBuffer()
66 int register_android_hardware_cts_SensorDirectReportTest(JNIEnv* env) { in register_android_hardware_cts_SensorDirectReportTest()
72 int register_android_hardware_cts_helpers_SensorRatePermissionDirectReportTestHelper(JNIEnv* env) { in register_android_hardware_cts_helpers_SensorRatePermissionDirectReportTestHelper()

1234567