Home
last modified time | relevance | path

Searched refs:Mode (Results 1 – 25 of 36) sorted by relevance

12

/hardware/google/av/codec2/faultinjection/
DSimpleMethodState.h29 enum Mode { enum
67 Mode getMode() const;
75 Mode mMode;
DSimpleMethodState.cpp40 SimpleMethodState::Mode SimpleMethodState::getMode() const { in getMode()
/hardware/interfaces/drm/1.0/default/
DCryptoPlugin.cpp63 const hidl_array<uint8_t, 16>& iv, Mode mode, in decrypt()
82 android::CryptoPlugin::Mode legacyMode; in decrypt()
84 case Mode::UNENCRYPTED: in decrypt()
87 case Mode::AES_CTR: in decrypt()
90 case Mode::AES_CBC_CTS: in decrypt()
93 case Mode::AES_CBC: in decrypt()
DCryptoPlugin.h33 using ::android::hardware::drm::V1_0::Mode;
64 const hidl_array<uint8_t, 16>& iv, Mode mode, const Pattern& pattern,
/hardware/interfaces/drm/1.2/vts/functional/
Ddrm_hal_common.cpp333 uint32_t DrmHalTest::decrypt(Mode mode, bool isSecure, in decrypt()
385 case Mode::UNENCRYPTED: in decrypt()
388 case Mode::AES_CTR: in decrypt()
391 case Mode::AES_CBC: in decrypt()
394 case Mode::AES_CBC_CTS: in decrypt()
484 uint32_t byteCount = decrypt(Mode::AES_CTR, key.isSecure, in decryptWithInvalidKeys()
Ddrm_hal_common.h42 using ::android::hardware::drm::V1_0::Mode;
131 uint32_t decrypt(Mode mode, bool isSecure,
Ddrm_hal_test.cpp331 uint32_t byteCount = decrypt(Mode::UNENCRYPTED, key.isSecure, toHidlArray(key.keyId), in TEST_P()
359 uint32_t byteCount = decrypt(Mode::AES_CTR, key.isSecure, toHidlArray(key.keyId), in TEST_P()
386 decrypt(Mode::UNENCRYPTED, key.isSecure, toHidlArray(key.keyId), in TEST_P()
410 uint32_t byteCount = decrypt(Mode::AES_CTR, key.isSecure, in TEST_P()
/hardware/interfaces/drm/1.0/vts/functional/
Ddrm_hal_clearkey_test.cpp45 using ::android::hardware::drm::V1_0::Mode;
959 uint32_t decrypt(Mode mode, uint8_t* iv, const hidl_vec<SubSample>& subSamples,
979 uint32_t DrmHalClearkeyDecryptTest::decrypt(Mode mode, in decrypt()
1035 case Mode::UNENCRYPTED: in decrypt()
1038 case Mode::AES_CTR: in decrypt()
1041 case Mode::AES_CBC: in decrypt()
1044 case Mode::AES_CBC_CTS: in decrypt()
1135 uint32_t byteCount = decrypt(Mode::UNENCRYPTED, &iv[0], subSamples, in TEST_F()
1158 uint32_t byteCount = decrypt(Mode::AES_CTR, &iv[0], subSamples, in TEST_F()
1177 uint32_t byteCount = decrypt(Mode::AES_CTR, &iv[0], subSamples, in TEST_F()
[all …]
Ddrm_hal_vendor_test.cpp52 using ::android::hardware::drm::V1_0::Mode;
1278 uint32_t decrypt(Mode mode, bool isSecure,
1314 uint32_t DrmHalVendorDecryptTest::decrypt(Mode mode, bool isSecure, in decrypt()
1365 case Mode::UNENCRYPTED: in decrypt()
1368 case Mode::AES_CTR: in decrypt()
1371 case Mode::AES_CBC: in decrypt()
1374 case Mode::AES_CBC_CTS: in decrypt()
1501 uint32_t byteCount = decrypt(Mode::UNENCRYPTED, key.isSecure, toHidlArray(key.keyId), in TEST_P()
1529 uint32_t byteCount = decrypt(Mode::AES_CTR, key.isSecure, toHidlArray(key.keyId), in TEST_P()
1554 uint32_t byteCount = decrypt(Mode::AES_CTR, key.isSecure, in TEST_P()
[all …]
/hardware/google/av/media/codecs/amr_nb_wb/
DC2SoftAmrNbEnc.h53 Mode mMode;
/hardware/google/interfaces/light/1.0/
DILight.hal25 * Set High Brightness Mode state to light.
/hardware/interfaces/drm/1.2/
DICryptoPlugin.hal20 import @1.0::Mode;
80 decrypt_1_2(bool secure, uint8_t[16] keyId, uint8_t[16] iv, Mode mode,
/hardware/interfaces/bluetooth/audio/2.0/
Dtypes.hal88 /** Channel Mode: 4 bits */
132 /** Channel Mode: 3 bits */
/hardware/interfaces/wifi/1.3/
DIWifiChip.hal32 * Set Latency Mode.
/hardware/interfaces/nfc/1.1/
Dtypes.hal32 * discovery* fields map to "RF Technology and Mode" in NCI Spec
/hardware/google/av/media/sfplugin/
DCCodecBufferChannel.h65 CryptoPlugin::Mode mode,
/hardware/interfaces/power/1.0/
Dtypes.hal66 * VR Mode is activated or deactivated. VR mode is intended to
/hardware/interfaces/drm/1.0/
DICryptoPlugin.hal110 decrypt(bool secure, uint8_t[16] keyId, uint8_t[16] iv, Mode mode,
Dtypes.hal259 enum Mode : uint32_t {
/hardware/interfaces/usb/1.0/
Dtypes.hal176 * Mode in which the port is connected.
/hardware/interfaces/camera/metadata/3.3/
Dtypes.hal172 * <p>Mode of operation for the lens distortion correction block.</p>
/hardware/interfaces/audio/effect/2.0/
Dtypes.hal93 * | Audio Mode | 18..19 | 0 none
/hardware/interfaces/audio/effect/4.0/
Dtypes.hal93 * | Audio Mode | 18..19 | 0 none
/hardware/interfaces/audio/effect/5.0/
Dtypes.hal94 * | Audio Mode | 18..19 | 0 none
/hardware/interfaces/gnss/1.0/
DIGnss.hal36 /** Mode for running GNSS standalone (no assistance). */

12