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

  /external/chromium_org/ppapi/tests/
test_audio.h 42 typedef void (TestAudio::*AudioCallbackMethod)(void* sample_buffer,
49 AudioCallbackMethod audio_callback_method_;
51 // An |AudioCallbackMethod| that just clears |sample_buffer|.
56 // |AudioCallbackMethod| used by |TestAudioCallbackN()|.
test_audio.cc 339 AudioCallbackMethod method = thiz->audio_callback_method_;

Completed in 62 milliseconds