/device/google/tangorpro/cast_auth/mediadrm/ |
D | DrmPlugin.cpp | 71 std::vector<uint8_t>* _aidl_return) { in openSession() argument 74 *_aidl_return = sessionId; in openSession() 87 std::vector<uint8_t>* _aidl_return) { in getPropertyByteArray() argument 100 *_aidl_return = value; in getPropertyByteArray() 108 std::vector<uint8_t>* _aidl_return) { in signRSA() argument 116 *_aidl_return = std::vector<uint8_t>(); in signRSA() 135 *_aidl_return = signature; in signRSA() 146 std::vector<uint8_t>* _aidl_return) { in decrypt() argument 151 UNUSED(_aidl_return); in decrypt() 159 std::vector<uint8_t>* _aidl_return) { in encrypt() argument [all …]
|
D | DrmFactory.cpp | 38 std::shared_ptr<::aidl::android::hardware::drm::IDrmPlugin>* _aidl_return) { in createDrmPlugin() argument 43 *_aidl_return = nullptr; in createDrmPlugin() 48 *_aidl_return = plugin; in createDrmPlugin() 54 std::shared_ptr<::aidl::android::hardware::drm::ICryptoPlugin>* _aidl_return) { in createCryptoPlugin() argument 57 UNUSED(_aidl_return); in createCryptoPlugin() 61 ::ndk::ScopedAStatus DrmFactory::getSupportedCryptoSchemes(CryptoSchemes* _aidl_return) { in getSupportedCryptoSchemes() argument 64 *_aidl_return = schemes; in getSupportedCryptoSchemes()
|
/device/google/tangorpro/cast_auth/mediadrm/include/ |
D | DrmPlugin.h | 33 std::vector<uint8_t>* _aidl_return) override; 38 std::vector<uint8_t>* _aidl_return) override; 40 ::aidl::android::hardware::drm::HdcpLevels* _aidl_return) override; 47 ::aidl::android::hardware::drm::KeyRequest* _aidl_return) override; 49 std::vector<::aidl::android::hardware::drm::LogMessage>* _aidl_return) override; 52 std::vector<::aidl::android::hardware::drm::DrmMetricGroup>* _aidl_return) override; 54 ::aidl::android::hardware::drm::NumberOfSessions* _aidl_return) override; 56 std::vector<::aidl::android::hardware::drm::KeySetId>* _aidl_return) override; 59 ::aidl::android::hardware::drm::OfflineLicenseState* _aidl_return) override; 61 std::vector<uint8_t>* _aidl_return) override; [all …]
|
D | DrmFactory.h | 27 std::shared_ptr<::aidl::android::hardware::drm::IDrmPlugin>* _aidl_return) override; 32 std::shared_ptr<::aidl::android::hardware::drm::ICryptoPlugin>* _aidl_return) override; 35 ::aidl::android::hardware::drm::CryptoSchemes* _aidl_return) override;
|
/device/google/gs-common/bootctrl/aidl/ |
D | BootControl.cpp | 302 ScopedAStatus BootControl::getActiveBootSlot(int32_t* _aidl_return) { in getActiveBootSlot() argument 306 *_aidl_return = 0; in getActiveBootSlot() 311 *_aidl_return = devinfo.ab_data.slots[1].active ? 1 : 0; in getActiveBootSlot() 314 *_aidl_return = isSlotFlagSet(1, AB_ATTR_ACTIVE) ? 1 : 0; in getActiveBootSlot() 318 ScopedAStatus BootControl::getCurrentSlot(int32_t* _aidl_return) { in getCurrentSlot() argument 321 *_aidl_return = std::string(suffix) == "_b" ? 1 : 0; in getCurrentSlot() 325 ScopedAStatus BootControl::getNumberSlots(int32_t* _aidl_return) { in getNumberSlots() argument 334 *_aidl_return = slots; in getNumberSlots() 338 ScopedAStatus BootControl::getSnapshotMergeStatus(MergeStatus* _aidl_return) { in getSnapshotMergeStatus() argument 343 *_aidl_return = MergeStatus::UNKNOWN; in getSnapshotMergeStatus() [all …]
|
D | BootControl.h | 27 ::ndk::ScopedAStatus getActiveBootSlot(int32_t* _aidl_return) override; 28 ::ndk::ScopedAStatus getCurrentSlot(int32_t* _aidl_return) override; 29 ::ndk::ScopedAStatus getNumberSlots(int32_t* _aidl_return) override; 31 ::aidl::android::hardware::boot::MergeStatus* _aidl_return) override; 32 ::ndk::ScopedAStatus getSuffix(int32_t in_slot, std::string* _aidl_return) override; 33 ::ndk::ScopedAStatus isSlotBootable(int32_t in_slot, bool* _aidl_return) override; 34 ::ndk::ScopedAStatus isSlotMarkedSuccessful(int32_t in_slot, bool* _aidl_return) override;
|
/device/google/barbet/vibrator/drv2624/ |
D | Vibrator.h | 156 ndk::ScopedAStatus getCapabilities(int32_t *_aidl_return) override; 162 int32_t *_aidl_return) override; 163 ndk::ScopedAStatus getSupportedEffects(std::vector<Effect> *_aidl_return) override; 173 ndk::ScopedAStatus getSupportedAlwaysOnEffects(std::vector<Effect> *_aidl_return) override; 180 ndk::ScopedAStatus getBandwidthAmplitudeMap(std::vector<float> *_aidl_return) override;
|
D | Vibrator.cpp | 415 ndk::ScopedAStatus Vibrator::getCapabilities(int32_t *_aidl_return) { in getCapabilities() argument 422 *_aidl_return = ret; in getCapabilities() 567 ndk::ScopedAStatus Vibrator::getSupportedEffects(std::vector<Effect> *_aidl_return) { in getSupportedEffects() argument 568 *_aidl_return = {Effect::TEXTURE_TICK, Effect::TICK, Effect::CLICK, Effect::HEAVY_CLICK, in getSupportedEffects() 575 int32_t *_aidl_return) { in perform() argument 582 status = performEffect(effect, strength, _aidl_return); in perform()
|
/device/google/redfin/vibrator/drv2624/ |
D | Vibrator.h | 162 ndk::ScopedAStatus getCapabilities(int32_t *_aidl_return) override; 168 int32_t *_aidl_return) override; 169 ndk::ScopedAStatus getSupportedEffects(std::vector<Effect> *_aidl_return) override; 179 ndk::ScopedAStatus getSupportedAlwaysOnEffects(std::vector<Effect> *_aidl_return) override; 186 ndk::ScopedAStatus getBandwidthAmplitudeMap(std::vector<float> *_aidl_return) override;
|
D | Vibrator.cpp | 448 ndk::ScopedAStatus Vibrator::getCapabilities(int32_t *_aidl_return) { in getCapabilities() argument 455 *_aidl_return = ret; in getCapabilities() 598 ndk::ScopedAStatus Vibrator::getSupportedEffects(std::vector<Effect> *_aidl_return) { in getSupportedEffects() argument 599 *_aidl_return = {Effect::TEXTURE_TICK, Effect::TICK, Effect::CLICK, Effect::HEAVY_CLICK, in getSupportedEffects() 606 int32_t *_aidl_return) { in perform() argument 613 status = performEffect(effect, strength, _aidl_return); in perform()
|
/device/google/felix/vibrator/cs40l26/ |
D | Vibrator.h | 144 ndk::ScopedAStatus getCapabilities(int32_t *_aidl_return) override; 150 int32_t *_aidl_return) override; 151 ndk::ScopedAStatus getSupportedEffects(std::vector<Effect> *_aidl_return) override; 161 ndk::ScopedAStatus getSupportedAlwaysOnEffects(std::vector<Effect> *_aidl_return) override; 168 ndk::ScopedAStatus getBandwidthAmplitudeMap(std::vector<float> *_aidl_return) override;
|
D | Vibrator.cpp | 690 ndk::ScopedAStatus Vibrator::getCapabilities(int32_t *_aidl_return) { in getCapabilities() argument 707 *_aidl_return = ret; in getCapabilities() 780 int32_t *_aidl_return) { in perform() argument 783 return performEffect(effect, strength, callback, _aidl_return); in perform() 786 ndk::ScopedAStatus Vibrator::getSupportedEffects(std::vector<Effect> *_aidl_return) { in getSupportedEffects() argument 787 *_aidl_return = {Effect::TEXTURE_TICK, Effect::TICK, Effect::CLICK, Effect::HEAVY_CLICK, in getSupportedEffects() 1175 ndk::ScopedAStatus Vibrator::getBandwidthAmplitudeMap(std::vector<float> *_aidl_return) { in getBandwidthAmplitudeMap() argument 1181 *_aidl_return = bandwidthAmplitudeMap; in getBandwidthAmplitudeMap()
|
/device/google/cuttlefish/guest/hals/gatekeeper/remote/ |
D | remote_gatekeeper.h | 56 GatekeeperEnrollResponse* _aidl_return) override; 74 GatekeeperVerifyResponse* _aidl_return) override;
|
/device/google/cuttlefish/guest/hals/oemlock/remote/ |
D | remote_oemlock.cpp | 51 OemLockSecureStatus *_aidl_return) { in setOemUnlockAllowedByCarrier() argument 52 *_aidl_return = OemLockSecureStatus::OK; in setOemUnlockAllowedByCarrier()
|
D | remote_oemlock.h | 42 OemLockSecureStatus* _aidl_return) override;
|
/device/google/gs-common/gear/dumpstate_v3/ |
D | Dumpstate.cpp | 202 ndk::ScopedAStatus Dumpstate::getVerboseLoggingEnabled(bool* _aidl_return) { in getVerboseLoggingEnabled() argument 203 *_aidl_return = ::android::base::GetBoolProperty(kVerboseLoggingProperty, false); in getVerboseLoggingEnabled()
|
D | Dumpstate.h | 34 ::ndk::ScopedAStatus getVerboseLoggingEnabled(bool* _aidl_return) override;
|
/device/google/gs-common/gear/dumpstate/ |
D | Dumpstate.cpp | 202 ndk::ScopedAStatus Dumpstate::getVerboseLoggingEnabled(bool* _aidl_return) { in getVerboseLoggingEnabled() argument 203 *_aidl_return = ::android::base::GetBoolProperty(kVerboseLoggingProperty, false); in getVerboseLoggingEnabled()
|
D | Dumpstate.h | 34 ::ndk::ScopedAStatus getVerboseLoggingEnabled(bool* _aidl_return) override;
|