/hardware/interfaces/audio/6.0/config/api/ |
D | current.txt | 2 package audio.policy.configuration.V6_0 { 11 …enum_constant public static final audio.policy.configuration.V6_0.AudioDevice AUDIO_DEVICE_IN_AMBI… 12 …enum_constant public static final audio.policy.configuration.V6_0.AudioDevice AUDIO_DEVICE_IN_ANLG… 13 …enum_constant public static final audio.policy.configuration.V6_0.AudioDevice AUDIO_DEVICE_IN_AUX_… 14 …enum_constant public static final audio.policy.configuration.V6_0.AudioDevice AUDIO_DEVICE_IN_BACK… 15 …enum_constant public static final audio.policy.configuration.V6_0.AudioDevice AUDIO_DEVICE_IN_BLUE… 16 …enum_constant public static final audio.policy.configuration.V6_0.AudioDevice AUDIO_DEVICE_IN_BLUE… 17 …enum_constant public static final audio.policy.configuration.V6_0.AudioDevice AUDIO_DEVICE_IN_BLUE… 18 …enum_constant public static final audio.policy.configuration.V6_0.AudioDevice AUDIO_DEVICE_IN_BUIL… 19 … enum_constant public static final audio.policy.configuration.V6_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/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/broadcastradio/1.0/ |
D | ITuner.hal | 24 * Apply current radio band configuration (band, range, channel spacing...). 27 * configuration is applied or a failure occurs or after a time out. 28 * @param config The band configuration to apply. 29 * @return result OK if configuration could be applied 31 * INVALID_ARGUMENTS if configuration requested is invalid 37 * Retrieve current radio band configuration. 38 * @return result OK if valid configuration is returned, 40 * @param config Current band configuration 46 * Shall be called only when a valid configuration has been applied. 62 * Must be called when a valid configuration has been applied. [all …]
|
D | IBroadcastRadio.hal | 34 * Open a tuner interface for the requested configuration. 37 * @param config A BandConfig struct containing the band configuration to apply 42 * INVALID_ARGUMENTS if configuration requested is invalid, 47 * configuration is applied or a failure occurs or after a time out.
|
D | ITunerCallback.hal | 29 * Method called by the HAL when a new configuration is applied 31 * @param result OK if the configuration has been applied, 33 * @param config A BandConfig structure describing the new configuration
|
/hardware/google/camera/devices/EmulatedCamera/hwl/utils/ |
D | StreamConfigurationMap.h | 66 nsecs_t GetOutputMinFrameDuration(StreamConfig configuration) const { in GetOutputMinFrameDuration() argument 67 auto ret = stream_min_duration_map_.find(configuration); in GetOutputMinFrameDuration() 71 nsecs_t GetOutputStallDuration(StreamConfig configuration) const { in GetOutputStallDuration() argument 72 auto ret = stream_stall_map_.find(configuration); in GetOutputStallDuration()
|
/hardware/interfaces/gnss/1.0/ |
D | IGnssConfiguration.hal | 20 * Interface for passing GNSS configuration info from platform to HAL. 24 * Enum which holds the bit masks for SUPL_MODE configuration parameter. 35 * Enum which holds the bit masks for GPS_LOCK configuration parameter. 47 * configuration parameter). If none of the bits in the enum are set, the default setting is 60 * configuration parameter. 77 * for various callbacks regardless the change in configuration data. 127 * This method sets the LTE Positioning Profile configuration. 130 * configuration to be set as per the LppProfile enum.
|
/hardware/interfaces/health/1.0/ |
D | IHealth.hal | 21 * This function lets you change healthd configuration from default if 24 * The configuration values are described in 'struct HealthConfig'. 25 * To use default configuration, simply return without modifying the 28 * @param default healthd configuration.
|
/hardware/interfaces/usb/gadget/1.0/ |
D | IUsbGadgetCallback.hal | 21 * Callback function used to propagate the status of configuration 27 * FUNCTIONS_NOT_SUPPORTED when the configuration is 36 * configuration.
|
D | IUsbGadget.hal | 23 * This function is used to set the current USB gadget configuration. 24 * Usb gadget needs to teared down if an USB configuration is already 40 * current USB configuration.
|
D | types.hal | 70 * USB configuration applied successfully. 80 * USB configuration not supported.
|
/hardware/interfaces/automotive/sv/1.0/ |
D | ISurroundView2dSession.hal | 42 * Sets the configuration of 2d surround view. 45 * fullscreen or preview. Default configuration is FULLSCREEN. 56 * Gets the current configuration of the 2d surround view. 59 * fullscreen view or preview. Use setConfig call to set a configuration. 61 * @return sv2dConfig the active current configuration of the 2d session.
|
/hardware/interfaces/camera/device/3.4/ |
D | ICameraDeviceSession.hal | 38 * - The requested configuration includes session parameters. 42 * On successful stream configuration. 48 * If the requested stream configuration is invalid. Some examples 55 * - Unsupported rotation configuration 66 * ready to accept a future valid stream configuration in a later
|
/hardware/interfaces/audio/policy/1.0/xml/pfw_schemas/ |
D | README.md | 1 # parameter-framework configuration file XML Schemas 3 These are W3C Schemas for the various configuration files. 20 Schema for the **top-level configuration**. It contains: 46 Schema for the **SystemClass associated with the top-level configuration**. It 50 of the top-level configuration file. This name will be the first component of
|
/hardware/interfaces/audio/6.0/config/ |
D | Android.bp | 5 package_name: "audio.policy.configuration.V6_0",
|
/hardware/interfaces/audio/4.0/config/ |
D | Android.bp | 5 package_name: "audio.policy.configuration.V4_0",
|
/hardware/interfaces/audio/5.0/config/ |
D | Android.bp | 5 package_name: "audio.policy.configuration.V5_0",
|
/hardware/interfaces/configstore/ |
D | README.md | 1 Configstore is specifically the configuration for surface flinger. Other configurations go in other…
|
/hardware/interfaces/bluetooth/a2dp/1.0/ |
D | IBluetoothAudioOffload.hal | 30 * as codec configuration to the HAL server, when its connected to an 48 * @param codecConfig Codec configuration as negotiated with the A2DP Sink 52 * given codec configuration 54 * platform with the given codec configuration
|
/hardware/interfaces/broadcastradio/2.0/ |
D | IBroadcastRadio.hal | 38 * Fetches current or possible AM/FM region configuration. 41 * If false, returns current regional configuration. 45 * current configuration (full=false). 51 * Fetches current DAB region configuration. 55 * @return config Current configuration.
|
/hardware/interfaces/drm/1.2/vts/functional/ |
D | drm_hal_common.cpp | 260 const DrmHalVTSVendorModule_V1::ContentConfiguration& configuration, in getKeyRequest() argument 264 sessionId, configuration.initData, configuration.mimeType, type, in getKeyRequest() 265 toHidlKeyedVector(configuration.optionalParameters), in getKeyRequest() 270 << configuration.name; in getKeyRequest() 316 const DrmHalVTSVendorModule_V1::ContentConfiguration& configuration, in loadKeys() argument 318 hidl_vec<uint8_t> keyRequest = getKeyRequest(sessionId, configuration, type); in loadKeys() 324 vendorModule->handleKeyRequest(keyRequest, configuration.serverUrl); in loadKeys()
|
/hardware/interfaces/wifi/supplicant/1.2/ |
D | ISupplicantStaIfaceCallback.hal | 32 * Indicates DPP configuration received success event (Enrolee mode). 38 * Indicates DPP configuration sent success event (Configurator mode).
|
/hardware/interfaces/bluetooth/audio/2.0/ |
D | IBluetoothAudioProvider.hal | 41 * @param audioConfig The audio configuration negotiated with the remote 43 * otherwise the correct codec configuration is used for hardware 50 * IBluetoothAudioPort with the given codec configuration
|
/hardware/interfaces/graphics/composer/2.4/ |
D | IComposerClient.hal | 35 * The configuration group ID (as int32_t) this config is associated to. 201 * configuration. 204 * @param config is the display configuration for which to return 208 * BAD_CONFIG when config does not name a valid configuration for 220 * If no display configuration is currently active, this function must 228 * BAD_CONFIG when no configuration is currently active. 235 * Sets the active configuration and the refresh rate for this display. 238 * Upon returning, the given display configuration, except vsync period, must be active and 244 * @param config is the new display configuration. 249 * BAD_CONFIG when the configuration handle passed in is not valid
|