Searched refs:track (Results 1 – 25 of 26) sorted by relevance
12
/hardware/interfaces/bluetooth/audio/2.0/default/session/ |
D | BluetoothAudioSession.cpp | 345 struct playback_track_metadata* track = source_metadata->tracks; in UpdateTracksMetadata() local 351 while (track_count && track) { in UpdateTracksMetadata() 352 halMetadata->usage = static_cast<AudioUsage>(track->usage); in UpdateTracksMetadata() 354 static_cast<AudioContentType>(track->content_type); in UpdateTracksMetadata() 355 halMetadata->gain = track->gain; in UpdateTracksMetadata() 361 ++track; in UpdateTracksMetadata()
|
/hardware/interfaces/audio/4.0/ |
D | types.hal | 38 * drain() returns a short time before all data from the current track has 39 * been played to give time for gapless track switch. 125 /** Metadata of a playback track for a StreamOut. */ 130 * Positive linear gain applied to the track samples. 0 being muted and 1 is no attenuation, 142 /** Metadata of a record track for a StreamIn. */ 146 * Positive linear gain applied to the track samples. 0 being muted and 1 is no attenuation,
|
D | IStreamOut.hal | 222 * for the current track has played to allow time for the framework to 223 * perform a gapless track switch.
|
/hardware/interfaces/gnss/2.0/ |
D | IGnssDebug.hal | 52 * satellites and constellations the device can track, 63 * track.
|
/hardware/interfaces/audio/2.0/ |
D | types.hal | 34 * drain() returns a short time before all data from the current track has 35 * been played to give time for gapless track switch.
|
D | IStreamOut.hal | 211 * for the current track has played to allow time for the framework to 212 * perform a gapless track switch.
|
/hardware/interfaces/audio/effect/2.0/ |
D | types.hal | 38 * | connection | 0..2 | 0 insert: after track process 39 * | mode | | 1 auxiliary: connect to track auxiliary 41 * | | | 2 replace: replaces track process function;
|
/hardware/interfaces/audio/effect/6.0/ |
D | types.hal | 38 * | connection | 0..2 | 0 insert: after track process 39 * | mode | | 1 auxiliary: connect to track auxiliary 41 * | | | 2 replace: replaces track process function;
|
/hardware/interfaces/audio/effect/5.0/ |
D | types.hal | 38 * | connection | 0..2 | 0 insert: after track process 39 * | mode | | 1 auxiliary: connect to track auxiliary 41 * | | | 2 replace: replaces track process function;
|
/hardware/interfaces/audio/effect/4.0/ |
D | types.hal | 38 * | connection | 0..2 | 0 insert: after track process 39 * | mode | | 1 auxiliary: connect to track auxiliary 41 * | | | 2 replace: replaces track process function;
|
/hardware/interfaces/gnss/1.0/ |
D | IGnssDebug.hal | 173 * satellites and constellations the device can track, 185 * constellations that the device can track.
|
/hardware/interfaces/audio/6.0/ |
D | types.hal | 38 * drain() returns a short time before all data from the current track has 39 * been played to give time for gapless track switch.
|
D | IStreamOut.hal | 222 * for the current track has played to allow time for the framework to 223 * perform a gapless track switch.
|
/hardware/interfaces/audio/5.0/ |
D | types.hal | 38 * drain() returns a short time before all data from the current track has 39 * been played to give time for gapless track switch.
|
D | IStreamOut.hal | 222 * for the current track has played to allow time for the framework to 223 * perform a gapless track switch.
|
/hardware/interfaces/memtrack/1.0/ |
D | IMemtrack.hal | 22 * The primary goal is to be able to track memory that is not
|
/hardware/interfaces/camera/device/1.0/ |
D | ICameraDevicePreviewCallback.hal | 34 * been seen by HAL before. Must be null if the bufferId is seen before. HAL must keep track
|
/hardware/interfaces/audio/common/6.0/ |
D | types.hal | 698 DIRECT = 0x1, // this output directly connects a track 803 /** Metadata of a playback track for a StreamOut. */ 808 * Positive linear gain applied to the track samples. 0 being muted and 1 is no attenuation, 820 /** Metadata of a record track for a StreamIn. */ 824 * Positive linear gain applied to the track samples. 0 being muted and 1 is no attenuation,
|
/hardware/interfaces/audio/common/5.0/ |
D | types.hal | 692 DIRECT = 0x1, // this output directly connects a track 797 /** Metadata of a playback track for a StreamOut. */ 802 * Positive linear gain applied to the track samples. 0 being muted and 1 is no attenuation, 814 /** Metadata of a record track for a StreamIn. */ 818 * Positive linear gain applied to the track samples. 0 being muted and 1 is no attenuation,
|
/hardware/interfaces/gnss/measurement_corrections/1.0/ |
D | types.hal | 45 * For a receiver with capabilities to track multiple frequencies for the same satellite,
|
/hardware/interfaces/camera/device/3.5/ |
D | types.hal | 40 * An incrementing counter used for HAL to keep track of the stream
|
/hardware/interfaces/drm/1.2/ |
D | IDrmPlugin.hal | 39 * OFFLINE. Normally each app is responsible for keeping track of
|
/hardware/interfaces/audio/common/4.0/ |
D | types.hal | 604 DIRECT = 0x1, // this output directly connects a track
|
/hardware/interfaces/audio/common/2.0/ |
D | types.hal | 652 DIRECT = 0x1, // this output directly connects a track
|
/hardware/interfaces/camera/device/3.2/ |
D | types.hal | 441 * both bufferId and buffer handle must be filled. HAL must keep track of
|
12