Home | History | Annotate | Download | only in nuplayer2

Lines Matching defs:cbID

136             int32_t cbID;
137 CHECK(msg->findInt32("callbackID", &cbID));
139 ALOGV("[%s] kWhatCodecNotify: cbID = %d, paused = %d",
140 mIsAudio ? "audio" : "video", cbID, mPaused);
146 switch (cbID) {