/hardware/qcom/audio/hal/audio_extn/ |
D | tfa_98xx.c | 133 static int adev_i2s_clock_operation(int enable, struct audio_device *adev, char *paths) in adev_i2s_clock_operation() argument 137 ALOGD("%s: mixer paths is: %s, enable: %d\n", __func__, paths, enable); in adev_i2s_clock_operation() 139 ret = audio_route_apply_and_update_path(adev->audio_route, paths); in adev_i2s_clock_operation() 145 ret = audio_route_reset_and_update_path(adev->audio_route, paths); in adev_i2s_clock_operation() 156 char paths[32] = "init_smart_pa"; in tfa_98xx_set_audio_mode() local 160 strcat(paths, " music"); in tfa_98xx_set_audio_mode() 165 strcat(paths, " voice"); in tfa_98xx_set_audio_mode() 172 ALOGV("%s: mixer paths is: %s, enable: %d\n", __func__, paths, enable); in tfa_98xx_set_audio_mode() 173 adev_i2s_clock_operation(enable, adev, paths); in tfa_98xx_set_audio_mode() 233 char paths[32] = "init_smart_pa"; in tfa_98xx_set_func_mode() local [all …]
|
/hardware/google/pixel/powerstats/dataproviders/ |
D | PowerStatsEnergyAttribution.cpp | 79 std::string> paths) { in getAttributionStats() argument 82 if (paths.count(UID_TIME_IN_STATE) && in getAttributionStats() 83 !readUidTimeInState(&attrStats, paths.at(UID_TIME_IN_STATE))) { in getAttributionStats()
|
D | PowerStatsEnergyConsumer.cpp | 61 std::set<std::string> channelNames, std::unordered_map<int32_t, std::string> paths, in createMeterAndAttrConsumer() argument 66 if (ret->addEnergyMeter(channelNames) && ret->addAttribution(paths, stateCoeffs)) { in createMeterAndAttrConsumer() 115 bool PowerStatsEnergyConsumer::addAttribution(std::unordered_map<int32_t, std::string> paths, in addAttribution() argument 117 mAttrInfoPath = paths; in addAttribution() 119 if (paths.count(UID_TIME_IN_STATE)) { in addAttribution() 121 AttributionStats attrStats = mEnergyAttribution.getAttributionStats(paths); in addAttribution()
|
/hardware/interfaces/atrace/1.0/default/ |
D | AtraceDevice.cpp | 35 std::vector<std::pair<std::string, bool>> paths; member 85 for (auto& p : kTracingMap.at(c).paths) { in enableCategories() 108 for (auto& p : c.second.paths) { in disableAllCategories()
|
/hardware/google/pixel/powerstats/include/dataproviders/ |
D | PowerStatsEnergyAttribution.h | 54 AttributionStats getAttributionStats(std::unordered_map<int32_t, std::string> paths);
|
D | PowerStatsEnergyConsumer.h | 62 std::set<std::string> channelNames, std::unordered_map<int32_t, std::string> paths, 76 bool addAttribution(std::unordered_map<int32_t, std::string> paths,
|
/hardware/google/pixel/vibrator/common/ |
D | utils.h | 136 std::istringstream paths{value}; 139 while (paths >> path) {
|
/hardware/interfaces/health/1.0/ |
D | types.hal | 83 * power_supply sysfs attribute file paths. Set these to specific paths 85 * for appropriate power_supply attribute files to use, for any paths
|
/hardware/google/pixel/pixelstats/include/pixelstats/ |
D | UeventListener.h | 74 UeventListener(const struct UeventPaths &paths);
|
D | SysfsCollector.h | 63 SysfsCollector(const struct SysfsPaths &paths);
|
/hardware/interfaces/automotive/vehicle/2.0/default/tests/fuzzer/ |
D | README.md | 9 incoming data. This ensures more code paths are reached by the fuzzer.
|
/hardware/interfaces/wifi/1.4/ |
D | IWifiNanIface.hal | 35 * a discovery session or set up data-interfaces or data-paths). Use the
|
/hardware/interfaces/wifi/1.2/ |
D | IWifiNanIface.hal | 53 * a discovery session or set up data-interfaces or data-paths). Use the
|
/hardware/interfaces/confirmationui/1.0/ |
D | IConfirmationUI.hal | 63 * This function can be used to test certain code paths non-interactively. See TestModeCommands
|
D | types.hal | 80 * IConfirmationUI::deliverSecureInputEvent can be used to test certain code paths.
|
/hardware/interfaces/wifi/1.5/ |
D | IWifiNanIface.hal | 36 * a discovery session or set up data-interfaces or data-paths). Use the
|
/hardware/interfaces/wifi/1.0/ |
D | IWifiNanIfaceEventCallback.hal | 308 * Asynchronous callback indicating a list of data-paths (NDP) have been terminated: received by
|
D | types.hal | 944 * Cipher type for data-paths. If |securityType| is |NanDataPathSecurityType.OPEN| then must 1065 * Security configuration of data-paths created in the context of this discovery session. Security 1067 * individual data-paths to have unique PMKs or Passphrases. 1358 * Maximum number of data paths (NDP) which can be created concurrently on the device, across all 1439 * Cipher type for data-paths constructed in the context of this discovery session. Valid if 1446 * data-paths.
|
/hardware/interfaces/automotive/can/1.0/default/libc++fs/include/automotive/ |
D | filesystem | 1158 // relative paths
|