Searched defs:offsetof (Results 1 - 2 of 2) sorted by relevance

/system/chre/platform/slpi/
H A Dplatform_audio.cc32 offsetof(wcd_spi_audio_source_s, name)
33 == offsetof(struct chreAudioSource, name), variable
36 offsetof(wcd_spi_audio_source_s, sample_rate_hz)
37 == offsetof(struct chreAudioSource, sampleRate), variable
40 offsetof(wcd_spi_audio_source_s, min_buffer_duration_ns)
41 == offsetof(struct chreAudioSource, minBufferDuration), variable
44 offsetof(wcd_spi_audio_source_s, max_buffer_duration_ns)
45 == offsetof(struct chreAudioSource, maxBufferDuration), variable
48 offsetof(wcd_spi_audio_source_s, format)
49 == offsetof(struc variable
[all...]
/system/security/keystore/
H A Dblob.h67 offsetof(blobv3, initialization_vector) == offsetof(blobv2, vector) &&
68 offsetof(blobv3, aead_tag) == offsetof(blobv2, digest) &&
69 offsetof(blobv3, aead_tag) == offsetof(blobv2, encrypted) &&
70 offsetof(blobv3, length) == offsetof(blobv2, length) &&
71 offsetof(blobv3, value) == offsetof(blobv variable
[all...]

Completed in 79 milliseconds