HomeSort by relevance Sort by last modified time
    Searched refs:PP_Resource (Results 26 - 50 of 777) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/chromium_org/ppapi/c/dev/
ppb_view_dev.h 12 #include "ppapi/c/pp_resource.h"
38 * @param[in] resource A <code>PP_Resource</code> corresponding to a
44 float (*GetDeviceScale)(PP_Resource resource);
50 * @param[in] resource A <code>PP_Resource</code> corresponding to a
56 float (*GetCSSScale)(PP_Resource resource);
ppb_device_ref_dev.h 13 #include "ppapi/c/pp_resource.h"
43 const PP_Resource devices[]);
73 * @param[in] resource A <code>PP_Resource</code> corresponding to a generic
79 PP_Bool (*IsDeviceRef)(PP_Resource resource);
83 * @param[in] device_ref A <code>PP_Resource</code> corresponding to a device
88 PP_DeviceType_Dev (*GetType)(PP_Resource device_ref);
92 * @param[in] device_ref A <code>PP_Resource</code> corresponding to a device
99 struct PP_Var (*GetName)(PP_Resource device_ref);
ppb_video_capture_dev.h 18 #include "ppapi/c/pp_resource.h"
67 PP_Resource (*Create)(PP_Instance instance);
71 PP_Bool (*IsVideoCapture)(PP_Resource video_capture);
75 * @param[in] video_capture A <code>PP_Resource</code> corresponding to a
86 int32_t (*EnumerateDevices)(PP_Resource video_capture,
92 * @param[in] video_capture A <code>PP_Resource</code> corresponding to a
107 int32_t (*MonitorDeviceChange)(PP_Resource video_capture,
123 int32_t (*Open)(PP_Resource video_capture,
124 PP_Resource device_ref,
134 int32_t (*StartCapture)(PP_Resource video_capture)
    [all...]
  /external/chromium_org/ppapi/c/
ppb_video_decoder.h 16 #include "ppapi/c/pp_resource.h"
64 * @return A <code>PP_Resource</code> corresponding to a video decoder if
67 PP_Resource (*Create)(PP_Instance instance);
71 * @param[in] resource A <code>PP_Resource</code> identifying a resource.
77 PP_Bool (*IsVideoDecoder)(PP_Resource resource);
82 * @param[in] video_decoder A <code>PP_Resource</code> identifying the video
98 int32_t (*Initialize)(PP_Resource video_decoder,
99 PP_Resource graphics3d_context,
119 * @param[in] video_decoder A <code>PP_Resource</code> identifying the video
136 int32_t (*Decode)(PP_Resource video_decoder
    [all...]
ppb_file_system.h 16 #include "ppapi/c/pp_resource.h"
44 * @return A <code>PP_Resource</code> corresponding to a file system if
47 PP_Resource (*Create)(PP_Instance instance, PP_FileSystemType type);
51 * @param[in] resource A <code>PP_Resource</code> corresponding to a file
58 PP_Bool (*IsFileSystem)(PP_Resource resource);
63 * @param[in] file_system A <code>PP_Resource</code> corresponding to a file
78 int32_t (*Open)(PP_Resource file_system,
84 * @param[in] file_system A <code>PP_Resource</code> corresponding to a file
92 PP_FileSystemType (*GetType)(PP_Resource file_system);
ppb_network_monitor.h 15 #include "ppapi/c/pp_resource.h"
47 * @return A <code>PP_Resource</code> corresponding to a network monitor or 0
50 PP_Resource (*Create)(PP_Instance instance);
57 * @param[in] network_monitor A <code>PP_Resource</code> corresponding to a
68 int32_t (*UpdateNetworkList)(PP_Resource network_monitor,
69 PP_Resource* network_list,
75 * @param[in] resource A <code>PP_Resource</code> resource.
80 PP_Bool (*IsNetworkMonitor)(PP_Resource resource);
ppb_url_response_info.h 13 #include "ppapi/c/pp_resource.h"
104 * @param[in] resource A <code>PP_Resource</code> corresponding to a
111 PP_Bool (*IsURLResponseInfo)(PP_Resource resource);
115 * @param[in] request A <code>PP_Resource</code> corresponding to a
123 struct PP_Var (*GetProperty)(PP_Resource response,
133 * @param[in] request A <code>PP_Resource</code> corresponding to a
136 * @return A <code>PP_Resource</code> corresponding to a <code>FileRef</code>
140 PP_Resource (*GetBodyAsFileRef)(PP_Resource response);
ppb_host_resolver.h 15 #include "ppapi/c/pp_resource.h"
92 * @return A <code>PP_Resource</code> corresponding to a host reslover or 0
95 PP_Resource (*Create)(PP_Instance instance);
99 * @param[in] resource A <code>PP_Resource</code> to check.
104 PP_Bool (*IsHostResolver)(PP_Resource resource);
110 * @param[in] host_resolver A <code>PP_Resource</code> corresponding to a host
125 int32_t (*Resolve)(PP_Resource host_resolver,
133 * @param[in] host_resolver A <code>PP_Resource</code> corresponding to a host
142 struct PP_Var (*GetCanonicalName)(PP_Resource host_resolver);
146 * @param[in] host_resolver A <code>PP_Resource</code> corresponding to a hos
    [all...]
ppb_video_frame.h 13 #include "ppapi/c/pp_resource.h"
65 * @param[in] resource The <code>PP_Resource</code> to test.
70 PP_Bool (*IsVideoFrame)(PP_Resource resource);
74 * @param[in] frame A <code>PP_Resource</code> corresponding to a video frame
80 PP_TimeDelta (*GetTimestamp)(PP_Resource frame);
85 * @param[in] frame A <code>PP_Resource</code> corresponding to a video frame
91 void (*SetTimestamp)(PP_Resource frame, PP_TimeDelta timestamp);
95 * @param[in] frame A <code>PP_Resource</code> corresponding to a video frame
101 PP_VideoFrame_Format (*GetFormat)(PP_Resource frame);
105 * @param[in] frame A <code>PP_Resource</code> corresponding to a video fram
    [all...]
ppb_media_stream_audio_track.h 14 #include "ppapi/c/pp_resource.h"
86 * @param[in] resource The <code>PP_Resource</code> to test.
92 PP_Bool (*IsMediaStreamAudioTrack)(PP_Resource resource);
112 * @param[in] audio_track A <code>PP_Resource</code> corresponding to an audio
123 int32_t (*Configure)(PP_Resource audio_track,
129 * @param[in] audio_track A <code>PP_Resource</code> corresponding to an audio
138 int32_t (*GetAttrib)(PP_Resource audio_track,
144 * @param[in] audio_track The <code>PP_Resource</code> to check.
149 struct PP_Var (*GetId)(PP_Resource audio_track);
155 * @param[in] audio_track The <code>PP_Resource</code> to check
    [all...]
  /external/chromium_org/ppapi/c/private/
ppb_flash_drm.h 15 #include "ppapi/c/pp_resource.h"
41 PP_Resource (*Create)(PP_Instance instance);
47 int32_t (*GetDeviceID)(PP_Resource drm,
57 PP_Bool (*GetHmonitor)(PP_Resource drm, int64_t* hmonitor);
63 int32_t (*GetVoucherFile)(PP_Resource drm,
64 PP_Resource* file_ref,
71 int32_t (*MonitorIsExternal)(PP_Resource drm,
79 PP_Resource (*Create)(PP_Instance instance);
80 int32_t (*GetDeviceID)(PP_Resource drm,
83 PP_Bool (*GetHmonitor)(PP_Resource drm, int64_t* hmonitor)
    [all...]
ppb_camera_capabilities_private.h 16 #include "ppapi/c/pp_resource.h"
48 * @return A <code>PP_Resource</code> corresponding to a
51 PP_Resource (*Create)(PP_Instance instance);
56 * @param[in] resource A <code>PP_Resource</code> corresponding to an image
63 PP_Bool (*IsCameraCapabilities)(PP_Resource resource);
68 * @param[in] capabilities A <code>PP_Resource</code> corresponding to an
77 void (*GetSupportedPreviewSizes)(PP_Resource capabilities,
84 * @param[in] capabilities A <code>PP_Resource</code> corresponding to an
94 void (*GetSupportedJpegSizes)(PP_Resource capabilities,
ppb_display_color_profile_private.h 18 #include "ppapi/c/pp_resource.h"
44 * PP_Resource display_cp = display_cp_interface->Create(instance);
55 * @return A <code>PP_Resource</code> containing a display color profile
58 PP_Resource (*Create)(PP_Instance instance);
70 PP_Bool (*IsDisplayColorProfile)(PP_Resource resource);
91 int32_t (*GetColorProfile)(PP_Resource display_color_profile_res,
112 PP_Resource display_color_profile_res,
ppb_flash_message_loop.h 14 #include "ppapi/c/pp_resource.h"
41 * @return A <code>PP_Resource</code> that can be used to run a nested message
44 PP_Resource (*Create)(PP_Instance instance);
48 * @param[in] resource A <code>PP_Resource</code> corresponding to a generic
54 PP_Bool (*IsFlashMessageLoop)(PP_Resource resource);
74 int32_t (*Run)(PP_Resource flash_message_loop);
85 void (*Quit)(PP_Resource flash_message_loop);
  /external/chromium_org/ppapi/api/
ppb_media_stream_video_track.idl 84 * @return A <code>PP_Resource</code> corresponding to a
88 PP_Resource Create([in] PP_Instance instance);
93 * @param[in] resource The <code>PP_Resource</code> to test.
99 PP_Bool IsMediaStreamVideoTrack([in] PP_Resource resource);
119 * @param[in] video_track A <code>PP_Resource</code> corresponding to a video
135 int32_t Configure([in] PP_Resource video_track,
142 * @param[in] video_track A <code>PP_Resource</code> corresponding to a video
151 int32_t GetAttrib([in] PP_Resource video_track,
158 * @param[in] video_track The <code>PP_Resource</code> to check.
163 PP_Var GetId([in] PP_Resource video_track)
    [all...]
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/pepper/
all_interfaces.h 29 METHOD1(CoreInterface, void, AddRefResource, PP_Resource)
30 METHOD1(CoreInterface, void, ReleaseResource, PP_Resource)
36 METHOD1(FileIoInterface, void, Close, PP_Resource)
37 METHOD1(FileIoInterface, PP_Resource, Create, PP_Resource)
38 METHOD2(FileIoInterface, int32_t, Flush, PP_Resource,
40 METHOD4(FileIoInterface, int32_t, Open, PP_Resource, PP_Resource, int32_t,
42 METHOD3(FileIoInterface, int32_t, Query, PP_Resource, PP_FileInfo*,
44 METHOD5(FileIoInterface, int32_t, Read, PP_Resource, int64_t, char*
    [all...]
  /external/chromium_org/ppapi/api/dev/
ppb_view_dev.idl 25 * @param[in] resource A <code>PP_Resource</code> corresponding to a
31 float_t GetDeviceScale([in] PP_Resource resource);
38 * @param[in] resource A <code>PP_Resource</code> corresponding to a
44 float_t GetCSSScale([in] PP_Resource resource);
ppb_widget_dev.idl 25 PP_Bool IsWidget([in] PP_Resource resource);
32 PP_Bool Paint([in] PP_Resource widget,
34 [in] PP_Resource image);
41 PP_Bool HandleEvent([in] PP_Resource widget, [in] PP_Resource input_event);
47 PP_Bool GetLocation([in] PP_Resource widget,
54 void SetLocation([in] PP_Resource widget,
61 void SetScale([in] PP_Resource widget,
ppb_buffer_dev.idl 20 PP_Resource Create(
29 [in] PP_Resource resource);
36 [in] PP_Resource resource,
44 [in] PP_Resource resource);
50 [in] PP_Resource resource);
ppb_video_capture_dev.idl 46 PP_Resource Create(
53 [in] PP_Resource video_capture);
58 * @param[in] video_capture A <code>PP_Resource</code> corresponding to a
71 [in] PP_Resource video_capture,
78 * @param[in] video_capture A <code>PP_Resource</code> corresponding to a
95 [in] PP_Resource video_capture,
113 [in] PP_Resource video_capture,
114 [in] PP_Resource device_ref,
126 [in] PP_Resource video_capture);
138 [in] PP_Resource video_capture
    [all...]
  /external/chromium_org/native_client_sdk/src/tests/nacl_io_test/fake_ppapi/
fake_net_address_interface.h 20 virtual PP_Resource CreateFromIPv4Address(PP_Instance, PP_NetAddress_IPv4*);
21 virtual PP_Resource CreateFromIPv6Address(PP_Instance, PP_NetAddress_IPv6*);
22 virtual PP_Bool IsNetAddress(PP_Resource);
23 virtual PP_NetAddress_Family GetFamily(PP_Resource);
24 virtual PP_Bool DescribeAsIPv4Address(PP_Resource, PP_NetAddress_IPv4*);
25 virtual PP_Bool DescribeAsIPv6Address(PP_Resource, PP_NetAddress_IPv6*);
26 virtual PP_Var DescribeAsString(PP_Resource, PP_Bool);
  /external/chromium_org/ppapi/shared_impl/
scoped_pp_resource.h 8 #include "ppapi/c/pp_resource.h"
23 explicit ScopedPPResource(PP_Resource resource);
26 explicit ScopedPPResource(const PassRef&, PP_Resource resource);
28 // Helper to get the PP_Resource out of the given object and take a reference
37 ScopedPPResource& operator=(PP_Resource resource);
40 // Returns the PP_Resource without affecting the refcounting.
41 PP_Resource get() const { return id_; }
42 operator PP_Resource() const { return id_; }
44 // Returns the PP_Resource, passing the reference to the caller. This class
46 PP_Resource Release()
    [all...]
  /external/chromium_org/ppapi/api/private/
ppb_video_destination_private.idl 28 * @return A <code>PP_Resource</code> with a nonzero ID on success or zero on
31 PP_Resource Create([in] PP_Instance instance);
36 * @param[in] resource The <code>PP_Resource</code> to test.
42 PP_Bool IsVideoDestination([in] PP_Resource resource);
47 * @param[in] destination A <code>PP_Resource</code> corresponding to a video
61 int32_t Open([in] PP_Resource destination,
73 * @param[in] destination A <code>PP_Resource</code> corresponding to a video
84 int32_t PutFrame([in] PP_Resource destination,
90 * @param[in] destination A <code>PP_Resource</code> corresponding to a video
93 void Close([in] PP_Resource destination)
    [all...]
ppb_video_source_private.idl 28 * @return A <code>PP_Resource</code> with a nonzero ID on success or zero on
31 PP_Resource Create([in] PP_Instance instance);
36 * @param[in] resource The <code>PP_Resource</code> to test.
41 PP_Bool IsVideoSource([in] PP_Resource resource);
46 * @param[in] source A <code>PP_Resource</code> corresponding to a video
59 int32_t Open([in] PP_Resource source,
69 * @param[in] source A <code>PP_Resource</code> corresponding to a video
81 int32_t GetFrame([in] PP_Resource source,
88 * @param[in] source A <code>PP_Resource</code> corresponding to a video
91 void Close([in] PP_Resource source)
    [all...]
  /external/chromium_org/ppapi/api/trusted/
ppb_broker_trusted.idl 32 PP_Resource CreateTrusted([in] PP_Instance instance);
37 PP_Bool IsBrokerTrusted([in] PP_Resource resource);
53 int32_t Connect([in] PP_Resource broker,
64 int32_t GetHandle([in] PP_Resource broker, [out] int32_t handle);
75 PP_Bool IsAllowed([in] PP_Resource broker);

Completed in 275 milliseconds

12 3 4 5 6 7 8 91011>>