HomeSort by relevance Sort by last modified time
    Searched refs:PREPARING_CONNECTED (Results 1 - 6 of 6) sorted by null

  /frameworks/av/media/libaah_rtp/
aah_tx_player.h 87 PREPARING_CONNECTED = 2048,
aah_tx_player.cpp 375 mFlags &= ~(PREPARING|PREPARE_CANCELLED|PREPARING_CONNECTED);
475 mFlags |= PREPARING_CONNECTED;
488 mFlags &= ~(PREPARING|PREPARE_CANCELLED|PREPARING_CONNECTED);
713 if (mFlags & PREPARING_CONNECTED) {
    [all...]
  /frameworks/av/libvideoeditor/lvpp/
PreviewPlayer.h 111 PREPARING_CONNECTED = 2048,
PreviewPlayer.cpp     [all...]
  /frameworks/av/media/libstagefright/include/
AwesomePlayer.h 126 PREPARING_CONNECTED = 0x0800,
  /frameworks/av/media/libstagefright/
AwesomePlayer.cpp 500 if (mFlags & PREPARING_CONNECTED) {
    [all...]

Completed in 213 milliseconds