Home
last modified time | relevance | path

Searched defs:_b (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/tests/JankBench/app/src/main/jni/
Dtest.cpp51 …ava_com_android_benchmark_synthetic_TestInterface_nDestroy(JNIEnv *_env, jobject _this, jlong _b) { in Java_com_android_benchmark_synthetic_TestInterface_nDestroy()
58 JNIEnv *_env, jobject _this, jlong _b, jlong options) { in Java_com_android_benchmark_synthetic_TestInterface_nRunPowerManagementTest()
64 JNIEnv *_env, jobject _this, jlong _b, jlong options) { in Java_com_android_benchmark_synthetic_TestInterface_nRunCPUHeatSoakTest()
70 JNIEnv *_env, jobject _this, jlong _b, jfloatArray data) { in Java_com_android_benchmark_synthetic_TestInterface_nGetData()
84 JNIEnv *_env, jobject _this, jlong _b) { in Java_com_android_benchmark_synthetic_TestInterface_nMemTestStart()
90 JNIEnv *_env, jobject _this, jlong _b, jlong opt) { in Java_com_android_benchmark_synthetic_TestInterface_nMemTestBandwidth()
96 JNIEnv *_env, jobject _this, jlong _b, jlong opt) { in Java_com_android_benchmark_synthetic_TestInterface_nGFlopsTest()
102 JNIEnv *_env, jobject _this, jlong _b, jlong opt) { in Java_com_android_benchmark_synthetic_TestInterface_nMemTestLatency()
108 JNIEnv *_env, jobject _this, jlong _b) { in Java_com_android_benchmark_synthetic_TestInterface_nMemTestEnd()
/frameworks/native/libs/binder/
DIPCThreadState.cpp659 TextOutput::Bundle _b(alog); in transact() local
707 TextOutput::Bundle _b(alog); in transact() local
951 TextOutput::Bundle _b(alog); in talkWithDriver() local
1010 TextOutput::Bundle _b(alog); in talkWithDriver() local
1198 TextOutput::Bundle _b(alog); in executeCommand() local
1245 TextOutput::Bundle _b(alog); in executeCommand() local
/frameworks/native/opengl/tests/hwc/
DhwcTestLib.h83 float _b; variable
/frameworks/av/media/extractors/mp4/
DSampleTable.cpp622 int SampleTable::CompareIncreasingTime(const void *_a, const void *_b) { in CompareIncreasingTime()