Searched defs:totalCount (Results 1 - 4 of 4) sorted by relevance

/frameworks/av/media/libstagefright/rtsp/
H A DAAVCAssembler.cpp216 size_t totalCount = 1; local
228 ALOGV("sequence length %zu", totalCount);
251 for (size_t i = 0; i <= totalCount; ++i) {
261 ++totalCount;
294 for (size_t i = 0; i < totalCount; ++i) {
297 ALOGV("piece #%zu/%zu", i + 1, totalCount);
/frameworks/base/tools/aapt/
H A DAaptAssets.cpp968 int totalCount = 0; local
984 totalCount++;
1009 totalCount = count;
1015 totalCount += count;
1047 totalCount = count;
1050 totalCount += count;
1088 totalCount = count;
1091 totalCount += count;
1100 totalCount = count;
1106 totalCount
[all...]
/frameworks/base/services/core/java/com/android/server/audio/
H A DAudioService.java2702 public int totalCount() { method in class:AudioService.ScoClient
2715 if (totalCount() == 0) {
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 214 milliseconds