HomeSort by relevance Sort by last modified time
    Searched defs:mVc (Results 1 - 2 of 2) sorted by null

  /system/core/nexus/
VpnController.h 29 VpnController *mVc;
41 VpnController *mVc;
53 VpnController *mVc;
  /frameworks/base/media/libstagefright/
OggExtractor.cpp 105 vorbis_comment mVc;
210 vorbis_comment_init(&mVc);
214 vorbis_comment_clear(&mVc);
623 if (0 != _vorbis_unpack_comment(&mVc, &bits)) {
675 for (int i = 0; i < mVc.comments; ++i) {
676 const char *comment = mVc.user_comments[i];
685 mVc.comment_lengths[i] - tagLen - 1);
698 for (int i = 0; i < mVc.comments; ++i) {
699 LOGI("comment #%d: '%s'", i + 1, mVc.user_comments[i]);

Completed in 22 milliseconds