Searched defs:p5 (Results 1 - 3 of 3) sorted by relevance
/packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/ |
H A D | db_image_homography.cpp | 117 double p1[2],p2[2],p3[2],p4[2],p5[2],p6[2]; local 150 p5[1]=db_sqr(ax)+db_sqr(ay); 152 p1[0]=p2[0]=p3[0]=p4[0]=p5[0]=p6[0]=1; 159 db_MultiplyPoly1_2(p11,p5,p10);
|
/packages/apps/Bluetooth/jni/ |
H A D | com_android_bluetooth_gatt.cpp | 2043 jint p1, jint p2, jint p3, jint p4, jint p5) { 2058 params.u5 = p5; 2041 gattTestNative(JNIEnv* env, jobject object, jint command, jlong uuid1_lsb, jlong uuid1_msb, jstring bda1, jint p1, jint p2, jint p3, jint p4, jint p5) argument
|
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/ |
H A D | GattService.java | 2677 int p1, int p2, int p3, int p4, int p5) { 2681 uuid1.getMostSignificantBits(), bda1, p1, p2, p3, p4, p5); 2683 gattTestNative(command, 0,0, bda1, p1, p2, p3, p4, p5); 2688 int p1, int p2, int p3, int p4, int p5); 2676 gattTestCommand(int command, UUID uuid1, String bda1, int p1, int p2, int p3, int p4, int p5) argument 2686 gattTestNative(int command, long uuid1_lsb, long uuid1_msb, String bda1, int p1, int p2, int p3, int p4, int p5) argument
|
Completed in 121 milliseconds