Home
last modified time | relevance | path

Searched refs:testMode (Results 1 – 24 of 24) sorted by relevance

/aosp12/hardware/interfaces/security/keymint/aidl/vts/functional/
H A DVtsRemotelyProvisionedComponentTests.cpp189 bool testMode = false; in TEST_P() local
212 bool testMode = false; in TEST_P() local
266 bool testMode = true; in TEST_P() local
380 bool testMode = true; in TEST_P() local
442 bool testMode = false; in TEST_P() local
457 bool testMode = true; in TEST_P() local
482 bool testMode = false; in TEST_P() local
498 bool testMode = true; in TEST_P() local
516 bool testMode = false; in TEST_P() local
535 bool testMode = false; in TEST_P() local
[all …]
H A DKeyMintAidlTestBase.cpp1571 void check_cose_key(const vector<uint8_t>& data, bool testMode) { in check_cose_key() argument
1576 if (testMode) { in check_cose_key()
1606 void check_maced_pubkey(const MacedPublicKey& macedPubKey, bool testMode, in check_maced_pubkey() argument
1627 check_cose_key(payload->value(), testMode); in check_maced_pubkey()
1642 if (testMode) { in check_maced_pubkey()
H A DKeyMintAidlTestBase.h347 void check_maced_pubkey(const MacedPublicKey& macedPubKey, bool testMode,
/aosp12/system/core/trusty/keymaster/keymint/
H A DTrustyRemotelyProvisionedComponentDevice.cpp81 bool testMode, MacedPublicKey* macedPublicKey, bytevec* privateKeyHandle) { in generateEcdsaP256KeyPair() argument
83 request.test_mode = testMode; in generateEcdsaP256KeyPair()
96 bool testMode, const vector<MacedPublicKey>& keysToSign, in generateCertificateRequest() argument
100 request.test_mode = testMode; in generateCertificateRequest()
/aosp12/system/keymaster/ng/
H A DAndroidRemotelyProvisionedComponentDevice.cpp93 bool testMode, MacedPublicKey* macedPublicKey, bytevec* privateKeyHandle) { in generateEcdsaP256KeyPair() argument
95 request.test_mode = testMode; in generateEcdsaP256KeyPair()
108 bool testMode, const vector<MacedPublicKey>& keysToSign, const bytevec& endpointEncCertChain, in generateCertificateRequest() argument
112 request.test_mode = testMode; in generateCertificateRequest()
/aosp12/frameworks/av/media/libaaudio/examples/loopback/src/
H A Dloopback.cpp367 int testMode = TEST_LATENCY; in parseTestMode() local
372 testMode = TEST_GLITCHES; in parseTestMode()
376 testMode = TEST_LATENCY; in parseTestMode()
379 testMode = TEST_FILE_LATENCY; in parseTestMode()
385 return testMode; in parseTestMode()
438 int testMode = TEST_LATENCY; in main() local
490 testMode = parseTestMode(arg[2]); in main()
518 switch(testMode) { in main()
587 if (testMode == TEST_GLITCHES in main()
714 if (testMode == TEST_GLITCHES) { in main()
/aosp12/system/keymaster/android_keymaster/
H A Dremote_provisioning_utils.cpp67 validateAndExtractEekPubAndId(bool testMode, const KeymasterBlob& endpointEncryptionCertChain) { in validateAndExtractEekPubAndId() argument
88 if (!testMode && i == 0) { in validateAndExtractEekPubAndId()
128 validateAndExtractPubkeys(bool testMode, uint32_t numKeys, KeymasterBlob* keysToSign, in validateAndExtractPubkeys() argument
167 if (testMode && !testKey) { in validateAndExtractPubkeys()
170 } else if (!testMode && testKey) { in validateAndExtractPubkeys()
/aosp12/hardware/interfaces/security/keymint/aidl/aidl_api/android.hardware.security.keymint/1/android/hardware/security/keymint/
H A DIRemotelyProvisionedComponent.aidl39 …byte[] generateEcdsaP256KeyPair(in boolean testMode, out android.hardware.security.keymint.MacedPu… in generateEcdsaP256KeyPair() argument
40 …byte[] generateCertificateRequest(in boolean testMode, in android.hardware.security.keymint.MacedP… in generateCertificateRequest() argument
/aosp12/hardware/interfaces/security/keymint/aidl/aidl_api/android.hardware.security.keymint/current/android/hardware/security/keymint/
H A DIRemotelyProvisionedComponent.aidl39 …byte[] generateEcdsaP256KeyPair(in boolean testMode, out android.hardware.security.keymint.MacedPu… in generateEcdsaP256KeyPair() argument
40 …byte[] generateCertificateRequest(in boolean testMode, in android.hardware.security.keymint.MacedP… in generateCertificateRequest() argument
/aosp12/hardware/interfaces/security/keymint/aidl/android/hardware/security/keymint/
H A DIRemotelyProvisionedComponent.aidl142 byte[] generateEcdsaP256KeyPair(in boolean testMode, out MacedPublicKey macedPublicKey); in generateEcdsaP256KeyPair() argument
291 byte[] generateCertificateRequest(in boolean testMode, in MacedPublicKey[] keysToSign, in generateCertificateRequest() argument
/aosp12/system/keymaster/ng/include/
H A DAndroidRemotelyProvisionedComponentDevice.h39 ScopedAStatus generateEcdsaP256KeyPair(bool testMode, MacedPublicKey* macedPublicKey,
42 ScopedAStatus generateCertificateRequest(bool testMode,
/aosp12/system/core/trusty/keymaster/include/trusty_keymaster/
H A DTrustyRemotelyProvisionedComponentDevice.h39 ScopedAStatus generateEcdsaP256KeyPair(bool testMode, MacedPublicKey* macedPublicKey,
42 ScopedAStatus generateCertificateRequest(bool testMode,
/aosp12/frameworks/wilhelm/tests/listening/
H A DslesTest_playMuteSolo.cpp34 int testMode; member
114 switch (context->testMode) { in PlayEventCallback()
293 context.testMode = TEST_MUTE; in TestPlayUri()
351 context.testMode = TEST_MUTE; in TestPlayUri()
357 context.testMode = TEST_SOLO; in TestPlayUri()
/aosp12/packages/apps/RemoteProvisioner/src/com/android/remoteprovisioner/
H A DSystemInterface.java73 public static byte[] generateCsr(boolean testMode, int numKeys, int secLevel, in generateCsr() argument
77 Log.i(TAG, "Packaging " + numKeys + " keys into a CSR. Test: " + testMode); in generateCsr()
79 byte[] macedPublicKeys = binder.generateCsr(testMode, in generateCsr()
/aosp12/system/keymaster/include/keymaster/
H A Dremote_provisioning_utils.h69 validateAndExtractEekPubAndId(bool testMode, const KeymasterBlob& endpointEncryptionCertChain);
72 validateAndExtractPubkeys(bool testMode, uint32_t numKeys, KeymasterBlob* keysToSign,
H A Dremote_provisioning_context.h37 virtual std::pair<std::vector<uint8_t>, cppbor::Array> GenerateBcc(bool testMode) const = 0;
/aosp12/system/keymaster/contexts/
H A Dpure_soft_remote_provisioning_context.cpp88 PureSoftRemoteProvisioningContext::GenerateBcc(bool testMode) const { in GenerateBcc()
93 if (testMode) { in GenerateBcc()
/aosp12/system/security/provisioner/binder/android/security/provisioner/
H A DIProvisionerService.aidl23 byte[] getCertificateRequest(in boolean testMode, in getCertificateRequest() argument
/aosp12/system/keymaster/include/keymaster/contexts/
H A Dpure_soft_remote_provisioning_context.h35 std::pair<std::vector<uint8_t>, cppbor::Array> GenerateBcc(bool testMode) const override;
/aosp12/system/security/keystore2/aidl/android/security/remoteprovisioning/
H A DIRemoteProvisioning.aidl94 byte[] generateCsr(in boolean testMode, in int numCsr, in byte[] eek, in byte[] challenge, in generateCsr() argument
/aosp12/packages/services/Car/tests/usb/AoapHostApp/src/com/google/android/car/usb/aoap/host/
H A DSpeedMeasurementController.java163 private ReaderThread(UsbDevice device, UsbDeviceConnection conn, int testMode) { in ReaderThread() argument
167 mMode = testMode; in ReaderThread()
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/sap/
H A DSapMessage.java329 public void setTestMode(int testMode) { in setTestMode() argument
330 this.mTestMode = testMode; in setTestMode()
H A DSapServer.java176 public void setTestMode(int testMode) { in setTestMode() argument
178 mTestMode = testMode; in setTestMode()
/aosp12/frameworks/base/services/core/java/com/android/server/am/
H A DActivityManagerService.java4439 int testMode = ApplicationThreadConstants.DEBUG_OFF; in attachApplicationLocked() local
4441 testMode = mWaitForDebugger in attachApplicationLocked()
4531 instr2.mUiAutomationConnection, testMode, in attachApplicationLocked()
4541 null, null, null, testMode, in attachApplicationLocked()