/hardware/interfaces/audio/4.0/config/api/ |
D | current.txt | 2 package audio.policy.configuration.V4_0 { 11 …enum_constant public static final audio.policy.configuration.V4_0.AudioDevice AUDIO_DEVICE_IN_AMBI… 12 …enum_constant public static final audio.policy.configuration.V4_0.AudioDevice AUDIO_DEVICE_IN_ANLG… 13 …enum_constant public static final audio.policy.configuration.V4_0.AudioDevice AUDIO_DEVICE_IN_AUX_… 14 …enum_constant public static final audio.policy.configuration.V4_0.AudioDevice AUDIO_DEVICE_IN_BACK… 15 …enum_constant public static final audio.policy.configuration.V4_0.AudioDevice AUDIO_DEVICE_IN_BLUE… 16 …enum_constant public static final audio.policy.configuration.V4_0.AudioDevice AUDIO_DEVICE_IN_BLUE… 17 …enum_constant public static final audio.policy.configuration.V4_0.AudioDevice AUDIO_DEVICE_IN_BLUE… 18 …enum_constant public static final audio.policy.configuration.V4_0.AudioDevice AUDIO_DEVICE_IN_BUIL… 19 … enum_constant public static final audio.policy.configuration.V4_0.AudioDevice AUDIO_DEVICE_IN_BUS; [all …]
|
/hardware/interfaces/audio/5.0/config/api/ |
D | current.txt | 2 package audio.policy.configuration.V5_0 { 11 …enum_constant public static final audio.policy.configuration.V5_0.AudioDevice AUDIO_DEVICE_IN_AMBI… 12 …enum_constant public static final audio.policy.configuration.V5_0.AudioDevice AUDIO_DEVICE_IN_ANLG… 13 …enum_constant public static final audio.policy.configuration.V5_0.AudioDevice AUDIO_DEVICE_IN_AUX_… 14 …enum_constant public static final audio.policy.configuration.V5_0.AudioDevice AUDIO_DEVICE_IN_BACK… 15 …enum_constant public static final audio.policy.configuration.V5_0.AudioDevice AUDIO_DEVICE_IN_BLUE… 16 …enum_constant public static final audio.policy.configuration.V5_0.AudioDevice AUDIO_DEVICE_IN_BLUE… 17 …enum_constant public static final audio.policy.configuration.V5_0.AudioDevice AUDIO_DEVICE_IN_BLUE… 18 …enum_constant public static final audio.policy.configuration.V5_0.AudioDevice AUDIO_DEVICE_IN_BUIL… 19 … enum_constant public static final audio.policy.configuration.V5_0.AudioDevice AUDIO_DEVICE_IN_BUS; [all …]
|
/hardware/interfaces/audio/effect/5.0/xml/api/ |
D | current.txt | 2 package audio.effects.V5_0 { 6 method public audio.effects.V5_0.EffectsType getEffects(); 7 method public audio.effects.V5_0.LibrariesType getLibraries(); 8 method public audio.effects.V5_0.AudioEffectsConf.Postprocess getPostprocess(); 9 method public audio.effects.V5_0.AudioEffectsConf.Preprocess getPreprocess(); 10 method public audio.effects.V5_0.VersionType getVersion(); 11 method public void setEffects(audio.effects.V5_0.EffectsType); 12 method public void setLibraries(audio.effects.V5_0.LibrariesType); 13 method public void setPostprocess(audio.effects.V5_0.AudioEffectsConf.Postprocess); 14 method public void setPreprocess(audio.effects.V5_0.AudioEffectsConf.Preprocess); [all …]
|
/hardware/interfaces/audio/core/all-versions/default/ |
D | Android.bp | 2 name: "android.hardware.audio-impl_default", 30 "android.hardware.audio.common-util", 34 "android.hardware.audio.common.util@all-versions", 47 name: "android.hardware.audio@2.0-impl", 48 defaults: ["android.hardware.audio-impl_default"], 51 "android.hardware.audio@2.0", 52 "android.hardware.audio.common@2.0", 53 "android.hardware.audio.common@2.0-util", 64 name: "android.hardware.audio@4.0-impl", 65 defaults: ["android.hardware.audio-impl_default"], [all …]
|
/hardware/interfaces/audio/effect/all-versions/default/ |
D | Android.bp | 2 name: "android.hardware.audio.effect-impl_default", 34 "android.hardware.audio.common-util", 39 "android.hardware.audio.common.util@all-versions", 49 name: "android.hardware.audio.effect@2.0-impl", 50 defaults: ["android.hardware.audio.effect-impl_default"], 52 "android.hardware.audio.common@2.0", 53 "android.hardware.audio.common@2.0-util", 54 "android.hardware.audio.effect@2.0", 65 name: "android.hardware.audio.effect@4.0-impl", 66 defaults: ["android.hardware.audio.effect-impl_default"], [all …]
|
/hardware/interfaces/audio/common/all-versions/default/service/ |
D | Android.mk | 24 LOCAL_MODULE := android.hardware.audio@2.0-service 25 LOCAL_INIT_RC := android.hardware.audio@2.0-service.rc 42 android.hardware.audio@2.0 \ 43 android.hardware.audio@4.0 \ 44 android.hardware.audio@5.0 \ 45 android.hardware.audio.common@2.0 \ 46 android.hardware.audio.common@4.0 \ 47 android.hardware.audio.common@5.0 \ 48 android.hardware.audio.effect@2.0 \ 49 android.hardware.audio.effect@4.0 \ [all …]
|
D | service.cpp | 53 bool fail = registerPassthroughServiceImplementation<audio::V5_0::IDevicesFactory>() != OK && in main() 54 registerPassthroughServiceImplementation<audio::V4_0::IDevicesFactory>() != OK && in main() 55 registerPassthroughServiceImplementation<audio::V2_0::IDevicesFactory>() != OK; in main() 58 fail = registerPassthroughServiceImplementation<audio::effect::V5_0::IEffectsFactory>() != OK && in main() 59 registerPassthroughServiceImplementation<audio::effect::V4_0::IEffectsFactory>() != OK && in main() 60 registerPassthroughServiceImplementation<audio::effect::V2_0::IEffectsFactory>() != OK, in main() 69 bluetooth::audio::V2_0::IBluetoothAudioProvidersFactory>() != OK; in main()
|
D | android.hardware.audio@2.0-service.rc | 1 service vendor.audio-hal-2-0 /vendor/bin/hw/android.hardware.audio@2.0-service 5 group audio camera drmrpc inet media mediadrm net_bt net_bt_admin net_bw_acct wakelock 10 # and its .rc file has an "onrestart restart audio-hal" rule, thus 13 interface android.hardware.audio@4.0::IDevicesFactory default 14 interface android.hardware.audio@2.0::IDevicesFactory default
|
/hardware/interfaces/audio/core/all-versions/vts/functional/4.0/ |
D | AudioPrimaryHidlHalUtils.h | 17 #include PATH(android/hardware/audio/FILE_VERSION/IStream.h) 18 #include PATH(android/hardware/audio/FILE_VERSION/types.h) 19 #include PATH(android/hardware/audio/common/FILE_VERSION/types.h) 26 using ::android::hardware::audio::common::CPP_VERSION::AudioChannelMask; 27 using ::android::hardware::audio::common::CPP_VERSION::AudioFormat; 28 using ::android::hardware::audio::CPP_VERSION::IStream; 29 using ::android::hardware::audio::CPP_VERSION::ParameterValue; 30 using ::android::hardware::audio::CPP_VERSION::Result; 32 using namespace ::android::hardware::audio::common::test::utility; 34 using Rotation = ::android::hardware::audio::CPP_VERSION::IPrimaryDevice::Rotation; [all …]
|
/hardware/interfaces/audio/common/all-versions/default/ |
D | Android.bp | 17 name: "android.hardware.audio.common-util", 33 "android.hardware.audio.common.util@all-versions", 38 "android.hardware.audio.common.util@all-versions", 43 name: "android.hardware.audio.common-util_default", 57 "android.hardware.audio.common-util", 60 "android.hardware.audio.common-util" 70 name: "android.hardware.audio.common@2.0-util", 71 defaults: ["android.hardware.audio.common-util_default"], 74 "android.hardware.audio.common@2.0", 84 name: "android.hardware.audio.common@4.0-util", [all …]
|
/hardware/interfaces/audio/core/all-versions/vts/functional/2.0/ |
D | AudioPrimaryHidlHalUtils.h | 17 #include PATH(android/hardware/audio/FILE_VERSION/IStream.h) 18 #include PATH(android/hardware/audio/FILE_VERSION/types.h) 19 #include PATH(android/hardware/audio/common/FILE_VERSION/types.h) 25 using ::android::hardware::audio::common::CPP_VERSION::AudioChannelMask; 26 using ::android::hardware::audio::common::CPP_VERSION::AudioFormat; 27 using ::android::hardware::audio::CPP_VERSION::IStream; 28 using ::android::hardware::audio::CPP_VERSION::ParameterValue; 29 using ::android::hardware::audio::CPP_VERSION::Result; 31 using namespace ::android::hardware::audio::common::test::utility;
|
/hardware/interfaces/audio/common/all-versions/test/utility/include/utility/ |
D | ValidateXml.h | 24 namespace audio { 39 ASSERT_PRED_FORMAT2(::android::hardware::audio::common::test::utility::validateXml, \ 44 EXPECT_PRED_FORMAT2(::android::hardware::audio::common::test::utility::validateXml, \ 60 ::android::hardware::audio::common::test::utility::validateXmlMultipleLocations<false>, \ 66 ::android::hardware::audio::common::test::utility::validateXmlMultipleLocations<false>, \ 72 ::android::hardware::audio::common::test::utility::validateXmlMultipleLocations<true>, \ 78 ::android::hardware::audio::common::test::utility::validateXmlMultipleLocations<true>, \
|
/hardware/interfaces/bluetooth/audio/2.0/default/session/ |
D | BluetoothAudioSupportedCodecsDB.h | 23 namespace audio { 25 using ::android::hardware::bluetooth::audio::V2_0::CodecCapabilities; 26 using ::android::hardware::bluetooth::audio::V2_0::CodecConfiguration; 27 using ::android::hardware::bluetooth::audio::V2_0::PcmParameters; 28 using ::android::hardware::bluetooth::audio::V2_0::SessionType;
|
D | BluetoothAudioSession.h | 29 namespace audio { 34 using ::android::hardware::bluetooth::audio::V2_0::AudioConfiguration; 35 using ::android::hardware::bluetooth::audio::V2_0::BitsPerSample; 36 using ::android::hardware::bluetooth::audio::V2_0::ChannelMode; 37 using ::android::hardware::bluetooth::audio::V2_0::CodecConfiguration; 38 using ::android::hardware::bluetooth::audio::V2_0::IBluetoothAudioPort; 39 using ::android::hardware::bluetooth::audio::V2_0::PcmParameters; 40 using ::android::hardware::bluetooth::audio::V2_0::SampleRate; 41 using ::android::hardware::bluetooth::audio::V2_0::SessionType; 44 ::android::hardware::bluetooth::audio::V2_0::Status;
|
/hardware/interfaces/ |
D | current.txt | 6 f219c3b5b8c6cb1d659d4c7328f67246abfe1a8613f469826fd3b9ad090417a2 android.hardware.audio@2.0::IDevice 7 4d579cae1cd87a783fd49233e10ce720ba183cfd1d5ccd80149e69de5c1c7362 android.hardware.audio@2.0::IDevic… 8 203e23f18011390b8cd10c303e0c16c4eebc8fa187e80e40d6be4624c2b0848a android.hardware.audio@2.0::IPrima… 9 aaf93123deec336eb247ad8099849469a541ca0cf7c28c5f5336cebe1ee86748 android.hardware.audio@2.0::IStream 10 0468c5723b0d44c5b451bdfa06153000c6f352fd3336e0ad2697127b04b766df android.hardware.audio@2.0::IStrea… 11 7296f7064fd3ab24082b43a1da34cc876268065310b785499fba5178d063680a android.hardware.audio@2.0::IStrea… 12 19d241d71c3e1140afba8140dcb57448446025a5fc03739788c4c25e9a98b6c2 android.hardware.audio@2.0::IStrea… 13 c84da9f586087227daa3b96d42b4575326bccfd5bc8a2a5acf86d774f8ea2648 android.hardware.audio@2.0::types 14 1305786c06e22b9b24ebde136054cc827b63c86d8bf4a136d6f7f54752b8566b android.hardware.audio.common@2.0:… 15 fa8fbae3d1da3c264e4f3110728076abc09b4e65f12af6ae136367328de988ab android.hardware.audio.effect@2.0:… [all …]
|
/hardware/interfaces/audio/2.0/ |
D | IDevice.hal | 17 package android.hardware.audio@2.0; 19 import android.hardware.audio.common@2.0; 24 typedef android.hardware.audio@2.0::Result Result; 27 * Returns whether the audio hardware interface has been initialized. 34 * Sets the audio volume for all audio activities other than voice call. If 46 * from the primary audio HAL when the service starts and use the value for 72 * Set the audio mute status for all audio activities. If the return value 75 * @param mute whether audio is muted. 83 * audio HAL when the service starts and use the value for setting the 88 * @return mute whether audio is muted. [all …]
|
/hardware/interfaces/audio/core/all-versions/vts/functional/ |
D | Android.bp | 21 "android.hardware.audio.common.test.utility", 30 "android.hardware.audio.common.util@all-versions", 42 "android.hardware.audio@2.0", 43 "android.hardware.audio.common@2.0", 59 "android.hardware.audio@4.0", 60 "android.hardware.audio.common@4.0", 76 "android.hardware.audio@5.0", 77 "android.hardware.audio.common@5.0",
|
/hardware/interfaces/audio/effect/all-versions/vts/functional/ |
D | Android.bp | 25 "android.hardware.audio.common.test.utility", 32 "android.hardware.audio.common.util@all-versions", 41 "android.hardware.audio.common@2.0", 42 "android.hardware.audio.effect@2.0", 55 "android.hardware.audio.common@4.0", 56 "android.hardware.audio.effect@4.0", 69 "android.hardware.audio.common@5.0", 70 "android.hardware.audio.effect@5.0",
|
/hardware/interfaces/prebuilt_hashes/ |
D | 28.txt | 6 f219c3b5b8c6cb1d659d4c7328f67246abfe1a8613f469826fd3b9ad090417a2 android.hardware.audio@2.0::IDevice 7 4d579cae1cd87a783fd49233e10ce720ba183cfd1d5ccd80149e69de5c1c7362 android.hardware.audio@2.0::IDevic… 8 203e23f18011390b8cd10c303e0c16c4eebc8fa187e80e40d6be4624c2b0848a android.hardware.audio@2.0::IPrima… 9 aaf93123deec336eb247ad8099849469a541ca0cf7c28c5f5336cebe1ee86748 android.hardware.audio@2.0::IStream 10 0468c5723b0d44c5b451bdfa06153000c6f352fd3336e0ad2697127b04b766df android.hardware.audio@2.0::IStrea… 11 7296f7064fd3ab24082b43a1da34cc876268065310b785499fba5178d063680a android.hardware.audio@2.0::IStrea… 12 19d241d71c3e1140afba8140dcb57448446025a5fc03739788c4c25e9a98b6c2 android.hardware.audio@2.0::IStrea… 13 c84da9f586087227daa3b96d42b4575326bccfd5bc8a2a5acf86d774f8ea2648 android.hardware.audio@2.0::types 14 1305786c06e22b9b24ebde136054cc827b63c86d8bf4a136d6f7f54752b8566b android.hardware.audio.common@2.0:… 15 fa8fbae3d1da3c264e4f3110728076abc09b4e65f12af6ae136367328de988ab android.hardware.audio.effect@2.0:… [all …]
|
D | 26.txt | 6 f219c3b5b8c6cb1d659d4c7328f67246abfe1a8613f469826fd3b9ad090417a2 android.hardware.audio@2.0::IDevice 7 4d579cae1cd87a783fd49233e10ce720ba183cfd1d5ccd80149e69de5c1c7362 android.hardware.audio@2.0::IDevic… 8 203e23f18011390b8cd10c303e0c16c4eebc8fa187e80e40d6be4624c2b0848a android.hardware.audio@2.0::IPrima… 9 aaf93123deec336eb247ad8099849469a541ca0cf7c28c5f5336cebe1ee86748 android.hardware.audio@2.0::IStream 10 0468c5723b0d44c5b451bdfa06153000c6f352fd3336e0ad2697127b04b766df android.hardware.audio@2.0::IStrea… 11 7296f7064fd3ab24082b43a1da34cc876268065310b785499fba5178d063680a android.hardware.audio@2.0::IStrea… 12 19d241d71c3e1140afba8140dcb57448446025a5fc03739788c4c25e9a98b6c2 android.hardware.audio@2.0::IStrea… 13 c84da9f586087227daa3b96d42b4575326bccfd5bc8a2a5acf86d774f8ea2648 android.hardware.audio@2.0::types 14 1305786c06e22b9b24ebde136054cc827b63c86d8bf4a136d6f7f54752b8566b android.hardware.audio.common@2.0:… 15 fa8fbae3d1da3c264e4f3110728076abc09b4e65f12af6ae136367328de988ab android.hardware.audio.effect@2.0:… [all …]
|
/hardware/interfaces/audio/4.0/ |
D | IDevice.hal | 17 package android.hardware.audio@4.0; 19 import android.hardware.audio.common@4.0; 25 * Returns whether the audio hardware interface has been initialized. 32 * Sets the audio volume for all audio activities other than voice call. If 44 * from the primary audio HAL when the service starts and use the value for 70 * Set the audio mute status for all audio activities. If the return value 73 * @param mute whether audio is muted. 81 * audio HAL when the service starts and use the value for setting the 86 * @return mute whether audio is muted. 91 * Returns audio input buffer size according to parameters passed or [all …]
|
/hardware/interfaces/audio/5.0/ |
D | IDevice.hal | 17 package android.hardware.audio@5.0; 19 import android.hardware.audio.common@5.0; 25 * Returns whether the audio hardware interface has been initialized. 32 * Sets the audio volume for all audio activities other than voice call. If 44 * from the primary audio HAL when the service starts and use the value for 70 * Set the audio mute status for all audio activities. If the return value 73 * @param mute whether audio is muted. 81 * audio HAL when the service starts and use the value for setting the 86 * @return mute whether audio is muted. 91 * Returns audio input buffer size according to parameters passed or [all …]
|
/hardware/interfaces/audio/core/all-versions/default/include/core/default/ |
D | Conversions.h | 20 #include PATH(android/hardware/audio/FILE_VERSION/types.h) 28 namespace audio { 32 using namespace ::android::hardware::audio::common::CPP_VERSION; 33 using namespace ::android::hardware::audio::CPP_VERSION;
|
/hardware/qcom/audio/legacy/alsa_sound/ |
D | Android.mk | 50 LOCAL_C_INCLUDES += $(TARGET_OUT_HEADERS)/mm-audio/audio-alsa 51 LOCAL_C_INCLUDES += $(TARGET_OUT_HEADERS)/mm-audio/libalsa-intf 52 LOCAL_C_INCLUDES += $(TARGET_OUT_HEADERS)/mm-audio/surround_sound/ 59 LOCAL_MODULE := audio.primary.msm8960 88 LOCAL_C_INCLUDES += hardware/libhardware_legacy/audio 114 LOCAL_C_INCLUDES += $(TARGET_OUT_HEADERS)/mm-audio/libalsa-intf
|
/hardware/libhardware/modules/audio/ |
D | Android.bp | 15 // The default audio HAL module, which is a stub, that is loaded if no other 19 // The format of the name is audio.<type>.<hardware/etc>.so where the only 22 name: "audio.primary.default", 33 // The stub audio HAL module, identical to the default audio hal, but with 34 // different name to be loaded concurrently with other audio HALs if necessary. 37 // The format of the name is audio.<type>.<hardware/etc>.so where the only 40 name: "audio.stub.default", 51 // The stub audio policy HAL module that can be used as a skeleton for
|