Home
last modified time | relevance | path

Searched refs:PPB_AudioInput_Dev_0_3 (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/ppapi/cpp/dev/
Daudio_input_dev.cc21 template <> const char* interface_name<PPB_AudioInput_Dev_0_3>() { in interface_name()
38 } else if (has_interface<PPB_AudioInput_Dev_0_3>()) { in AudioInput_Dev()
39 PassRefFromConstructor(get_interface<PPB_AudioInput_Dev_0_3>()->Create( in AudioInput_Dev()
53 has_interface<PPB_AudioInput_Dev_0_3>() || in IsAvailable()
63 if (has_interface<PPB_AudioInput_Dev_0_3>()) { in EnumerateDevices()
64 return get_interface<PPB_AudioInput_Dev_0_3>()->EnumerateDevices( in EnumerateDevices()
91 if (has_interface<PPB_AudioInput_Dev_0_3>()) { in MonitorDeviceChange()
92 return get_interface<PPB_AudioInput_Dev_0_3>()->MonitorDeviceChange( in MonitorDeviceChange()
119 if (has_interface<PPB_AudioInput_Dev_0_3>()) { in Open()
120 return get_interface<PPB_AudioInput_Dev_0_3>()->Open( in Open()
[all …]
/external/chromium_org/ppapi/thunk/
Dppb_audio_input_dev_thunk.cc144 const PPB_AudioInput_Dev_0_3 g_ppb_audioinput_dev_thunk_0_3 = {
174 const PPB_AudioInput_Dev_0_3* GetPPB_AudioInput_Dev_0_3_Thunk() { in GetPPB_AudioInput_Dev_0_3_Thunk()
Dinterfaces_ppb_public_dev.h57 PPB_AudioInput_Dev_0_3)
/external/chromium_org/ppapi/c/dev/
Dppb_audio_input_dev.h232 struct PPB_AudioInput_Dev_0_3 { struct
/external/chromium_org/ppapi/native_client/src/untrusted/pnacl_irt_shim/
Dpnacl_shim.c1705 const struct PPB_AudioInput_Dev_0_3 *iface = Pnacl_WrapperInfo_PPB_AudioInput_Dev_0_3.real_iface; in Pnacl_M25_PPB_AudioInput_Dev_Create()
1710 const struct PPB_AudioInput_Dev_0_3 *iface = Pnacl_WrapperInfo_PPB_AudioInput_Dev_0_3.real_iface; in Pnacl_M25_PPB_AudioInput_Dev_IsAudioInput()
1715 const struct PPB_AudioInput_Dev_0_3 *iface = Pnacl_WrapperInfo_PPB_AudioInput_Dev_0_3.real_iface; in Pnacl_M25_PPB_AudioInput_Dev_EnumerateDevices()
1720 const struct PPB_AudioInput_Dev_0_3 *iface = Pnacl_WrapperInfo_PPB_AudioInput_Dev_0_3.real_iface; in Pnacl_M25_PPB_AudioInput_Dev_MonitorDeviceChange()
1725 const struct PPB_AudioInput_Dev_0_3 *iface = Pnacl_WrapperInfo_PPB_AudioInput_Dev_0_3.real_iface; in Pnacl_M25_PPB_AudioInput_Dev_Open()
1730 const struct PPB_AudioInput_Dev_0_3 *iface = Pnacl_WrapperInfo_PPB_AudioInput_Dev_0_3.real_iface; in Pnacl_M25_PPB_AudioInput_Dev_GetCurrentConfig()
1735 const struct PPB_AudioInput_Dev_0_3 *iface = Pnacl_WrapperInfo_PPB_AudioInput_Dev_0_3.real_iface; in Pnacl_M25_PPB_AudioInput_Dev_StartCapture()
1740 const struct PPB_AudioInput_Dev_0_3 *iface = Pnacl_WrapperInfo_PPB_AudioInput_Dev_0_3.real_iface; in Pnacl_M25_PPB_AudioInput_Dev_StopCapture()
1745 const struct PPB_AudioInput_Dev_0_3 *iface = Pnacl_WrapperInfo_PPB_AudioInput_Dev_0_3.real_iface; in Pnacl_M25_PPB_AudioInput_Dev_Close()
4490 struct PPB_AudioInput_Dev_0_3 Pnacl_Wrappers_PPB_AudioInput_Dev_0_3 = {