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

  /external/chromium_org/media/base/android/
media_source_player.h 173 decode_callback_for_testing_ = test_decode_cb;
259 base::Closure decode_callback_for_testing_; member in class:media::MediaSourcePlayer
media_source_player.cc 456 if (!decode_callback_for_testing_.is_null())
457 base::ResetAndReturn(&decode_callback_for_testing_).Run();

Completed in 2415 milliseconds