Home
last modified time | relevance | path

Searched full:dose (Results 1 – 25 of 134) sorted by relevance

123456

/aosp_15_r20/external/snakeyaml/src/test/resources/issues/
H A Dissue56-1.yaml46 dose: !de.oddb.org,2007/ODDB::Drugs::Dose
210 dose: !de.oddb.org,2007/ODDB::Drugs::Dose
328 dose: !de.oddb.org,2007/ODDB::Drugs::Dose
342 dose: !de.oddb.org,2007/ODDB::Drugs::Dose
358 quantity: !de.oddb.org,2007/ODDB::Drugs::Dose
436 quantity: !de.oddb.org,2007/ODDB::Drugs::Dose
477 quantity: !de.oddb.org,2007/ODDB::Drugs::Dose
517 dose: !de.oddb.org,2007/ODDB::Drugs::Dose
524 dose: !de.oddb.org,2007/ODDB::Drugs::Dose
531 dose: !de.oddb.org,2007/ODDB::Drugs::Dose
[all …]
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/audio/
H A DAudioManagerShellCommand.java58 case "set-sound-dose-value": in onCommand()
60 case "get-sound-dose-value": in onCommand()
62 case "reset-sound-dose-timeout": in onCommand()
99 pw.println(" set-sound-dose-value"); in onHelp()
100 pw.println(" Sets the current sound dose value"); in onHelp()
101 pw.println(" get-sound-dose-value"); in onHelp()
102 pw.println(" Returns the current sound dose value"); in onHelp()
103 pw.println(" reset-sound-dose-timeout"); in onHelp()
104 pw.println(" Resets the sound dose timeout used for momentary exposure"); in onHelp()
250 getErrPrintWriter().println("Error: no sound dose value specified"); in setSoundDoseValue()
[all …]
H A DSoundDoseHelper.java232 // dose at which the next dose reached warning occurs
282 // dose increase: going over next threshold?
285 // 500% dose repeat
290 // on the 5x dose warning, the volume reduction happens right away
301 // dose decrease: dropping below previous threshold of warning?
367 Log.w(TAG, "Sound dose interface not initialized"); in getOutputRs2UpperBound()
386 Log.w(TAG, "Sound dose interface not initialized"); in setOutputRs2UpperBound()
416 Log.w(TAG, "Sound dose interface not initialized"); in getCsd()
454 Log.w(TAG, "Sound dose interface not initialized"); in setCsd()
488 Log.w(TAG, "Sound dose interface not initialized"); in forceUseFrameworkMel()
[all …]
/aosp_15_r20/frameworks/av/services/audioflinger/
H A DMelReporter.h54 * Activates the MEL reporting from the HAL sound dose interface. If the HAL
55 * does not support the sound dose interface for this module, the internal MEL
59 * dose interface from IModule#getSoundDose(). Otherwise, if the legacy audio HIDL HAL is used
60 * this method will be looking for the standalone sound dose implementation. It falls back to
61 * the internal MEL computation if no valid sound dose interface can be retrieved.
63 * @return true if the MEL reporting will be done from any sound dose HAL interface
71 * as a fallback when there is no sound dose interface implementation from HAL.
H A DMelReporter.cpp41 ALOGW("%s: HAL cannot provide sound dose interface for module %s", in activateHalSoundDoseComputation()
47 ALOGW("%s: HAL doesn't implement a sound dose interface for module %s", in activateHalSoundDoseComputation()
347 std::string output("\nSound Dose:\n"); in dump()
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
H A DCsdWarningDialog.java58 * A class that implements the three Computed Sound Dose-related warnings defined in
66 * warnings from the computation of the "sound dose". The dose computation is based on a
69 * and integrated over time to derive the dose exposure over a 7 day rolling window.
76 * communication between the native audio framework that implements the dose computation and the
163 // unlike on the 5x dose repeat, level is only reduced to RS1 when the in CsdWarningDialog()
185 // only show a notification in case we reached 500% of dose in show()
318 Log.w(TAG, "Notification dose repeat 5x is not shown for " + mCsdWarning); in show5XNotification()
/aosp_15_r20/external/cldr/tools/cldr-code/src/main/resources/org/unicode/cldr/util/data/external/
H A DnistDerivedUnits.txt24 absorbed dose, specific energy (imparted), kerma gray Gy J/kg m2· s-2
25 dose equivalent, ambient dose equivalent, directional dose equivalent, personal dose equivalent sie…
/aosp_15_r20/frameworks/av/services/audioflinger/sounddose/
H A DSoundDoseManager.cpp39 // AUDIO_PORT_HANDLE_NONE which is associated with a sound dose callback failure
107 ALOGW("%s: Module %s already has a sound dose HAL assigned, skipping", __func__, in setHalSoundDoseInterface()
119 // initialize the HAL sound dose callback lazily in setHalSoundDoseInterface()
131 ALOGI("%s: Cannot register HAL sound dose callback with status message: %s", in setHalSoundDoseInterface()
153 // using the HAL sound dose interface in setOutputRs2UpperBound()
238 ALOGI("%s: bt device %s does not support sound dose", __func__, in getIdForAudioDevice()
280 ALOGW("%s: HAL sound dose interface deactivated. Ignoring", __func__); in onMomentaryExposureWarning()
313 ALOGW("%s: HAL sound dose interface deactivated. Ignoring", __func__); in onNewMelValues()
H A DSoundDoseManager.h101 * \returns the sound dose binder to send commands to the SoundDoseManager
106 * Sets the HAL sound dose interface for a specific module to use for the MEL computation.
108 * @return true if setting the HAL sound dose value was successful, false otherwise.
113 /** Reset all the stored HAL sound dose interface. */
227 * Returns true if there is one active HAL sound dose interface or null if internal MEL
/aosp_15_r20/out/soong/.intermediates/frameworks/av/media/libaudioclient/sounddose-aidl-java-source/gen/android/media/
DISoundDose.java11 * Interface used to push the sound dose related information from the
48 * Enables/disables the calculation of sound dose. This has the effect that
85 * as part of IModule or standalon sound dose HAL.
313 * Enables/disables the calculation of sound dose. This has the effect that
403 * as part of IModule or standalon sound dose HAL.
486 * Enables/disables the calculation of sound dose. This has the effect that
511 * as part of IModule or standalon sound dose HAL.
DISoundDoseCallback.java11 * Interface used to push the sound dose related information from the audio
25 * with value 1 representing 100% of sound dose. SoundDoseRecord represents
134 * with value 1 representing 100% of sound dose. SoundDoseRecord represents
160 * with value 1 representing 100% of sound dose. SoundDoseRecord represents
/aosp_15_r20/hardware/interfaces/audio/aidl/sounddose/android/hardware/audio/sounddose/
H A DISoundDoseFactory.aidl30 * Retrieve the sound dose interface for a given audio HAL module name.
36 * If the HAL module does not support sound dose, null must be returned, without throwing
39 * @param module for which we trigger sound dose updates.
/aosp_15_r20/packages/modules/HealthFitness/tests/cts/phr/src/android/healthconnect/cts/phr/utils/
DMedicationsBuilder.java59 + " \"display\": \"Tablet dose form (qualifier value)\""
254 + " \"text\": \"Patient indicates they miss the occasional dose\""
297 + "\"http://terminology.hl7.org/CodeSystem/dose-rate-type\","
400 + "\"http://terminology.hl7.org/CodeSystem/dose-rate-type\","
/aosp_15_r20/frameworks/av/media/libaudioclient/aidl/android/media/
H A DISoundDose.aidl22 * Interface used to push the sound dose related information from the
52 * Enables/disables the calculation of sound dose. This has the effect that
89 * as part of IModule or standalon sound dose HAL.
H A DISoundDoseCallback.aidl22 * Interface used to push the sound dose related information from the audio
31 * with value 1 representing 100% of sound dose. SoundDoseRecord represents
H A DIAudioFlingerService.aidl283 * Registers the sound dose callback and returns the interface for executing
284 * sound dose methods on the audio server.
/aosp_15_r20/hardware/interfaces/audio/aidl/android/hardware/audio/core/sounddose/
H A DISoundDose.aidl55 * Registers the HAL callback for sound dose computation. If sound dose is supported
62 * @param callback to use when new updates are available for sound dose
/aosp_15_r20/frameworks/base/media/java/android/media/
H A DIVolumeController.aidl44 * Display a sound-dose related warning.
45 * This method will never be called if the CSD (Computed Sound Dose) feature is
/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/qs/panels/ui/viewmodel/
H A DDetailsViewModelTest.kt75 // Click on a tile who dose not have a valid spec. in <lambda>()
84 // Click on a tile who dose not have a detailed view. in <lambda>()
/aosp_15_r20/hardware/interfaces/audio/aidl/default/
H A DSoundDose.cpp63 LOG(ERROR) << __func__ << ": Sound dose callback was already registered"; in registerSoundDoseCallback()
68 LOG(DEBUG) << __func__ << ": Registered sound dose callback "; in registerSoundDoseCallback()
/aosp_15_r20/frameworks/av/media/libaudiohal/impl/
H A DDeviceHalHidl.cpp692 ALOGW("%s could not get sound dose interface: %s", __func__, result.getMessage()); in getSoundDoseInterface()
697 ALOGW("%s standalone sound dose interface is not implemented", __func__); in getSoundDoseInterface()
703 ALOGI("%s using standalone sound dose interface", __func__); in getSoundDoseInterface()
/aosp_15_r20/cts/hostsidetests/dumpsys/src/android/dumpsys/cts/
H A DProcessStatsDumpsysTest.java462 // Dose it always exist? in checkWithProcStatsApp()
482 // Dose it always exist? in checkWithProcStatsApp()
/aosp_15_r20/packages/modules/HealthFitness/testapps/toolbox/assets/
Dimmunization_3.json12 "text": "COVID-19, mRNA, LNP-S, PF, 30 mcg/0.3 mL dose"
Dimmunization_2.json12 "text": "COVID-19, mRNA, LNP-S, PF, 30 mcg/0.3 mL dose"
Dimmunization_4.json12 "text": "COVID-19, mRNA, LNP-S, PF, 30 mcg/0.3 mL dose"

123456