/hardware/interfaces/automotive/can/1.0/default/libnl++/protocols/generic/ |
D | FamilyTracker.cpp | 23 bool FamilyTracker::track(const Buffer<nlmsghdr>& buffer) { in track() function in android::nl::generic::FamilyTracker 45 if (track(msg)) return std::nullopt; in parseNl80211()
|
D | Ctrl.h | 28 void track(const Buffer<nlmsghdr> hdr) override;
|
D | Ctrl.cpp | 63 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/ |
D | FamilyTracker.h | 59 bool track(const Buffer<nlmsghdr>& msg);
|
/hardware/interfaces/bluetooth/audio/utils/session/ |
D | BluetoothAudioSession.cpp | 375 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/ |
D | README.txt | 4 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/ |
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,
|
/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.
|
/hardware/interfaces/automotive/can/1.0/default/libnl++/protocols/ |
D | MessageDefinition.cpp | 70 void MessageDescriptor::track(const Buffer<nlmsghdr> /* hdr */) {} in track() function in android::nl::protocols::MessageDescriptor
|
D | MessageDefinition.h | 158 virtual void track(const Buffer<nlmsghdr> hdr);
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/ |
D | VK_KHR_present_wait.adoc | 64 This should be the easiest to implement as the driver need only track the 75 track all outstanding presentId values.
|
D | VK_EXT_hdr_metadata.adoc | 49 application can track on its own.
|
D | VK_EXT_private_data.adoc | 57 For example, if a layer wishes to track per-object information, the layer
|
D | VK_QCOM_fragment_density_map_offset.adoc | 34 This is helpful if apps want to reuse the same density map image to track
|
/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/audio/effect/7.0/ |
D | types.hal | 39 * | 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/ |
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/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/gnss/1.0/ |
D | IGnssDebug.hal | 173 * satellites and constellations the device can track, 185 * constellations that the device can track.
|
/hardware/interfaces/audio/common/7.0/ |
D | types.hal | 347 /** 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/ |
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.
|
/hardware/interfaces/memtrack/1.0/ |
D | IMemtrack.hal | 22 * The primary goal is to be able to track memory that is not
|
/hardware/interfaces/automotive/can/1.0/default/libnl++/ |
D | printer.cpp | 177 if (msgDescMaybe.has_value()) msgDescMaybe->get().track(hdr); in toStream()
|