Home
last modified time | relevance | path

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

/external/chromium_org/ppapi/cpp/extensions/dev/
Dsocket_dev.cc17 template <> const char* interface_name<PPB_Ext_Socket_Dev_0_2>() { in interface_name()
320 if (!has_interface<PPB_Ext_Socket_Dev_0_2>()) in Create()
326 return get_interface<PPB_Ext_Socket_Dev_0_2>()->Create( in Create()
335 if (!has_interface<PPB_Ext_Socket_Dev_0_2>()) in Destroy()
340 return get_interface<PPB_Ext_Socket_Dev_0_2>()->Destroy( in Destroy()
349 if (!has_interface<PPB_Ext_Socket_Dev_0_2>()) in Connect()
356 return get_interface<PPB_Ext_Socket_Dev_0_2>()->Connect( in Connect()
369 if (!has_interface<PPB_Ext_Socket_Dev_0_2>()) in Bind()
376 return get_interface<PPB_Ext_Socket_Dev_0_2>()->Bind( in Bind()
386 if (!has_interface<PPB_Ext_Socket_Dev_0_2>()) in Disconnect()
[all …]
/external/chromium_org/ppapi/c/extensions/dev/
Dppb_ext_socket_dev.h141 struct PPB_Ext_Socket_Dev_0_2 { struct
524 typedef struct PPB_Ext_Socket_Dev_0_2 PPB_Ext_Socket_Dev; argument
/external/chromium_org/ppapi/thunk/
Dinterfaces_ppb_public_dev.h19 PPB_Ext_Socket_Dev_0_2)
Dppb_ext_socket_thunk.cc386 const PPB_Ext_Socket_Dev_0_2 g_ppb_ext_socket_dev_0_2_thunk = {
414 const PPB_Ext_Socket_Dev_0_2* GetPPB_Ext_Socket_Dev_0_2_Thunk() { in GetPPB_Ext_Socket_Dev_0_2_Thunk()
/external/chromium_org/ppapi/native_client/src/untrusted/pnacl_irt_shim/
Dpnacl_shim.c3971 const struct PPB_Ext_Socket_Dev_0_2 *iface = Pnacl_WrapperInfo_PPB_Ext_Socket_Dev_0_2.real_iface; in Pnacl_M29_PPB_Ext_Socket_Dev_Create()
3976 const struct PPB_Ext_Socket_Dev_0_2 *iface = Pnacl_WrapperInfo_PPB_Ext_Socket_Dev_0_2.real_iface; in Pnacl_M29_PPB_Ext_Socket_Dev_Destroy()
3981 const struct PPB_Ext_Socket_Dev_0_2 *iface = Pnacl_WrapperInfo_PPB_Ext_Socket_Dev_0_2.real_iface; in Pnacl_M29_PPB_Ext_Socket_Dev_Connect()
3986 const struct PPB_Ext_Socket_Dev_0_2 *iface = Pnacl_WrapperInfo_PPB_Ext_Socket_Dev_0_2.real_iface; in Pnacl_M29_PPB_Ext_Socket_Dev_Bind()
3991 const struct PPB_Ext_Socket_Dev_0_2 *iface = Pnacl_WrapperInfo_PPB_Ext_Socket_Dev_0_2.real_iface; in Pnacl_M29_PPB_Ext_Socket_Dev_Disconnect()
3996 const struct PPB_Ext_Socket_Dev_0_2 *iface = Pnacl_WrapperInfo_PPB_Ext_Socket_Dev_0_2.real_iface; in Pnacl_M29_PPB_Ext_Socket_Dev_Read()
4001 const struct PPB_Ext_Socket_Dev_0_2 *iface = Pnacl_WrapperInfo_PPB_Ext_Socket_Dev_0_2.real_iface; in Pnacl_M29_PPB_Ext_Socket_Dev_Write()
4006 const struct PPB_Ext_Socket_Dev_0_2 *iface = Pnacl_WrapperInfo_PPB_Ext_Socket_Dev_0_2.real_iface; in Pnacl_M29_PPB_Ext_Socket_Dev_RecvFrom()
4011 const struct PPB_Ext_Socket_Dev_0_2 *iface = Pnacl_WrapperInfo_PPB_Ext_Socket_Dev_0_2.real_iface; in Pnacl_M29_PPB_Ext_Socket_Dev_SendTo()
4016 const struct PPB_Ext_Socket_Dev_0_2 *iface = Pnacl_WrapperInfo_PPB_Ext_Socket_Dev_0_2.real_iface; in Pnacl_M29_PPB_Ext_Socket_Dev_Listen()
[all …]