Home
last modified time | relevance | path

Searched refs:track (Results 1 – 25 of 41) sorted by relevance

12

/hardware/interfaces/automotive/can/1.0/default/libnl++/protocols/generic/
DFamilyTracker.cpp23 bool FamilyTracker::track(const Buffer<nlmsghdr>& buffer) { in track() function in android::nl::generic::FamilyTracker
45 if (track(msg)) return std::nullopt; in parseNl80211()
DCtrl.h28 void track(const Buffer<nlmsghdr> hdr) override;
DCtrl.cpp63 void Ctrl::track(const Buffer<nlmsghdr> hdr) { in track() function in android::nl::protocols::generic::Ctrl
/hardware/interfaces/automotive/can/1.0/default/libnl++/include/libnl++/generic/
DFamilyTracker.h59 bool track(const Buffer<nlmsghdr>& msg);
/hardware/nxp/nfc/snxxx/halimpl/power-tracker/
DREADME.txt4 This feature is to track power consumption by NFCC at different states.
5 Currently it will track STANDBY, ULPDET and ACTIVE state. It will count number
/hardware/interfaces/bluetooth/audio/utils/session/
DBluetoothAudioSession.cpp375 struct playback_track_metadata* track = source_metadata->tracks; in UpdateTracksMetadata() local
381 while (track_count && track) { in UpdateTracksMetadata()
382 halMetadata->usage = static_cast<AudioUsage>(track->usage); in UpdateTracksMetadata()
384 static_cast<AudioContentType>(track->content_type); in UpdateTracksMetadata()
385 halMetadata->gain = track->gain; in UpdateTracksMetadata()
391 ++track; in UpdateTracksMetadata()
/hardware/interfaces/audio/4.0/
Dtypes.hal38 * 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,
/hardware/interfaces/gnss/2.0/
DIGnssDebug.hal52 * satellites and constellations the device can track,
63 * track.
/hardware/interfaces/audio/2.0/
Dtypes.hal34 * drain() returns a short time before all data from the current track has
35 * been played to give time for gapless track switch.
DIStreamOut.hal211 * for the current track has played to allow time for the framework to
212 * perform a gapless track switch.
/hardware/interfaces/automotive/can/1.0/default/libnl++/protocols/
DMessageDefinition.cpp70 void MessageDescriptor::track(const Buffer<nlmsghdr> /* hdr */) {} in track() function in android::nl::protocols::MessageDescriptor
DMessageDefinition.h158 virtual void track(const Buffer<nlmsghdr> hdr);
/hardware/interfaces/audio/effect/5.0/
Dtypes.hal38 * | 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/
Dtypes.hal38 * | 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/
Dtypes.hal38 * | 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/7.0/
Dtypes.hal39 * | connection | 0..2 | 0 insert: after track process
40 * | mode | | 1 auxiliary: connect to track auxiliary
42 * | | | 2 replace: replaces track process function;
/hardware/interfaces/audio/effect/2.0/
Dtypes.hal38 * | 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/
DIGnssDebug.hal173 * satellites and constellations the device can track,
185 * constellations that the device can track.
/hardware/interfaces/audio/common/7.0/
Dtypes.hal347 /** Metadata of a playback track for a StreamOut. */
352 * Positive linear gain applied to the track samples. 0 being muted and 1 is no attenuation,
367 /** Metadata of a record track for a StreamIn. */
371 * Positive linear gain applied to the track samples. 0 being muted and 1 is no attenuation,
/hardware/interfaces/memtrack/1.0/
DIMemtrack.hal22 * The primary goal is to be able to track memory that is not
/hardware/interfaces/audio/5.0/
Dtypes.hal38 * drain() returns a short time before all data from the current track has
39 * been played to give time for gapless track switch.
/hardware/interfaces/automotive/can/1.0/default/libnl++/
Dprinter.cpp177 if (msgDescMaybe.has_value()) msgDescMaybe->get().track(hdr); in toStream()
/hardware/interfaces/camera/device/1.0/
DICameraDevicePreviewCallback.hal34 * been seen by HAL before. Must be null if the bufferId is seen before. HAL must keep track
/hardware/interfaces/audio/common/5.0/
Dtypes.hal692 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/
Dtypes.hal45 * For a receiver with capabilities to track multiple frequencies for the same satellite,

12