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 111 vorbis_comment mVc;
219 vorbis_comment_init(&mVc);
223 vorbis_comment_clear(&mVc);
742 if (0 != _vorbis_unpack_comment(&mVc, &bits)) {
776 for (int i = 0; i < mVc.comments; ++i) {
777 const char *comment = mVc.user_comments[i];
778 size_t commentLength = mVc.comment_lengths[i];
780 //LOGI("comment #%d: '%s'", i + 1, mVc.user_comments[i]);

Completed in 20 milliseconds