OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PPB_Audio
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/native_client_sdk/src/libraries/ppapi_simple/
ps_interface.h
13
#include "ppapi/c/
ppb_audio
.h"
42
const
PPB_Audio
* PSInterfaceAudio();
/external/chromium_org/ppapi/api/
ppb_audio.idl
7
* This file defines the <code>
PPB_Audio
</code> interface, which provides
19
* Create() function in the <code>
PPB_Audio
</code> interface for
26
* <code>
PPB_Audio
.Create()</code>.
34
* The <code>
PPB_Audio
</code> interface contains pointers to several functions
38
* Please see descriptions for each <code>
PPB_Audio
</code> and
40
* <code>
PPB_Audio
</code> and <code>PPB_AudioConfig</code> follows.
66
interface
PPB_Audio
{
71
* callback, you should not call <code>
PPB_Audio
</code> functions. The
/external/chromium_org/ppapi/c/
ppb_audio.h
6
/* From
ppb_audio
.idl modified Thu Aug 01 13:19:46 2013. */
18
#define PPB_AUDIO_INTERFACE_1_0 "
PPB_Audio
;1.0"
19
#define PPB_AUDIO_INTERFACE_1_1 "
PPB_Audio
;1.1"
24
* This file defines the <code>
PPB_Audio
</code> interface, which provides
36
* Create() function in the <code>
PPB_Audio
</code> interface for
43
* <code>
PPB_Audio
.Create()</code>.
62
* The <code>
PPB_Audio
</code> interface contains pointers to several functions
66
* Please see descriptions for each <code>
PPB_Audio
</code> and
68
* <code>
PPB_Audio
</code> and <code>PPB_AudioConfig</code> follows.
99
* callback, you should not call <code>
PPB_Audio
</code> functions. Th
[
all
...]
/external/chromium_org/ppapi/native_client/tests/ppapi_test_lib/
get_browser_interface.h
11
#include "ppapi/c/
ppb_audio
.h"
45
const
PPB_Audio
* PPBAudio();
get_browser_interface.cc
10
#include "ppapi/c/
ppb_audio
.h"
49
const
PPB_Audio
* PPBAudio() {
50
return reinterpret_cast<const
PPB_Audio
*>(
/external/chromium_org/ppapi/thunk/
interfaces_ppb_public_stable.h
20
PROXIED_API(
PPB_Audio
)
46
PROXIED_IFACE(
PPB_Audio
, PPB_AUDIO_INTERFACE_1_0, PPB_Audio_1_0)
47
PROXIED_IFACE(
PPB_Audio
, PPB_AUDIO_INTERFACE_1_1, PPB_Audio_1_1)
/external/chromium_org/ppapi/proxy/
plugin_dispatcher_unittest.cc
7
#include "ppapi/c/
ppb_audio
.h"
19
// Implement
PPB_Audio
since it's a relatively simple PPB interface and
39
PPB_Audio
dummy_audio_interface = {
Completed in 86 milliseconds