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

  /frameworks/wilhelm/tests/automated/
BufferQueue_test.cpp 160 void DestroyPlayer() {
317 DestroyPlayer();
325 DestroyPlayer();
335 DestroyPlayer();
342 DestroyPlayer();
351 DestroyPlayer();
362 DestroyPlayer();
373 DestroyPlayer();
384 DestroyPlayer();
394 DestroyPlayer();
    [all...]
  /external/chromium_org/content/renderer/media/android/
renderer_media_player_manager.h 74 void DestroyPlayer(int player_id);
renderer_media_player_manager.cc 113 void RendererMediaPlayerManager::DestroyPlayer(int player_id) {
webmediaplayer_android.cc 154 player_manager_->DestroyPlayer(player_id_);
    [all...]
  /frameworks/wilhelm/tests/mimeUri/
slesTestManyPlayers.cpp 305 void DestroyPlayer(int playerId) {
338 DestroyPlayer(i);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dplay.h 439 STDMETHOD(DestroyPlayer)(THIS_ DPID idPlayer) PURE;
470 #define IDirectPlay_DestroyPlayer(p,a) (p)->lpVtbl->DestroyPlayer(p,a)
498 #define IDirectPlay_DestroyPlayer(p,a) (p)->DestroyPlayer(a)
535 STDMETHOD(DestroyPlayer)(THIS_ DPID idPlayer) PURE;
573 #define IDirectPlay2_DestroyPlayer(p,a) (p)->lpVtbl->DestroyPlayer(p,a)
608 #define IDirectPlay2_DestroyPlayer(p,a) (p)->DestroyPlayer(a)
651 STDMETHOD(DestroyPlayer)(THIS_ DPID idPlayer) PURE;
    [all...]

Completed in 563 milliseconds