Home | History | Annotate | Download | only in nuplayer

Lines Matching defs:cbID

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