Home
last modified time | relevance | path

Searched refs:PepperAudioOutputHost (Results 1 – 14 of 14) sorted by relevance

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/renderer/pepper/
H A Dpepper_audio_output_host.cc26 PepperAudioOutputHost::PepperAudioOutputHost(RendererPpapiHostImpl* host, in PepperAudioOutputHost() function in content::PepperAudioOutputHost
45 PepperAudioOutputHost::~PepperAudioOutputHost() { in ~PepperAudioOutputHost()
64 PPAPI_BEGIN_MESSAGE_MAP(PepperAudioOutputHost, msg) in OnResourceMessageReceived()
73 void PepperAudioOutputHost::StreamCreated( in StreamCreated()
79 void PepperAudioOutputHost::StreamCreationFailed() { in StreamCreationFailed()
84 void PepperAudioOutputHost::SetVolume(double volume) { in SetVolume()
114 int32_t PepperAudioOutputHost::OnStartOrStop( in OnStartOrStop()
144 int32_t PepperAudioOutputHost::OnClose( in OnClose()
150 void PepperAudioOutputHost::OnOpenComplete( in OnOpenComplete()
190 int32_t PepperAudioOutputHost::GetRemoteHandles( in GetRemoteHandles()
[all …]
H A Dpepper_audio_controller.h14 class PepperAudioOutputHost; variable
29 void AddInstance(PepperAudioOutputHost* audio_output);
33 void RemoveInstance(PepperAudioOutputHost* audio_output);
58 std::set<PepperAudioOutputHost*> audio_output_hosts_;
H A Dpepper_audio_output_host.h29 class PepperAudioOutputHost : public ppapi::host::ResourceHost,
32 PepperAudioOutputHost(RendererPpapiHostImpl* host,
35 ~PepperAudioOutputHost() override;
90 DISALLOW_COPY_AND_ASSIGN(PepperAudioOutputHost);
H A Dpepper_platform_audio_output_dev.h24 class PepperAudioOutputHost; variable
38 PepperAudioOutputHost* client);
96 PepperAudioOutputHost* client);
107 PepperAudioOutputHost* client_;
H A Dpepper_audio_controller.cc36 void PepperAudioController::AddInstance(PepperAudioOutputHost* audio_output) { in AddInstance()
59 PepperAudioOutputHost* audio_output) { in RemoveInstance()
H A Dpepper_platform_audio_output_dev.cc41 PepperAudioOutputHost* client) { in Create()
252 PepperAudioOutputHost* client) { in Initialize()
H A Dcontent_renderer_pepper_host_factory.cc171 return std::make_unique<PepperAudioOutputHost>(host_, instance, in CreateResourceHost()
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/renderer/pepper/
H A Dpepper_audio_output_host.cc26 PepperAudioOutputHost::PepperAudioOutputHost(RendererPpapiHostImpl* host, in PepperAudioOutputHost() function in content::PepperAudioOutputHost
39 PepperAudioOutputHost::~PepperAudioOutputHost() { in ~PepperAudioOutputHost()
55 PPAPI_BEGIN_MESSAGE_MAP(PepperAudioOutputHost, msg) in OnResourceMessageReceived()
64 void PepperAudioOutputHost::StreamCreated( in StreamCreated()
70 void PepperAudioOutputHost::StreamCreationFailed() { in StreamCreationFailed()
75 void PepperAudioOutputHost::SetVolume(double volume) { in SetVolume()
105 int32_t PepperAudioOutputHost::OnStartOrStop( in OnStartOrStop()
128 int32_t PepperAudioOutputHost::OnClose( in OnClose()
134 void PepperAudioOutputHost::OnOpenComplete( in OnOpenComplete()
174 int32_t PepperAudioOutputHost::GetRemoteHandles( in GetRemoteHandles()
[all …]
H A Dpepper_audio_controller.h14 class PepperAudioOutputHost; variable
29 void AddInstance(PepperAudioOutputHost* audio_output);
33 void RemoveInstance(PepperAudioOutputHost* audio_output);
58 std::set<PepperAudioOutputHost*> audio_output_hosts_;
H A Dpepper_audio_output_host.h28 class PepperAudioOutputHost : public ppapi::host::ResourceHost {
30 PepperAudioOutputHost(RendererPpapiHostImpl* host,
33 ~PepperAudioOutputHost() override;
79 DISALLOW_COPY_AND_ASSIGN(PepperAudioOutputHost);
H A Dpepper_platform_audio_output_dev.h24 class PepperAudioOutputHost; variable
38 PepperAudioOutputHost* client);
96 PepperAudioOutputHost* client);
107 PepperAudioOutputHost* client_;
H A Dpepper_audio_controller.cc36 void PepperAudioController::AddInstance(PepperAudioOutputHost* audio_output) { in AddInstance()
59 PepperAudioOutputHost* audio_output) { in RemoveInstance()
H A Dpepper_platform_audio_output_dev.cc43 PepperAudioOutputHost* client) { in Create()
253 PepperAudioOutputHost* client) { in Initialize()
H A Dcontent_renderer_pepper_host_factory.cc162 return std::make_unique<PepperAudioOutputHost>(host_, instance, in CreateResourceHost()