Lines Matching full:player
367 // start player thread
368 LOGV("start player thread");
369 createThreadEtc(PlayerDriver::startPlayerThread, this, "PV player");
495 LOGV("Send player code: %d", command->code());
1011 LOGV("handleStop - Player State = %d - Sending Reset instead of Stop\n",state);
1115 LOGE("Player Engine AO did a leave, error=%d", error)
1300 // TODO: Map more of the PV error code into the Android Media Player ones.
1462 // implement the Packet Video player
1501 mPlayerDriver->enqueueCommand(&quit); // will wait on mSyncSem, signaled by player thread
1738 LOGE("failed to cancel all exiting PV player engine commands with error code (%d)", ret);
1744 LOGE("failed to reset PV player engine with error code (%d)", ret);
1769 // Invoke a generic method on the player by using opaque parcels
1771 // @param request Parcel that must start with the media player
1780 // create a session between the client and the player.