Home
last modified time | relevance | path

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

123

/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/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/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/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.
/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/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/
DVK_KHR_present_wait.adoc64 This should be the easiest to implement as the driver need only track the
75 track all outstanding presentId values.
DVK_EXT_hdr_metadata.adoc49 application can track on its own.
DVK_EXT_private_data.adoc57 For example, if a layer wishes to track per-object information, the layer
DVK_QCOM_fragment_density_map_offset.adoc34 This is helpful if apps want to reuse the same density map image to track
/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/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/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/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/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/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/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/memtrack/1.0/
DIMemtrack.hal22 * The primary goal is to be able to track memory that is not
/hardware/interfaces/automotive/can/1.0/default/libnl++/
Dprinter.cpp177 if (msgDescMaybe.has_value()) msgDescMaybe->get().track(hdr); in toStream()

123