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

/frameworks/av/include/media/
H A DAudioTimestamp.h50 LOCATION_MAX // for sizing arrays only enumerator in enum:android::Location
68 int64_t mPosition[LOCATION_MAX];
73 int64_t mTimeNs[LOCATION_MAX];
92 for (int i = 0; i < LOCATION_MAX; ++i) {
143 for (int i = 0; i < LOCATION_MAX; ++i) {
/frameworks/av/media/libaudioclient/include/media/
H A DAudioTimestamp.h50 LOCATION_MAX // for sizing arrays only enumerator in enum:android::Location
68 int64_t mPosition[LOCATION_MAX];
73 int64_t mTimeNs[LOCATION_MAX];
92 for (int i = 0; i < LOCATION_MAX; ++i) {
143 for (int i = 0; i < LOCATION_MAX; ++i) {

Completed in 67 milliseconds