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

  /external/chromium_org/media/base/android/
media_source_player.cc 126 if (reconfig_video_decoder_ && IsEventPending(CONFIG_CHANGE_EVENT_PENDING))
248 pending_event_ &= (SEEK_EVENT_PENDING | CONFIG_CHANGE_EVENT_PENDING);
352 if (IsEventPending(CONFIG_CHANGE_EVENT_PENDING)) {
359 ClearPendingEvent(CONFIG_CHANGE_EVENT_PENDING);
514 if (IsEventPending(CONFIG_CHANGE_EVENT_PENDING)) {
686 if (IsEventPending(CONFIG_CHANGE_EVENT_PENDING)) {
691 SetPendingEvent(CONFIG_CHANGE_EVENT_PENDING);
721 if (IsEventPending(CONFIG_CHANGE_EVENT_PENDING)) {
726 SetPendingEvent(CONFIG_CHANGE_EVENT_PENDING);
media_source_player.h 181 CONFIG_CHANGE_EVENT_PENDING = 1 << 2,

Completed in 38 milliseconds