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

/frameworks/base/core/java/android/net/
H A DUri.java301 * Gets the decoded path segments.
303 * @return decoded path segments, each without a leading or trailing '/'
924 final String[] segments; field in class:Uri.PathSegments
927 PathSegments(String[] segments, int size) { argument
928 this.segments = segments;
937 return segments[index];
950 String[] segments; field in class:Uri.PathSegmentsBuilder
954 if (segments == null) {
955 segments
[all...]
/frameworks/base/include/media/
H A DToneGenerator.h205 static const unsigned int TONEGEN_MAX_SEGMENTS = 12; // Maximun number of segments in a tone descriptor
215 // - The array segments[] is used to generate the tone pulses. A segment is a period of time
217 // correspond to tone ON state and segments with odd index to OFF state.
218 // The data stored in segments[] is the duration of the corresponding period in ms.
222 // - repeatCnt indicates the number of times the sequence described by segments[] array must be repeated.
238 ToneSegment segments[TONEGEN_MAX_SEGMENTS+1]; member in class:android::ToneGenerator::ToneDescriptor
254 unsigned short mCurSegment; // Current segment index in ToneDescriptor segments[]

Completed in 68 milliseconds