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

/frameworks/base/core/java/android/content/
H A DSyncAdapterType.java30 public final boolean isKey; field in class:SyncAdapterType
52 this.isKey = false;
74 this.isKey = false;
91 this.isKey = true;
95 if (isKey) {
103 if (isKey) {
116 if (isKey) {
132 if (isKey) {
144 if (isKey) {
172 if (isKey) {
[all...]
/frameworks/av/media/libstagefright/
H A DAVIExtractor.cpp174 bool isKey; local
177 mTrackIndex, mSampleIndex, &offset, &size, &isKey, &timeUs);
198 if (isKey) {
847 bool isKey; local
849 status_t err = getSampleInfo(0, 0, &offset, &size, &isKey, &timeUs);
853 err = getSampleInfo(0, 0, &offset, &size, &isKey, &timeUs);
883 bool isKey; local
889 &offset, &size, &isKey, &dummy);
1004 bool isKey; local
1007 getSampleInfo(trackIndex, 0, &offset, &size, &isKey,
1052 bool isKey; local
1104 getSampleInfo( size_t trackIndex, size_t sampleIndex, off64_t *offset, size_t *size, bool *isKey, int64_t *sampleTimeUs) argument
1167 bool isKey; local
[all...]

Completed in 75 milliseconds