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/base/media/libstagefright/
H A DAVIExtractor.cpp174 bool isKey; local
177 mTrackIndex, mSampleIndex, &offset, &size, &isKey, &timeUs);
198 if (isKey) {
846 bool isKey; local
848 status_t err = getSampleInfo(0, 0, &offset, &size, &isKey, &timeUs);
852 err = getSampleInfo(0, 0, &offset, &size, &isKey, &timeUs);
882 bool isKey; local
888 &offset, &size, &isKey, &dummy);
1003 bool isKey; local
1006 getSampleInfo(trackIndex, 0, &offset, &size, &isKey,
1051 bool isKey; local
1103 getSampleInfo( size_t trackIndex, size_t sampleIndex, off64_t *offset, size_t *size, bool *isKey, int64_t *sampleTimeUs) argument
1166 bool isKey; local
[all...]

Completed in 54 milliseconds