Home
last modified time | relevance | path

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

12

/hardware/google/pixel/power-libperfmgr/aidl/
DPower.cpp89 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 …]
DPower.h38 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/
DIPower.aidl20 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()
DMode.aidl21 enum Mode { enum
/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/power/aidl/aidl_api/android.hardware.power/current/android/hardware/power/
DIPower.aidl21 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()
DMode.aidl20 enum Mode { enum
/hardware/interfaces/power/aidl/aidl_api/android.hardware.power/1/android/hardware/power/
DIPower.aidl21 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()
DMode.aidl20 enum Mode { enum
/hardware/interfaces/power/aidl/default/
DPower.h29 ndk::ScopedAStatus setMode(Mode type, bool enabled) override;
30 ndk::ScopedAStatus isModeSupported(Mode type, bool* _aidl_return) override;
DPower.cpp28 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/
DILight.hal24 * Set High Brightness Mode Sunlight Visibility state to light.
32 * Get High Brightness Mode Sunlight Visibility state.
/hardware/interfaces/drm/1.2/vts/functional/
Ddrm_hal_common.cpp394 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()
Ddrm_hal_test.cpp313 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/
Daudio_perf.cpp186 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/
Ddrm_hal_clearkey_test.cpp836 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()
Ddrm_hal_vendor_test.cpp1130 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/
DILight.hal25 * Set High Brightness Mode state to light.
/hardware/interfaces/drm/1.2/vts/functional/include/android/hardware/drm/1.2/vts/
Ddrm_hal_common.h45 using ::android::hardware::drm::V1_0::Mode;
114 uint32_t decrypt(Mode mode, bool isSecure,
/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/qcom/camera/msm8998/QCamera2/util/
DQCameraPerf.cpp58 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/
Dtypes.hal88 /** Channel Mode: 4 bits */
132 /** Channel Mode: 3 bits */
/hardware/interfaces/drm/1.0/vts/functional/include/android/hardware/drm/1.0/vts/
Ddrm_hal_clearkey_test.h185 uint32_t decrypt(Mode mode, uint8_t* iv, const hidl_vec<SubSample>& subSamples,
/hardware/interfaces/wifi/1.3/
DIWifiChip.hal32 * Set Latency Mode.

12