/hardware/nxp/nfc/snxxx/extns/impl/nxpnfc/aidl/ |
D | NxpNfc.cpp | 34 std::string* _aidl_return) { in getVendorParam() argument 36 *_aidl_return = phNxpNciHal_getSystemProperty(key); in getVendorParam() 42 bool* _aidl_return) { in setVendorParam() argument 44 *_aidl_return = phNxpNciHal_setSystemProperty(key, value); in setVendorParam() 48 ::ndk::ScopedAStatus NxpNfc::resetEse(int64_t resetType, bool* _aidl_return) { in resetEse() argument 51 *_aidl_return = false; in resetEse() 56 *_aidl_return = true; in resetEse() 71 bool* _aidl_return) { in setNxpTransitConfig() argument 72 *_aidl_return = false; in setNxpTransitConfig() 75 *_aidl_return = phNxpNciHal_setNxpTransitConfig((char*)strVal.c_str()); in setNxpTransitConfig() [all …]
|
/hardware/interfaces/fastboot/aidl/default/ |
D | Fastboot.cpp | 27 FileSystemType* _aidl_return) { in getPartitionType() argument 32 *_aidl_return = FileSystemType::RAW; in getPartitionType() 36 ScopedAStatus Fastboot::doOemCommand(const std::string& in_oemCmd, std::string* _aidl_return) { in doOemCommand() argument 37 *_aidl_return = ""; in doOemCommand() 45 ScopedAStatus Fastboot::getVariant(std::string* _aidl_return) { in getVariant() argument 46 *_aidl_return = "NA"; in getVariant() 50 ScopedAStatus Fastboot::getOffModeChargeState(bool* _aidl_return) { in getOffModeChargeState() argument 51 *_aidl_return = false; in getOffModeChargeState() 55 ScopedAStatus Fastboot::getBatteryVoltageFlashingThreshold(int32_t* _aidl_return) { in getBatteryVoltageFlashingThreshold() argument 56 *_aidl_return = 0; in getBatteryVoltageFlashingThreshold()
|
D | Fastboot.h | 27 std::string* _aidl_return) override; 29 ::ndk::ScopedAStatus getBatteryVoltageFlashingThreshold(int32_t* _aidl_return) override; 30 ::ndk::ScopedAStatus getOffModeChargeState(bool* _aidl_return) override; 33 ::aidl::android::hardware::fastboot::FileSystemType* _aidl_return) override; 34 ::ndk::ScopedAStatus getVariant(std::string* _aidl_return) override;
|
/hardware/google/graphics/common/libhwc2.1/ |
D | pixel-display.cpp | 68 ndk::ScopedAStatus Display::isHbmSupported(bool *_aidl_return) { in isHbmSupported() argument 69 *_aidl_return = false; in isHbmSupported() 77 ndk::ScopedAStatus Display::getHbmState(HbmState *_aidl_return) { in getHbmState() argument 81 ndk::ScopedAStatus Display::isLbeSupported(bool *_aidl_return) { in isLbeSupported() argument 83 *_aidl_return = mDisplay->isLbeSupported(); in isLbeSupported() 86 *_aidl_return = false; in isLbeSupported() 106 ndk::ScopedAStatus Display::getLbeState(LbeState *_aidl_return) { in getLbeState() argument 108 *_aidl_return = mDisplay->getLbeState(); in getLbeState() 114 ndk::ScopedAStatus Display::isLhbmSupported(bool *_aidl_return) { in isLhbmSupported() argument 116 *_aidl_return = mDisplay->isLhbmSupported(); in isLhbmSupported() [all …]
|
D | pixel-display.h | 43 ndk::ScopedAStatus isHbmSupported(bool *_aidl_return) override; 45 ndk::ScopedAStatus getHbmState(HbmState *_aidl_return) override; 46 ndk::ScopedAStatus isLbeSupported(bool *_aidl_return) override; 49 ndk::ScopedAStatus getLbeState(LbeState *_aidl_return) override; 50 ndk::ScopedAStatus isLhbmSupported(bool *_aidl_return) override; 52 ndk::ScopedAStatus getLhbmState(bool *_aidl_return) override; 55 int *_aidl_return) override; 56 ndk::ScopedAStatus setMinIdleRefreshRate(int fps, int *_aidl_return) override; 57 ndk::ScopedAStatus setRefreshRateThrottle(int delayMs, int *_aidl_return) override; 60 HistogramErrorCode *_aidl_return) override; [all …]
|
/hardware/interfaces/health/utils/libhealthshim/include/health-shim/ |
D | shim.h | 39 ndk::ScopedAStatus getChargeCounterUah(int32_t* _aidl_return) override; 40 ndk::ScopedAStatus getCurrentNowMicroamps(int32_t* _aidl_return) override; 41 ndk::ScopedAStatus getCurrentAverageMicroamps(int32_t* _aidl_return) override; 42 ndk::ScopedAStatus getCapacity(int32_t* _aidl_return) override; 43 ndk::ScopedAStatus getEnergyCounterNwh(int64_t* _aidl_return) override; 44 ndk::ScopedAStatus getChargeStatus(BatteryStatus* _aidl_return) override; 45 ndk::ScopedAStatus getStorageInfo(std::vector<StorageInfo>* _aidl_return) override; 46 ndk::ScopedAStatus getDiskStats(std::vector<DiskStats>* _aidl_return) override; 47 ndk::ScopedAStatus getHealthInfo(HealthInfo* _aidl_return) override; 49 ndk::ScopedAStatus getChargingPolicy(BatteryChargingPolicy* _aidl_return) override; [all …]
|
/hardware/interfaces/tv/tuner/aidl/default/ |
D | Tuner.h | 44 ::ndk::ScopedAStatus getFrontendIds(std::vector<int32_t>* _aidl_return) override; 46 std::shared_ptr<IFrontend>* _aidl_return) override; 48 std::shared_ptr<IDemux>* _aidl_return) override; 50 std::shared_ptr<IDemux>* _aidl_return) override; 51 ::ndk::ScopedAStatus getDemuxCaps(DemuxCapabilities* _aidl_return) override; 52 ::ndk::ScopedAStatus getDemuxInfo(int32_t in_demuxId, DemuxInfo* _aidl_return) override; 53 ::ndk::ScopedAStatus getDemuxIds(std::vector<int32_t>* _aidl_return) override; 54 ::ndk::ScopedAStatus openDescrambler(std::shared_ptr<IDescrambler>* _aidl_return) override; 56 FrontendInfo* _aidl_return) override; 57 ::ndk::ScopedAStatus getLnbIds(std::vector<int32_t>* _aidl_return) override; [all …]
|
D | Tuner.cpp | 83 ::ndk::ScopedAStatus Tuner::getFrontendIds(std::vector<int32_t>* _aidl_return) { in getFrontendIds() argument 86 _aidl_return->resize(mFrontendSize); in getFrontendIds() 88 (*_aidl_return)[i] = mFrontends[i]->getFrontendId(); in getFrontendIds() 94 ::ndk::ScopedAStatus Tuner::getDemuxInfo(int32_t in_demuxId, DemuxInfo* _aidl_return) { in getDemuxInfo() argument 99 mDemuxes[in_demuxId]->getDemuxInfo(_aidl_return); in getDemuxInfo() 104 ::ndk::ScopedAStatus Tuner::getDemuxIds(std::vector<int32_t>* _aidl_return) { in getDemuxIds() argument 108 _aidl_return->resize(numOfDemuxes); in getDemuxIds() 111 (*_aidl_return)[i++] = e->first; in getDemuxIds() 117 std::shared_ptr<IFrontend>* _aidl_return) { in openFrontendById() argument 122 *_aidl_return = nullptr; in openFrontendById() [all …]
|
/hardware/interfaces/boot/aidl/default/ |
D | BootControl.cpp | 31 ScopedAStatus BootControl::getActiveBootSlot(int32_t* _aidl_return) { in getActiveBootSlot() argument 32 *_aidl_return = impl_.GetActiveBootSlot(); in getActiveBootSlot() 36 ScopedAStatus BootControl::getCurrentSlot(int32_t* _aidl_return) { in getCurrentSlot() argument 37 *_aidl_return = impl_.GetCurrentSlot(); in getCurrentSlot() 41 ScopedAStatus BootControl::getNumberSlots(int32_t* _aidl_return) { in getNumberSlots() argument 42 *_aidl_return = impl_.GetNumberSlots(); in getNumberSlots() 80 ScopedAStatus BootControl::getSnapshotMergeStatus(MergeStatus* _aidl_return) { in getSnapshotMergeStatus() argument 81 *_aidl_return = ToAIDLMergeStatus(impl_.GetSnapshotMergeStatus()); in getSnapshotMergeStatus() 85 ScopedAStatus BootControl::getSuffix(int32_t in_slot, std::string* _aidl_return) { in getSuffix() argument 89 _aidl_return->clear(); in getSuffix() [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;
|
/hardware/interfaces/fastboot/aidl/fastbootshim/ |
D | fastbootshim.cpp | 51 FileSystemType* _aidl_return) { in getPartitionType() argument 61 *_aidl_return = static_cast<aidl::android::hardware::fastboot::FileSystemType>(type); in getPartitionType() 66 ScopedAStatus FastbootShim::doOemCommand(const std::string& in_oemCmd, std::string* _aidl_return) { in doOemCommand() argument 68 *_aidl_return = ""; in doOemCommand() 76 *_aidl_return = std::string(result.message.c_str()); in doOemCommand() 81 ScopedAStatus FastbootShim::getVariant(std::string* _aidl_return) { in getVariant() argument 83 *_aidl_return = ""; in getVariant() 87 *_aidl_return = std::string(variant.c_str()); in getVariant() 92 ScopedAStatus FastbootShim::getOffModeChargeState(bool* _aidl_return) { in getOffModeChargeState() argument 94 *_aidl_return = false; in getOffModeChargeState() [all …]
|
/hardware/interfaces/audio/aidl/default/ |
D | Bluetooth.cpp | 38 ndk::ScopedAStatus Bluetooth::setScoConfig(const ScoConfig& in_config, ScoConfig* _aidl_return) { in setScoConfig() argument 51 *_aidl_return = mScoConfig; in setScoConfig() 53 << _aidl_return->toString(); in setScoConfig() 57 ndk::ScopedAStatus Bluetooth::setHfpConfig(const HfpConfig& in_config, HfpConfig* _aidl_return) { in setHfpConfig() argument 77 *_aidl_return = mHfpConfig; in setHfpConfig() 79 << _aidl_return->toString(); in setHfpConfig() 83 ndk::ScopedAStatus BluetoothA2dp::isEnabled(bool* _aidl_return) { in isEnabled() argument 84 *_aidl_return = mEnabled; in isEnabled() 95 ndk::ScopedAStatus BluetoothA2dp::supportsOffloadReconfiguration(bool* _aidl_return) { in supportsOffloadReconfiguration() argument 96 *_aidl_return = false; in supportsOffloadReconfiguration() [all …]
|
/hardware/interfaces/audio/aidl/default/include/core-impl/ |
D | Module.h | 53 ndk::ScopedAStatus getTelephony(std::shared_ptr<ITelephony>* _aidl_return) override; 54 ndk::ScopedAStatus getBluetooth(std::shared_ptr<IBluetooth>* _aidl_return) override; 55 ndk::ScopedAStatus getBluetoothA2dp(std::shared_ptr<IBluetoothA2dp>* _aidl_return) override; 56 ndk::ScopedAStatus getBluetoothLe(std::shared_ptr<IBluetoothLe>* _aidl_return) override; 59 ::aidl::android::media::audio::common::AudioPort* _aidl_return) override; 61 ndk::ScopedAStatus getAudioPatches(std::vector<AudioPatch>* _aidl_return) override; 64 ::aidl::android::media::audio::common::AudioPort* _aidl_return) override; 66 std::vector<::aidl::android::media::audio::common::AudioPortConfig>* _aidl_return) 69 std::vector<::aidl::android::media::audio::common::AudioPort>* _aidl_return) override; 70 ndk::ScopedAStatus getAudioRoutes(std::vector<AudioRoute>* _aidl_return) override; [all …]
|
/hardware/interfaces/power/stats/aidl/default/ |
D | PowerStats.cpp | 70 ndk::ScopedAStatus PowerStats::getPowerEntityInfo(std::vector<PowerEntity>* _aidl_return) { in getPowerEntityInfo() argument 71 *_aidl_return = mPowerEntityInfos; in getPowerEntityInfo() 76 std::vector<StateResidencyResult>* _aidl_return) { in getStateResidency() argument 85 return getStateResidency(v, _aidl_return); in getStateResidency() 110 _aidl_return->emplace_back(res); in getStateResidency() 120 ndk::ScopedAStatus PowerStats::getEnergyConsumerInfo(std::vector<EnergyConsumer>* _aidl_return) { in getEnergyConsumerInfo() argument 121 *_aidl_return = mEnergyConsumerInfos; in getEnergyConsumerInfo() 126 std::vector<EnergyConsumerResult>* _aidl_return) { in getEnergyConsumed() argument 135 return getEnergyConsumed(v, _aidl_return); in getEnergyConsumed() 148 _aidl_return->emplace_back(result); in getEnergyConsumed() [all …]
|
/hardware/interfaces/audio/aidl/default/stub/ |
D | ModuleStub.cpp | 36 ndk::ScopedAStatus ModuleStub::getBluetooth(std::shared_ptr<IBluetooth>* _aidl_return) { in getBluetooth() argument 40 *_aidl_return = mBluetooth.getInstance(); in getBluetooth() 42 << ": returning instance of IBluetooth: " << _aidl_return->get()->asBinder().get(); in getBluetooth() 46 ndk::ScopedAStatus ModuleStub::getBluetoothA2dp(std::shared_ptr<IBluetoothA2dp>* _aidl_return) { in getBluetoothA2dp() argument 50 *_aidl_return = mBluetoothA2dp.getInstance(); in getBluetoothA2dp() 52 << _aidl_return->get()->asBinder().get(); in getBluetoothA2dp() 56 ndk::ScopedAStatus ModuleStub::getBluetoothLe(std::shared_ptr<IBluetoothLe>* _aidl_return) { in getBluetoothLe() argument 60 *_aidl_return = mBluetoothLe.getInstance(); in getBluetoothLe() 62 << ": returning instance of IBluetoothLe: " << _aidl_return->get()->asBinder().get(); in getBluetoothLe()
|
/hardware/interfaces/cas/aidl/default/ |
D | MediaCasService.cpp | 45 ScopedAStatus MediaCasService::isSystemIdSupported(int32_t CA_system_id, bool* _aidl_return) { in isSystemIdSupported() argument 48 *_aidl_return = mCasLoader.findFactoryForScheme(CA_system_id); in isSystemIdSupported() 54 shared_ptr<ICas>* _aidl_return) { in createPlugin() argument 67 *_aidl_return = casImpl; in createPlugin() 75 ScopedAStatus MediaCasService::isDescramblerSupported(int32_t CA_system_id, bool* _aidl_return) { in isDescramblerSupported() argument 78 *_aidl_return = mDescramblerLoader.findFactoryForScheme(CA_system_id); in isDescramblerSupported() 83 shared_ptr<IDescrambler>* _aidl_return) { in createDescrambler() argument 91 *_aidl_return = ::ndk::SharedRefBase::make<DescramblerImpl>(plugin); in createDescrambler()
|
/hardware/google/pixel/fastboot/include/fastboot/ |
D | Fastboot_aidl.h | 28 std::string *_aidl_return) override; 30 ::ndk::ScopedAStatus getBatteryVoltageFlashingThreshold(int32_t *_aidl_return) override; 31 ::ndk::ScopedAStatus getOffModeChargeState(bool *_aidl_return) override; 34 ::aidl::android::hardware::fastboot::FileSystemType *_aidl_return) override; 35 ::ndk::ScopedAStatus getVariant(std::string *_aidl_return) override;
|
/hardware/interfaces/memtrack/aidl/default/ |
D | Memtrack.cpp | 25 std::vector<MemtrackRecord>* _aidl_return) { in getMemory() argument 33 _aidl_return->clear(); in getMemory() 37 ndk::ScopedAStatus Memtrack::getGpuDeviceInfo(std::vector<DeviceInfo>* _aidl_return) { in getGpuDeviceInfo() argument 38 _aidl_return->clear(); in getGpuDeviceInfo() 40 _aidl_return->emplace_back(dev_info); in getGpuDeviceInfo()
|
/hardware/interfaces/bluetooth/audio/aidl/default/ |
D | A2dpOffloadAudioProvider.cpp | 50 const std::vector<LatencyMode>& latency_modes, DataMQDesc* _aidl_return) { in startSession() argument 54 *_aidl_return = DataMQDesc(); in startSession() 61 *_aidl_return = DataMQDesc(); in startSession() 65 host_if, audio_config, latency_modes, _aidl_return); in startSession() 69 DataMQDesc* _aidl_return) { in onSessionReady() argument 70 *_aidl_return = DataMQDesc(); in onSessionReady()
|
D | BluetoothAudioProviderFactory.cpp | 41 std::shared_ptr<IBluetoothAudioProvider>* _aidl_return) { in openProvider() argument 91 *_aidl_return = provider; in openProvider() 98 std::vector<AudioCapabilities>* _aidl_return) { in getProviderCapabilities() argument 103 _aidl_return->resize(codec_capabilities.size()); in getProviderCapabilities() 105 _aidl_return->at(i).set<AudioCapabilities::a2dpCapabilities>( in getProviderCapabilities() 118 _aidl_return->resize(db_codec_capabilities.size()); in getProviderCapabilities() 120 _aidl_return->at(i).set<AudioCapabilities::leAudioCapabilities>( in getProviderCapabilities() 126 _aidl_return->resize(pcm_capabilities.size()); in getProviderCapabilities() 128 _aidl_return->at(i).set<AudioCapabilities::pcmCapabilities>( in getProviderCapabilities() 134 << " supports " << _aidl_return->size() << " codecs"; in getProviderCapabilities()
|
D | LeAudioOffloadAudioProvider.cpp | 57 const std::vector<LatencyMode>& latency_modes, DataMQDesc* _aidl_return) { in startSession() argument 63 *_aidl_return = DataMQDesc(); in startSession() 69 *_aidl_return = DataMQDesc(); in startSession() 74 host_if, audio_config, latency_modes, _aidl_return); in startSession() 78 DataMQDesc* _aidl_return) { in onSessionReady() argument 81 *_aidl_return = DataMQDesc(); in onSessionReady()
|
/hardware/interfaces/vibrator/aidl/default/ |
D | VibratorManager.cpp | 29 ndk::ScopedAStatus VibratorManager::getCapabilities(int32_t* _aidl_return) { in getCapabilities() argument 31 *_aidl_return = in getCapabilities() 39 ndk::ScopedAStatus VibratorManager::getVibratorIds(std::vector<int32_t>* _aidl_return) { in getVibratorIds() argument 41 *_aidl_return = {kDefaultVibratorId}; in getVibratorIds() 46 std::shared_ptr<IVibrator>* _aidl_return) { in getVibrator() argument 49 *_aidl_return = mDefaultVibrator; in getVibrator() 52 *_aidl_return = nullptr; in getVibrator()
|
/hardware/qcom/sm7250/display/composer/ |
D | pixel-display.cpp | 54 ndk::ScopedAStatus Display::isHbmSupported(bool *_aidl_return) { in isHbmSupported() argument 56 *_aidl_return = mHWCSession->IsHbmSupported(); in isHbmSupported() 74 ndk::ScopedAStatus Display::getHbmState(HbmState *_aidl_return) { in getHbmState() argument 76 *_aidl_return = mHWCSession->GetHbmState(); in getHbmState() 84 ndk::ScopedAStatus Display::isLbeSupported(bool *_aidl_return) { in isLbeSupported() argument 86 *_aidl_return = mHWCSession->IsLbeSupported(); in isLbeSupported() 114 ndk::ScopedAStatus Display::getLbeState(LbeState* _aidl_return) { in getLbeState() argument 116 *_aidl_return = mHWCSession->GetLbeState(); in getLbeState()
|
/hardware/interfaces/power/aidl/default/ |
D | Power.cpp | 42 ScopedAStatus Power::isModeSupported(Mode type, bool* _aidl_return) { in isModeSupported() argument 44 *_aidl_return = type >= MODE_RANGE.front() && type <= MODE_RANGE.back(); in isModeSupported() 54 ScopedAStatus Power::isBoostSupported(Boost type, bool* _aidl_return) { in isBoostSupported() argument 56 *_aidl_return = type >= BOOST_RANGE.front() && type <= BOOST_RANGE.back(); in isBoostSupported() 61 std::shared_ptr<IPowerHintSession>* _aidl_return) { in createHintSession() argument 63 *_aidl_return = nullptr; in createHintSession() 69 *_aidl_return = powerHintSession; in createHintSession()
|
/hardware/interfaces/fastboot/aidl/fastbootshim/include/ |
D | fastbootshim.h | 33 std::string* _aidl_return) override; 35 ::ndk::ScopedAStatus getBatteryVoltageFlashingThreshold(int32_t* _aidl_return) override; 36 ::ndk::ScopedAStatus getOffModeChargeState(bool* _aidl_return) override; 39 ::aidl::android::hardware::fastboot::FileSystemType* _aidl_return) override; 40 ::ndk::ScopedAStatus getVariant(std::string* _aidl_return) override;
|