Home
last modified time | relevance | path

Searched refs:mP2 (Results 1 – 13 of 13) sorted by relevance

/aosp12/frameworks/base/core/tests/coretests/src/android/view/
H A DViewTransientStateTest.java33 View mP2; field in ViewTransientStateTest
46 mP2 = a.findViewById(R.id.p2); in setUp()
54 mP2.setHasTransientState(true); in testSetTransientState1()
56 mP2.setHasTransientState(false); in testSetTransientState1()
58 assertFalse(mP2.hasTransientState()); in testSetTransientState1()
66 mP2.setHasTransientState(true); in testSetTransientState2()
67 mP2.setHasTransientState(false); in testSetTransientState2()
77 mP2.setHasTransientState(true); in testSetTransientState3()
80 mP2.setHasTransientState(false); in testSetTransientState3()
89 mP2.setHasTransientState(true); in testSetTransientState4()
[all …]
/aosp12/packages/apps/SecureElement/src/com/android/se/security/
H A DCommandApdu.java43 protected int mP2 = 0x00; field in CommandApdu
53 mP2 = p2; in CommandApdu()
64 mP2 = p2; in CommandApdu()
73 mP2 = p2; in CommandApdu()
83 mP2 = p2; in CommandApdu()
117 return mP2; in getP2()
121 mP2 = p2; in setP2()
168 apdu[index] = (byte) mP2; in toBytes()
189 apdu.mP2 = mP2; in clone()
/aosp12/hardware/qcom/gps/msm8909w_3100/core/
H A DSystemStatus.cpp311 SystemStatusPQWP2 mP2; member in loc_core::SystemStatusPQWP2parser
314 inline float getBestLat() { return mP2.mBestLat; } in getBestLat()
315 inline float getBestLon() { return mP2.mBestLon; } in getBestLon()
316 inline float getBestAlt() { return mP2.mBestAlt; } in getBestAlt()
326 memset(&mP2, 0, sizeof(mP2)); in SystemStatusPQWP2parser()
327 mP2.mBestLat = atof(mField[eBestLat].c_str()); in SystemStatusPQWP2parser()
328 mP2.mBestLon = atof(mField[eBestLon].c_str()); in SystemStatusPQWP2parser()
329 mP2.mBestAlt = atof(mField[eBestAlt].c_str()); in SystemStatusPQWP2parser()
330 mP2.mBestHepe = atof(mField[eBestHepe].c_str()); in SystemStatusPQWP2parser()
331 mP2.mBestAltUnc = atof(mField[eBestAltUnc].c_str()); in SystemStatusPQWP2parser()
[all …]
/aosp12/hardware/qcom/gps/msm8998/core/
H A DSystemStatus.cpp307 SystemStatusPQWP2 mP2; member in loc_core::SystemStatusPQWP2parser
310 inline float getBestLat() { return mP2.mBestLat; } in getBestLat()
311 inline float getBestLon() { return mP2.mBestLon; } in getBestLon()
312 inline float getBestAlt() { return mP2.mBestAlt; } in getBestAlt()
322 memset(&mP2, 0, sizeof(mP2)); in SystemStatusPQWP2parser()
323 mP2.mBestLat = atof(mField[eBestLat].c_str()); in SystemStatusPQWP2parser()
324 mP2.mBestLon = atof(mField[eBestLon].c_str()); in SystemStatusPQWP2parser()
325 mP2.mBestAlt = atof(mField[eBestAlt].c_str()); in SystemStatusPQWP2parser()
326 mP2.mBestHepe = atof(mField[eBestHepe].c_str()); in SystemStatusPQWP2parser()
327 mP2.mBestAltUnc = atof(mField[eBestAltUnc].c_str()); in SystemStatusPQWP2parser()
[all …]
/aosp12/hardware/qcom/sdm845/gps/msm8998/core/
H A DSystemStatus.cpp307 SystemStatusPQWP2 mP2; member in loc_core::SystemStatusPQWP2parser
310 inline float getBestLat() { return mP2.mBestLat; } in getBestLat()
311 inline float getBestLon() { return mP2.mBestLon; } in getBestLon()
312 inline float getBestAlt() { return mP2.mBestAlt; } in getBestAlt()
322 memset(&mP2, 0, sizeof(mP2)); in SystemStatusPQWP2parser()
323 mP2.mBestLat = atof(mField[eBestLat].c_str()); in SystemStatusPQWP2parser()
324 mP2.mBestLon = atof(mField[eBestLon].c_str()); in SystemStatusPQWP2parser()
325 mP2.mBestAlt = atof(mField[eBestAlt].c_str()); in SystemStatusPQWP2parser()
326 mP2.mBestHepe = atof(mField[eBestHepe].c_str()); in SystemStatusPQWP2parser()
327 mP2.mBestAltUnc = atof(mField[eBestAltUnc].c_str()); in SystemStatusPQWP2parser()
[all …]
/aosp12/hardware/qcom/sm8150p/gps/core/
H A DSystemStatus.cpp347 SystemStatusPQWP2 mP2; member in loc_core::SystemStatusPQWP2parser
350 inline float getBestLat() { return mP2.mBestLat; } in getBestLat()
351 inline float getBestLon() { return mP2.mBestLon; } in getBestLon()
352 inline float getBestAlt() { return mP2.mBestAlt; } in getBestAlt()
362 memset(&mP2, 0, sizeof(mP2)); in SystemStatusPQWP2parser()
363 mP2.mBestLat = atof(mField[eBestLat].c_str()); in SystemStatusPQWP2parser()
364 mP2.mBestLon = atof(mField[eBestLon].c_str()); in SystemStatusPQWP2parser()
365 mP2.mBestAlt = atof(mField[eBestAlt].c_str()); in SystemStatusPQWP2parser()
366 mP2.mBestHepe = atof(mField[eBestHepe].c_str()); in SystemStatusPQWP2parser()
367 mP2.mBestAltUnc = atof(mField[eBestAltUnc].c_str()); in SystemStatusPQWP2parser()
[all …]
/aosp12/hardware/qcom/sm7250/gps/core/
H A DSystemStatus.cpp347 SystemStatusPQWP2 mP2; member in loc_core::SystemStatusPQWP2parser
350 inline float getBestLat() { return mP2.mBestLat; } in getBestLat()
351 inline float getBestLon() { return mP2.mBestLon; } in getBestLon()
352 inline float getBestAlt() { return mP2.mBestAlt; } in getBestAlt()
362 memset(&mP2, 0, sizeof(mP2)); in SystemStatusPQWP2parser()
363 mP2.mBestLat = atof(mField[eBestLat].c_str()); in SystemStatusPQWP2parser()
364 mP2.mBestLon = atof(mField[eBestLon].c_str()); in SystemStatusPQWP2parser()
365 mP2.mBestAlt = atof(mField[eBestAlt].c_str()); in SystemStatusPQWP2parser()
366 mP2.mBestHepe = atof(mField[eBestHepe].c_str()); in SystemStatusPQWP2parser()
367 mP2.mBestAltUnc = atof(mField[eBestAltUnc].c_str()); in SystemStatusPQWP2parser()
[all …]
/aosp12/hardware/qcom/sdm845/gps/sdm845/core/
H A DSystemStatus.cpp343 SystemStatusPQWP2 mP2; member in loc_core::SystemStatusPQWP2parser
346 inline float getBestLat() { return mP2.mBestLat; } in getBestLat()
347 inline float getBestLon() { return mP2.mBestLon; } in getBestLon()
348 inline float getBestAlt() { return mP2.mBestAlt; } in getBestAlt()
358 memset(&mP2, 0, sizeof(mP2)); in SystemStatusPQWP2parser()
359 mP2.mBestLat = atof(mField[eBestLat].c_str()); in SystemStatusPQWP2parser()
360 mP2.mBestLon = atof(mField[eBestLon].c_str()); in SystemStatusPQWP2parser()
361 mP2.mBestAlt = atof(mField[eBestAlt].c_str()); in SystemStatusPQWP2parser()
362 mP2.mBestHepe = atof(mField[eBestHepe].c_str()); in SystemStatusPQWP2parser()
363 mP2.mBestAltUnc = atof(mField[eBestAltUnc].c_str()); in SystemStatusPQWP2parser()
[all …]
/aosp12/hardware/qcom/sm7150/gps/core/
H A DSystemStatus.cpp347 SystemStatusPQWP2 mP2; member in loc_core::SystemStatusPQWP2parser
350 inline float getBestLat() { return mP2.mBestLat; } in getBestLat()
351 inline float getBestLon() { return mP2.mBestLon; } in getBestLon()
352 inline float getBestAlt() { return mP2.mBestAlt; } in getBestAlt()
362 memset(&mP2, 0, sizeof(mP2)); in SystemStatusPQWP2parser()
363 mP2.mBestLat = atof(mField[eBestLat].c_str()); in SystemStatusPQWP2parser()
364 mP2.mBestLon = atof(mField[eBestLon].c_str()); in SystemStatusPQWP2parser()
365 mP2.mBestAlt = atof(mField[eBestAlt].c_str()); in SystemStatusPQWP2parser()
366 mP2.mBestHepe = atof(mField[eBestHepe].c_str()); in SystemStatusPQWP2parser()
367 mP2.mBestAltUnc = atof(mField[eBestAltUnc].c_str()); in SystemStatusPQWP2parser()
[all …]
/aosp12/hardware/qcom/sm8150/gps/core/
H A DSystemStatus.cpp347 SystemStatusPQWP2 mP2; member in loc_core::SystemStatusPQWP2parser
350 inline float getBestLat() { return mP2.mBestLat; } in getBestLat()
351 inline float getBestLon() { return mP2.mBestLon; } in getBestLon()
352 inline float getBestAlt() { return mP2.mBestAlt; } in getBestAlt()
362 memset(&mP2, 0, sizeof(mP2)); in SystemStatusPQWP2parser()
363 mP2.mBestLat = atof(mField[eBestLat].c_str()); in SystemStatusPQWP2parser()
364 mP2.mBestLon = atof(mField[eBestLon].c_str()); in SystemStatusPQWP2parser()
365 mP2.mBestAlt = atof(mField[eBestAlt].c_str()); in SystemStatusPQWP2parser()
366 mP2.mBestHepe = atof(mField[eBestHepe].c_str()); in SystemStatusPQWP2parser()
367 mP2.mBestAltUnc = atof(mField[eBestAltUnc].c_str()); in SystemStatusPQWP2parser()
[all …]
/aosp12/frameworks/base/core/tests/utiltests/src/com/android/internal/util/
H A DStateMachineTest.java1815 addState(mP2); in Hsm1()
1895 transitionTo(mP2); in processMessage()
1943 P2 mP2 = new P2(); field in StateMachineTest.Hsm1
1991 assertEquals(sm.mP2, lr.getState()); in testHsm1()
1992 assertEquals(sm.mP2, lr.getOriginalState()); in testHsm1()
1996 assertEquals(sm.mP2, lr.getState()); in testHsm1()
1997 assertEquals(sm.mP2, lr.getOriginalState()); in testHsm1()
2001 assertEquals(sm.mP2, lr.getState()); in testHsm1()
2002 assertEquals(sm.mP2, lr.getOriginalState()); in testHsm1()
/aosp12/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/
H A DStateMachineTest.java1786 addState(mP2); in Hsm1()
1866 transitionTo(mP2); in processMessage()
1914 P2 mP2 = new P2(); field in StateMachineTest.Hsm1
1962 Assert.assertEquals(sm.mP2, lr.getState()); in testHsm1()
1963 Assert.assertEquals(sm.mP2, lr.getOriginalState()); in testHsm1()
1967 Assert.assertEquals(sm.mP2, lr.getState()); in testHsm1()
1968 Assert.assertEquals(sm.mP2, lr.getOriginalState()); in testHsm1()
1972 Assert.assertEquals(sm.mP2, lr.getState()); in testHsm1()
1973 Assert.assertEquals(sm.mP2, lr.getOriginalState()); in testHsm1()
/aosp12/packages/apps/TV/tuner/tests/assets/
H A Dcapture_kqed.ts Error!