/hardware/google/pixel/power-libperfmgr/aidl/ |
D | Power.cpp | 89 ndk::ScopedAStatus Power::setMode(Mode type, bool enabled) { in setMode() 93 case Mode::LOW_POWER: in setMode() 101 case Mode::SUSTAINED_PERFORMANCE: in setMode() 119 case Mode::VR: in setMode() 137 case Mode::LAUNCH: in setMode() 142 case Mode::DOUBLE_TAP_TO_WAKE: in setMode() 144 case Mode::FIXED_PERFORMANCE: in setMode() 146 case Mode::EXPENSIVE_RENDERING: in setMode() 148 case Mode::INTERACTIVE: in setMode() 150 case Mode::DEVICE_IDLE: in setMode() [all …]
|
D | Power.h | 38 using ::aidl::android::hardware::power::Mode; 44 ndk::ScopedAStatus setMode(Mode type, bool enabled) override; 45 ndk::ScopedAStatus isModeSupported(Mode type, bool *_aidl_return) override;
|
/hardware/interfaces/power/aidl/android/hardware/power/ |
D | IPower.aidl | 20 import android.hardware.power.Mode; 34 oneway void setMode(in Mode type, in boolean enabled); in setMode() 44 boolean isModeSupported(in Mode type); in isModeSupported()
|
D | Mode.aidl | 21 enum Mode { enum
|
/hardware/interfaces/drm/1.0/default/ |
D | CryptoPlugin.cpp | 63 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()
|
D | CryptoPlugin.h | 33 using ::android::hardware::drm::V1_0::Mode; 64 const hidl_array<uint8_t, 16>& iv, Mode mode, const Pattern& pattern,
|
/hardware/interfaces/power/aidl/aidl_api/android.hardware.power/current/android/hardware/power/ |
D | IPower.aidl | 21 oneway void setMode(in android.hardware.power.Mode type, in boolean enabled); in setMode() 22 boolean isModeSupported(in android.hardware.power.Mode type); in isModeSupported()
|
D | Mode.aidl | 20 enum Mode { enum
|
/hardware/interfaces/power/aidl/aidl_api/android.hardware.power/1/android/hardware/power/ |
D | IPower.aidl | 21 oneway void setMode(in android.hardware.power.Mode type, in boolean enabled); in setMode() 22 boolean isModeSupported(in android.hardware.power.Mode type); in isModeSupported()
|
D | Mode.aidl | 20 enum Mode { enum
|
/hardware/interfaces/power/aidl/default/ |
D | Power.h | 29 ndk::ScopedAStatus setMode(Mode type, bool enabled) override; 30 ndk::ScopedAStatus isModeSupported(Mode type, bool* _aidl_return) override;
|
D | Power.cpp | 28 ndk::ScopedAStatus Power::setMode(Mode type, bool enabled) { in setMode() 33 ndk::ScopedAStatus Power::isModeSupported(Mode type, bool* _aidl_return) { in isModeSupported()
|
/hardware/google/interfaces/light/1.1/ |
D | ILight.hal | 24 * Set High Brightness Mode Sunlight Visibility state to light. 32 * Get High Brightness Mode Sunlight Visibility state.
|
/hardware/interfaces/drm/1.2/vts/functional/ |
D | drm_hal_common.cpp | 394 uint32_t DrmHalTest::decrypt(Mode mode, bool isSecure, in decrypt() 446 case Mode::UNENCRYPTED: in decrypt() 449 case Mode::AES_CTR: in decrypt() 452 case Mode::AES_CBC: in decrypt() 455 case Mode::AES_CBC_CTS: in decrypt() 545 uint32_t byteCount = decrypt(Mode::AES_CTR, key.isSecure, in decryptWithInvalidKeys()
|
D | drm_hal_test.cpp | 313 uint32_t byteCount = decrypt(Mode::UNENCRYPTED, key.isSecure, toHidlArray(key.keyId), in TEST_P() 340 uint32_t byteCount = decrypt(Mode::AES_CTR, key.isSecure, toHidlArray(key.keyId), in TEST_P() 366 decrypt(Mode::UNENCRYPTED, key.isSecure, toHidlArray(key.keyId), in TEST_P() 389 uint32_t byteCount = decrypt(Mode::AES_CTR, key.isSecure, in TEST_P()
|
/hardware/qcom/audio/hal/ |
D | audio_perf.cpp | 186 aidl::android::hardware::power::Mode::AUDIO_STREAMING_LOW_LATENCY, in audio_low_latency_hint_start() 223 aidl::android::hardware::power::Mode::AUDIO_STREAMING_LOW_LATENCY, in audio_low_latency_hint_end()
|
/hardware/interfaces/drm/1.0/vts/functional/ |
D | drm_hal_clearkey_test.cpp | 836 uint32_t DrmHalClearkeyDecryptTest::decrypt(Mode mode, in decrypt() 892 case Mode::UNENCRYPTED: in decrypt() 895 case Mode::AES_CTR: in decrypt() 898 case Mode::AES_CBC: in decrypt() 901 case Mode::AES_CBC_CTS: in decrypt() 992 uint32_t byteCount = decrypt(Mode::UNENCRYPTED, &iv[0], subSamples, in TEST_P() 1015 uint32_t byteCount = decrypt(Mode::AES_CTR, &iv[0], subSamples, in TEST_P() 1034 uint32_t byteCount = decrypt(Mode::AES_CTR, &iv[0], subSamples, in TEST_P() 1061 uint32_t byteCount = decrypt(Mode::AES_CTR, &iv[0], subSamples, in decryptWithInvalidKeys()
|
D | drm_hal_vendor_test.cpp | 1130 uint32_t DrmHalVendorDecryptTest::decrypt(Mode mode, bool isSecure, in decrypt() 1181 case Mode::UNENCRYPTED: in decrypt() 1184 case Mode::AES_CTR: in decrypt() 1187 case Mode::AES_CBC: in decrypt() 1190 case Mode::AES_CBC_CTS: in decrypt() 1317 uint32_t byteCount = decrypt(Mode::UNENCRYPTED, key.isSecure, toHidlArray(key.keyId), in TEST_P() 1345 uint32_t byteCount = decrypt(Mode::AES_CTR, key.isSecure, toHidlArray(key.keyId), in TEST_P() 1370 uint32_t byteCount = decrypt(Mode::AES_CTR, key.isSecure, in TEST_P() 1400 uint32_t byteCount = decrypt(Mode::AES_CTR, key.isSecure, in TEST_P()
|
/hardware/google/interfaces/light/1.0/ |
D | ILight.hal | 25 * Set High Brightness Mode state to light.
|
/hardware/interfaces/drm/1.2/vts/functional/include/android/hardware/drm/1.2/vts/ |
D | drm_hal_common.h | 45 using ::android::hardware::drm::V1_0::Mode; 114 uint32_t decrypt(Mode mode, bool isSecure,
|
/hardware/interfaces/drm/1.2/ |
D | ICryptoPlugin.hal | 20 import @1.0::Mode; 80 decrypt_1_2(bool secure, uint8_t[16] keyId, uint8_t[16] iv, Mode mode,
|
/hardware/qcom/camera/msm8998/QCamera2/util/ |
D | QCameraPerf.cpp | 58 using aidl::android::hardware::power::Mode; 769 … ret = gPowerHal_Aidl_->setMode(Mode::CAMERA_STREAMING_MID, static_cast<bool>(data)).isOk(); in powerHint()
|
/hardware/interfaces/bluetooth/audio/2.0/ |
D | types.hal | 88 /** Channel Mode: 4 bits */ 132 /** Channel Mode: 3 bits */
|
/hardware/interfaces/drm/1.0/vts/functional/include/android/hardware/drm/1.0/vts/ |
D | drm_hal_clearkey_test.h | 185 uint32_t decrypt(Mode mode, uint8_t* iv, const hidl_vec<SubSample>& subSamples,
|
/hardware/interfaces/wifi/1.3/ |
D | IWifiChip.hal | 32 * Set Latency Mode.
|