OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PPB_AudioBuffer_0_1
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/ppapi/cpp/
audio_buffer.cc
14
template <> const char* interface_name<
PPB_AudioBuffer_0_1
>() {
37
if (has_interface<
PPB_AudioBuffer_0_1
>())
38
return get_interface<
PPB_AudioBuffer_0_1
>()->GetTimestamp(pp_resource());
43
if (has_interface<
PPB_AudioBuffer_0_1
>()) {
44
get_interface<
PPB_AudioBuffer_0_1
>()->SetTimestamp(pp_resource(),
50
if (has_interface<
PPB_AudioBuffer_0_1
>())
51
return get_interface<
PPB_AudioBuffer_0_1
>()->GetSampleRate(pp_resource());
56
if (has_interface<
PPB_AudioBuffer_0_1
>())
57
return get_interface<
PPB_AudioBuffer_0_1
>()->GetSampleSize(pp_resource());
62
if (has_interface<
PPB_AudioBuffer_0_1
>()) {
[
all
...]
/external/chromium_org/ppapi/c/
ppb_audio_buffer.h
62
struct
PPB_AudioBuffer_0_1
{
150
typedef struct
PPB_AudioBuffer_0_1
PPB_AudioBuffer;
/external/chromium_org/ppapi/thunk/
ppb_audio_buffer_thunk.cc
89
const
PPB_AudioBuffer_0_1
g_ppb_audiobuffer_thunk_0_1 = {
103
PPAPI_THUNK_EXPORT const
PPB_AudioBuffer_0_1
* GetPPB_AudioBuffer_0_1_Thunk() {
interfaces_ppb_public_stable.h
49
PROXIED_IFACE(PPB_AUDIOBUFFER_INTERFACE_0_1,
PPB_AudioBuffer_0_1
)
Completed in 5780 milliseconds