Searched refs:device (Results 226 - 250 of 1580) sorted by relevance

1234567891011>>

/external/chromium_org/content/browser/renderer_host/media/
H A Daudio_input_device_manager.cc47 StreamDeviceList::iterator device = GetDevice(session_id); local
48 if (device == devices_.end())
51 return &(*device);
79 int AudioInputDeviceManager::Open(const StreamDeviceInfo& device) { argument
81 // Generate a new id for this device.
86 this, session_id, device));
94 StreamDeviceList::iterator device = GetDevice(session_id); local
95 if (device == devices_.end())
97 const MediaStreamType stream_type = device->device
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/gd3d11/
H A Dd3d11_objects.h30 GalliumD3D11Screen* device; // must not be null member in struct:GalliumD3D11DeviceChild
33 // if this is called, the subclass constructor must set device itself
35 : device(0)
41 device = p_device;
42 device->AddRef();
47 if(device)
48 device->Release();
52 * a pointer to the device if it is only held by a pipeline binding in the immediate context
54 * TODO: we could only manipulate the device refcnt when atomic_refcnt == 0 changes,
81 device
90 GalliumD3D11Object(GalliumD3D11Screen* device, Object* object) argument
140 GalliumD3D11DescribedObject(GalliumD3D11Screen* device, Object* object, const Desc& desc) argument
182 GalliumD3D10BlendState(GalliumD3D10Screen* device, void* object, const D3D10_BLEND_DESC& desc) argument
200 GalliumD3D10BlendState(GalliumD3D10Screen* device, void* object, const D3D10_BLEND_DESC1& desc) argument
213 GalliumD3D11RasterizerState(GalliumD3D11Screen* device, void* object, const D3D11_RASTERIZER_DESC& desc) argument
221 GalliumD3D11Shader(GalliumD3D11Screen* device, void* object) argument
349 GalliumD3D11TypedResource(GalliumD3D11Screen* device, struct pipe_resource* resource, const Desc& desc, unsigned dxgi_usage) argument
377 GalliumD3D11Buffer(GalliumD3D11Screen* device, struct pipe_resource* resource, const D3D11_BUFFER_DESC& desc, unsigned dxgi_usage) argument
393 GalliumD3D10Buffer(GalliumD3D10Screen* device, struct pipe_resource* resource, const D3D10_BUFFER_DESC& desc, unsigned dxgi_usage) argument
427 GalliumD3D10Texture1D(GalliumD3D10Screen* device, struct pipe_resource* resource, const D3D10_TEXTURE1D_DESC& desc, unsigned dxgi_usage) argument
456 GalliumD3D10Texture2D(GalliumD3D10Screen* device, struct pipe_resource* resource, const D3D10_TEXTURE2D_DESC& desc, unsigned dxgi_usage) argument
486 GalliumD3D10Texture3D(GalliumD3D10Screen* device, struct pipe_resource* resource, const D3D10_TEXTURE3D_DESC& desc, unsigned dxgi_usage) argument
517 GalliumD3D11Surface(GalliumD3D11Screen* device, struct pipe_resource* resource, const D3D11_TEXTURE2D_DESC& desc, unsigned dxgi_usage) argument
606 GalliumD3D11View(GalliumD3D11Screen* device, GalliumD3D11Resource<>* resource, Object* object, const Desc& desc) argument
634 GalliumD3D10ShaderResourceView(GalliumD3D10Screen* device, GalliumD3D10Resource<>* resource, struct pipe_sampler_view* view, const D3D10_SHADER_RESOURCE_VIEW_DESC1& desc) argument
656 GalliumD3D11Asynchronous(GalliumD3D11Screen* device, struct pipe_query* query, unsigned data_size) argument
695 GalliumD3D11QueryOrPredicate(GalliumD3D11Screen* device, struct pipe_query* query, unsigned data_size, const D3D11_QUERY_DESC& desc) argument
708 GalliumD3D11Query(GalliumD3D11Screen* device, struct pipe_query* query, unsigned data_size, const D3D11_QUERY_DESC& desc) argument
715 GalliumD3D11Predicate(GalliumD3D11Screen* device, struct pipe_query* query, unsigned data_size, const D3D11_QUERY_DESC& desc) argument
728 GalliumD3D11Counter(GalliumD3D11Screen* device, struct pipe_query* query, unsigned data_size, const D3D11_COUNTER_DESC& desc) argument
[all...]
/external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d11/
H A Dd3d11_objects.h30 GalliumD3D11Screen* device; // must not be null member in struct:GalliumD3D11DeviceChild
33 // if this is called, the subclass constructor must set device itself
35 : device(0)
41 device = p_device;
42 device->AddRef();
47 if(device)
48 device->Release();
52 * a pointer to the device if it is only held by a pipeline binding in the immediate context
54 * TODO: we could only manipulate the device refcnt when atomic_refcnt == 0 changes,
81 device
90 GalliumD3D11Object(GalliumD3D11Screen* device, Object* object) argument
140 GalliumD3D11DescribedObject(GalliumD3D11Screen* device, Object* object, const Desc& desc) argument
182 GalliumD3D10BlendState(GalliumD3D10Screen* device, void* object, const D3D10_BLEND_DESC& desc) argument
200 GalliumD3D10BlendState(GalliumD3D10Screen* device, void* object, const D3D10_BLEND_DESC1& desc) argument
213 GalliumD3D11RasterizerState(GalliumD3D11Screen* device, void* object, const D3D11_RASTERIZER_DESC& desc) argument
221 GalliumD3D11Shader(GalliumD3D11Screen* device, void* object) argument
349 GalliumD3D11TypedResource(GalliumD3D11Screen* device, struct pipe_resource* resource, const Desc& desc, unsigned dxgi_usage) argument
377 GalliumD3D11Buffer(GalliumD3D11Screen* device, struct pipe_resource* resource, const D3D11_BUFFER_DESC& desc, unsigned dxgi_usage) argument
393 GalliumD3D10Buffer(GalliumD3D10Screen* device, struct pipe_resource* resource, const D3D10_BUFFER_DESC& desc, unsigned dxgi_usage) argument
427 GalliumD3D10Texture1D(GalliumD3D10Screen* device, struct pipe_resource* resource, const D3D10_TEXTURE1D_DESC& desc, unsigned dxgi_usage) argument
456 GalliumD3D10Texture2D(GalliumD3D10Screen* device, struct pipe_resource* resource, const D3D10_TEXTURE2D_DESC& desc, unsigned dxgi_usage) argument
486 GalliumD3D10Texture3D(GalliumD3D10Screen* device, struct pipe_resource* resource, const D3D10_TEXTURE3D_DESC& desc, unsigned dxgi_usage) argument
517 GalliumD3D11Surface(GalliumD3D11Screen* device, struct pipe_resource* resource, const D3D11_TEXTURE2D_DESC& desc, unsigned dxgi_usage) argument
606 GalliumD3D11View(GalliumD3D11Screen* device, GalliumD3D11Resource<>* resource, Object* object, const Desc& desc) argument
634 GalliumD3D10ShaderResourceView(GalliumD3D10Screen* device, GalliumD3D10Resource<>* resource, struct pipe_sampler_view* view, const D3D10_SHADER_RESOURCE_VIEW_DESC1& desc) argument
656 GalliumD3D11Asynchronous(GalliumD3D11Screen* device, struct pipe_query* query, unsigned data_size) argument
695 GalliumD3D11QueryOrPredicate(GalliumD3D11Screen* device, struct pipe_query* query, unsigned data_size, const D3D11_QUERY_DESC& desc) argument
708 GalliumD3D11Query(GalliumD3D11Screen* device, struct pipe_query* query, unsigned data_size, const D3D11_QUERY_DESC& desc) argument
715 GalliumD3D11Predicate(GalliumD3D11Screen* device, struct pipe_query* query, unsigned data_size, const D3D11_QUERY_DESC& desc) argument
728 GalliumD3D11Counter(GalliumD3D11Screen* device, struct pipe_query* query, unsigned data_size, const D3D11_COUNTER_DESC& desc) argument
[all...]
/external/libmtp/src/
H A Dlibmtp.c42 #include "device-flags.h"
64 * otherwise the libmtp.h device has to be dependent on ptp.h
78 * otherwise the libmtp.h device has to be dependent on ptp.h
104 static void add_error_to_errorstack(LIBMTP_mtpdevice_t *device,
107 static void add_ptp_error_to_errorstack(LIBMTP_mtpdevice_t *device,
110 static void flush_handles(LIBMTP_mtpdevice_t *device);
111 static void get_handles_recursively(LIBMTP_mtpdevice_t *device,
115 static void free_storage_list(LIBMTP_mtpdevice_t *device);
116 static int sort_storage_by(LIBMTP_mtpdevice_t *device, int const sortby);
117 static uint32_t get_writeable_storageid(LIBMTP_mtpdevice_t *device, uint64_
886 LIBMTP_Get_Allowed_Property_Values(LIBMTP_mtpdevice_t *device, LIBMTP_property_t const property, LIBMTP_filetype_t const filetype, LIBMTP_allowed_values_t *allowed_vals) argument
1083 LIBMTP_Is_Property_Supported(LIBMTP_mtpdevice_t *device, LIBMTP_property_t const property, LIBMTP_filetype_t const filetype) argument
1121 LIBMTP_Get_String_From_Object(LIBMTP_mtpdevice_t *device, uint32_t const object_id, LIBMTP_property_t const attribute_id) argument
1136 LIBMTP_Get_u64_From_Object(LIBMTP_mtpdevice_t *device,uint32_t const object_id, LIBMTP_property_t const attribute_id, uint64_t const value_default) argument
1151 LIBMTP_Get_u32_From_Object(LIBMTP_mtpdevice_t *device,uint32_t const object_id, LIBMTP_property_t const attribute_id, uint32_t const value_default) argument
1166 LIBMTP_Get_u16_From_Object(LIBMTP_mtpdevice_t *device, uint32_t const object_id, LIBMTP_property_t const attribute_id, uint16_t const value_default) argument
1181 LIBMTP_Get_u8_From_Object(LIBMTP_mtpdevice_t *device, uint32_t const object_id, LIBMTP_property_t const attribute_id, uint8_t const value_default) argument
1196 LIBMTP_Set_Object_String(LIBMTP_mtpdevice_t *device, uint32_t const object_id, LIBMTP_property_t const attribute_id, char const * const string) argument
1212 LIBMTP_Set_Object_u32(LIBMTP_mtpdevice_t *device, uint32_t const object_id, LIBMTP_property_t const attribute_id, uint32_t const value) argument
1227 LIBMTP_Set_Object_u16(LIBMTP_mtpdevice_t *device, uint32_t const object_id, LIBMTP_property_t const attribute_id, uint16_t const value) argument
1242 LIBMTP_Set_Object_u8(LIBMTP_mtpdevice_t *device, uint32_t const object_id, LIBMTP_property_t const attribute_id, uint8_t const value) argument
1258 get_string_from_object(LIBMTP_mtpdevice_t *device, uint32_t const object_id, uint16_t const attribute_id) argument
1301 get_u64_from_object(LIBMTP_mtpdevice_t *device,uint32_t const object_id, uint16_t const attribute_id, uint64_t const value_default) argument
1340 get_u32_from_object(LIBMTP_mtpdevice_t *device,uint32_t const object_id, uint16_t const attribute_id, uint32_t const value_default) argument
1378 get_u16_from_object(LIBMTP_mtpdevice_t *device, uint32_t const object_id, uint16_t const attribute_id, uint16_t const value_default) argument
1419 get_u8_from_object(LIBMTP_mtpdevice_t *device, uint32_t const object_id, uint16_t const attribute_id, uint8_t const value_default) argument
1460 set_object_string(LIBMTP_mtpdevice_t *device, uint32_t const object_id, uint16_t const attribute_id, char const * const string) argument
1496 set_object_u32(LIBMTP_mtpdevice_t *device, uint32_t const object_id, uint16_t const attribute_id, uint32_t const value) argument
1532 set_object_u16(LIBMTP_mtpdevice_t *device, uint32_t const object_id, uint16_t const attribute_id, uint16_t const value) argument
1567 set_object_u8(LIBMTP_mtpdevice_t *device, uint32_t const object_id, uint16_t const attribute_id, uint8_t const value) argument
1952 LIBMTP_Release_Device_List(LIBMTP_mtpdevice_t *device) argument
1969 LIBMTP_Release_Device(LIBMTP_mtpdevice_t *device) argument
1993 add_error_to_errorstack(LIBMTP_mtpdevice_t *device, LIBMTP_error_number_t errornumber, char const * const error_text) argument
2022 add_ptp_error_to_errorstack(LIBMTP_mtpdevice_t *device, uint16_t ptp_error, char const * const error_text) argument
2053 LIBMTP_Get_Errorstack(LIBMTP_mtpdevice_t *device) argument
2069 LIBMTP_Clear_Errorstack(LIBMTP_mtpdevice_t *device) argument
2096 LIBMTP_Dump_Errorstack(LIBMTP_mtpdevice_t *device) argument
2114 LIBMTP_Set_Device_Timeout(LIBMTP_mtpdevice_t *device, int milliseconds) argument
2120 LIBMTP_Get_Device_Timeout(LIBMTP_mtpdevice_t *device, int * milliseconds) argument
2135 get_all_metadata_fast(LIBMTP_mtpdevice_t *device, uint32_t storage) argument
2276 get_handles_recursively(LIBMTP_mtpdevice_t *device, PTPParams *params, uint32_t storageid, uint32_t parent) argument
2314 obj2file(LIBMTP_mtpdevice_t *device, PTPObject *ob) argument
2429 get_files(LIBMTP_mtpdevice_t *device, PTPParams *params, uint32_t storageid, uint32_t parentId ) argument
2507 LIBMTP_Get_Files_And_Folders(LIBMTP_mtpdevice_t *device, uint32_t storageId, uint32_t parentId) argument
2538 flush_handles(LIBMTP_mtpdevice_t *device) argument
2654 free_storage_list(LIBMTP_mtpdevice_t *device) argument
2682 sort_storage_by(LIBMTP_mtpdevice_t *device,int const sortby) argument
2754 get_writeable_storageid(LIBMTP_mtpdevice_t *device, uint64_t fitsize) argument
2813 get_storage_freespace(LIBMTP_mtpdevice_t *device, LIBMTP_devicestorage_t *storage, uint64_t *freespace) argument
2857 LIBMTP_Dump_Device_Info(LIBMTP_mtpdevice_t *device) argument
3226 LIBMTP_Reset_Device(LIBMTP_mtpdevice_t *device) argument
3251 LIBMTP_Get_Manufacturername(LIBMTP_mtpdevice_t *device) argument
3270 LIBMTP_Get_Modelname(LIBMTP_mtpdevice_t *device) argument
3288 LIBMTP_Get_Serialnumber(LIBMTP_mtpdevice_t *device) argument
3307 LIBMTP_Get_Deviceversion(LIBMTP_mtpdevice_t *device) argument
3329 LIBMTP_Get_Friendlyname(LIBMTP_mtpdevice_t *device) argument
3362 LIBMTP_Set_Friendlyname(LIBMTP_mtpdevice_t *device, char const * const friendlyname) argument
3392 LIBMTP_Get_Syncpartner(LIBMTP_mtpdevice_t *device) argument
3430 LIBMTP_Set_Syncpartner(LIBMTP_mtpdevice_t *device, char const * const syncpartner) argument
3460 check_if_file_fits(LIBMTP_mtpdevice_t *device, LIBMTP_devicestorage_t *storage, uint64_t const filesize) argument
3499 LIBMTP_Get_Batterylevel(LIBMTP_mtpdevice_t *device, uint8_t * const maximum_level, uint8_t * const current_level) argument
3538 LIBMTP_Format_Storage(LIBMTP_mtpdevice_t *device, LIBMTP_devicestorage_t *storage) argument
3566 get_device_unicode_property(LIBMTP_mtpdevice_t *device, char **unicstring, uint16_t property) argument
3617 LIBMTP_Get_Secure_Time(LIBMTP_mtpdevice_t *device, char ** const sectime) argument
3631 LIBMTP_Get_Device_Certificate(LIBMTP_mtpdevice_t *device, char ** const devcert) argument
3651 LIBMTP_Get_Supported_Filetypes(LIBMTP_mtpdevice_t *device, uint16_t ** const filetypes, uint16_t * const length) argument
3715 LIBMTP_Get_Storage(LIBMTP_mtpdevice_t *device, int const sortby) argument
3858 LIBMTP_Get_Filelisting(LIBMTP_mtpdevice_t *device) argument
3906 LIBMTP_Get_Filelisting_With_Callback(LIBMTP_mtpdevice_t *device, LIBMTP_progressfunc_t const callback, void const * const data) argument
4060 LIBMTP_Get_Filemetadata(LIBMTP_mtpdevice_t *device, uint32_t const fileid) argument
4228 pick_property_to_track_metadata(LIBMTP_mtpdevice_t *device, MTPProperties *prop, LIBMTP_track_t *track) argument
4315 get_track_metadata(LIBMTP_mtpdevice_t *device, uint16_t objectformat, LIBMTP_track_t *track) argument
4410 LIBMTP_Get_Tracklisting(LIBMTP_mtpdevice_t *device) argument
4458 LIBMTP_Get_Tracklisting_With_Callback(LIBMTP_mtpdevice_t *device, LIBMTP_progressfunc_t const callback, void const * const data) argument
4573 LIBMTP_Get_Trackmetadata(LIBMTP_mtpdevice_t *device, uint32_t const trackid) argument
4714 LIBMTP_Get_File_To_File(LIBMTP_mtpdevice_t *device, uint32_t const id, char const * const path, LIBMTP_progressfunc_t const callback, void const * const data) argument
4778 LIBMTP_Get_File_To_File_Descriptor(LIBMTP_mtpdevice_t *device, uint32_t const id, int const fd, LIBMTP_progressfunc_t const callback, void const * const data, struct utimbuf * mtime) argument
4848 LIBMTP_Get_File_To_Handler(LIBMTP_mtpdevice_t *device, uint32_t const id, MTPDataPutFunc put_func, void * priv, LIBMTP_progressfunc_t const callback, void const * const data) argument
4923 LIBMTP_Get_Track_To_File(LIBMTP_mtpdevice_t *device, uint32_t const id, char const * const path, LIBMTP_progressfunc_t const callback, void const * const data) argument
4949 LIBMTP_Get_Track_To_File_Descriptor(LIBMTP_mtpdevice_t *device, uint32_t const id, int const fd, LIBMTP_progressfunc_t const callback, void const * const data, struct utimbuf * mtime) argument
4977 LIBMTP_Get_Track_To_Handler(LIBMTP_mtpdevice_t *device, uint32_t const id, MTPDataPutFunc put_func, void * priv, LIBMTP_progressfunc_t const callback, void const * const data) argument
5025 LIBMTP_Send_Track_From_File(LIBMTP_mtpdevice_t *device, char const * const path, LIBMTP_track_t * const metadata, LIBMTP_progressfunc_t const callback, void const * const data) argument
5101 LIBMTP_Send_Track_From_File_Descriptor(LIBMTP_mtpdevice_t *device, int const fd, LIBMTP_track_t * const metadata, LIBMTP_progressfunc_t const callback, void const * const data) argument
5198 LIBMTP_Send_Track_From_Handler(LIBMTP_mtpdevice_t *device, MTPDataGetFunc get_func, void * priv, LIBMTP_track_t * const metadata, LIBMTP_progressfunc_t const callback, void const * const data) argument
5290 LIBMTP_Send_File_From_File(LIBMTP_mtpdevice_t *device, char const * const path, LIBMTP_file_t * const filedata, LIBMTP_progressfunc_t const callback, void const * const data) argument
5368 LIBMTP_Send_File_From_File_Descriptor(LIBMTP_mtpdevice_t *device, int const fd, LIBMTP_file_t * const filedata, LIBMTP_progressfunc_t const callback, void const * const data) argument
5472 LIBMTP_Send_File_From_Handler(LIBMTP_mtpdevice_t *device, MTPDataGetFunc get_func, void * priv, LIBMTP_file_t * const filedata, LIBMTP_progressfunc_t const callback, void const * const data) argument
5552 send_file_object_info(LIBMTP_mtpdevice_t *device, LIBMTP_file_t *filedata) argument
5835 LIBMTP_Update_Track_Metadata(LIBMTP_mtpdevice_t *device, LIBMTP_track_t const * const metadata) argument
6220 LIBMTP_Delete_Object(LIBMTP_mtpdevice_t *device, uint32_t object_id) argument
6238 set_object_filename(LIBMTP_mtpdevice_t *device, uint32_t object_id, uint16_t ptp_type, const char **newname_ptr) argument
6329 LIBMTP_Set_File_Name(LIBMTP_mtpdevice_t *device, LIBMTP_file_t *file, const char *newname) argument
6359 LIBMTP_Set_Folder_Name(LIBMTP_mtpdevice_t *device, LIBMTP_folder_t *folder, const char* newname) argument
6389 LIBMTP_Set_Track_Name(LIBMTP_mtpdevice_t *device, LIBMTP_track_t *track, const char* newname) argument
6426 LIBMTP_Set_Playlist_Name(LIBMTP_mtpdevice_t *device, LIBMTP_playlist_t *playlist, const char* newname) argument
6463 LIBMTP_Set_Album_Name(LIBMTP_mtpdevice_t *device, LIBMTP_album_t *album, const char* newname) argument
6491 LIBMTP_Set_Object_Filename(LIBMTP_mtpdevice_t *device, uint32_t object_id, char* newname) argument
6518 LIBMTP_Track_Exists(LIBMTP_mtpdevice_t *device, uint32_t const id) argument
6662 LIBMTP_Get_Folder_List(LIBMTP_mtpdevice_t *device) argument
6764 LIBMTP_Create_Folder(LIBMTP_mtpdevice_t *device, char *name, uint32_t parent_id, uint32_t storage_id) argument
6883 LIBMTP_Get_Playlist_List(LIBMTP_mtpdevice_t *device) argument
6961 LIBMTP_Get_Playlist(LIBMTP_mtpdevice_t *device, uint32_t const plid) argument
7035 create_new_abstract_list(LIBMTP_mtpdevice_t *device, char const * const name, char const * const artist, char const * const composer, char const * const genre, uint32_t const parenthandle, uint32_t const storageid, uint16_t const objectformat, char const * const suffix, uint32_t * const newid, uint32_t const * const tracks, uint32_t const no_tracks) argument
7357 update_abstract_list(LIBMTP_mtpdevice_t *device, char const * const name, char const * const artist, char const * const composer, char const * const genre, uint32_t const objecthandle, uint16_t const objectformat, uint32_t const * const tracks, uint32_t const no_tracks) argument
7580 LIBMTP_Create_New_Playlist(LIBMTP_mtpdevice_t *device, LIBMTP_playlist_t * const metadata) argument
7632 LIBMTP_Update_Playlist(LIBMTP_mtpdevice_t *device, LIBMTP_playlist_t * const metadata) argument
7710 pick_property_to_album_metadata(LIBMTP_mtpdevice_t *device, MTPProperties *prop, LIBMTP_album_t *alb) argument
7758 get_album_metadata(LIBMTP_mtpdevice_t *device, LIBMTP_album_t *alb) argument
7824 LIBMTP_Get_Album_List(LIBMTP_mtpdevice_t *device) argument
7883 LIBMTP_Get_Album(LIBMTP_mtpdevice_t *device, uint32_t const albid) argument
7948 LIBMTP_Create_New_Album(LIBMTP_mtpdevice_t *device, LIBMTP_album_t * const metadata) argument
8039 LIBMTP_Get_Representative_Sample_Format(LIBMTP_mtpdevice_t *device, LIBMTP_filetype_t const filetype, LIBMTP_filesampledata_t ** sample) argument
8172 LIBMTP_Send_Representative_Sample(LIBMTP_mtpdevice_t *device, uint32_t const id, LIBMTP_filesampledata_t *sampledata) argument
8267 LIBMTP_Get_Representative_Sample(LIBMTP_mtpdevice_t *device, uint32_t const id, LIBMTP_filesampledata_t *sampledata) argument
8347 LIBMTP_Update_Album(LIBMTP_mtpdevice_t *device, LIBMTP_album_t const * const metadata) argument
8374 add_object_to_cache(LIBMTP_mtpdevice_t *device, uint32_t object_id) argument
8391 update_metadata_cache(LIBMTP_mtpdevice_t *device, uint32_t object_id) argument
[all...]
/external/chromium_org/third_party/skia/src/core/
H A DSkBlitter_A8.cpp15 SkA8_Blitter::SkA8_Blitter(const SkBitmap& device, const SkPaint& paint) argument
16 : INHERITED(device) {
36 uint8_t* device = fDevice.getAddr8(x, y); local
39 memset(device, 0xFF, width);
45 device[i] = SkToU8(srcA + SkAlphaMul(device[i], scale));
56 uint8_t* device = fDevice.getAddr8(x, y); local
68 memset(device, 0xFF, count);
74 device[i] = SkToU8(sa + SkAlphaMul(device[
142 uint8_t* device = fDevice.getAddr8(x, y); local
182 uint8_t* device = fDevice.getAddr8(x, y); local
209 uint8_t* device = fDevice.getAddr8(x, y); local
231 SkA8_Shader_Blitter(const SkBitmap& device, const SkPaint& paint, SkShader::Context* shaderContext) argument
253 uint8_t* device = fDevice.getAddr8(x, y); local
291 uint8_t* device = fDevice.getAddr8(x, y); local
332 uint8_t* device = fDevice.getAddr8(x, y); local
356 SkA8_Coverage_Blitter(const SkBitmap& device, const SkPaint& paint) argument
365 uint8_t* device = fDevice.getAddr8(x, y); local
[all...]
H A DSkBlitter_Sprite.cpp20 void SkSpriteBlitter::setup(const SkBitmap& device, int left, int top, argument
22 fDevice = &device;
51 SkBlitter* SkBlitter::ChooseSprite(const SkBitmap& device, const SkPaint& paint, argument
57 and respect that by blending the edges of the bitmap against the device. To support
66 switch (device.colorType()) {
79 blitter->setup(device, left, top, paint);
/external/chromium_org/tools/memory_inspector/memory_inspector/frontends/
H A Dcommand_line.py52 for device in backends.ListDevices():
53 if device.backend.name == options.backend:
55 device_id = device.id
62 print ('More than 1 device connected. You need to provide'
66 device = backends.GetDevice(options.backend, device_id)
67 if not device:
71 device.Initialize()
83 for process in device.ListProcesses():
97 process = device.GetProcess(options.process_id)
100 print 'Cannot find process [%d] on device
[all...]
/external/skia/src/core/
H A DSkBlitter_A8.cpp15 SkA8_Blitter::SkA8_Blitter(const SkBitmap& device, const SkPaint& paint) argument
16 : INHERITED(device) {
36 uint8_t* device = fDevice.getAddr8(x, y); local
39 memset(device, 0xFF, width);
45 device[i] = SkToU8(srcA + SkAlphaMul(device[i], scale));
56 uint8_t* device = fDevice.getAddr8(x, y); local
68 memset(device, 0xFF, count);
74 device[i] = SkToU8(sa + SkAlphaMul(device[
142 uint8_t* device = fDevice.getAddr8(x, y); local
182 uint8_t* device = fDevice.getAddr8(x, y); local
209 uint8_t* device = fDevice.getAddr8(x, y); local
231 SkA8_Shader_Blitter(const SkBitmap& device, const SkPaint& paint, SkShader::Context* shaderContext) argument
253 uint8_t* device = fDevice.getAddr8(x, y); local
291 uint8_t* device = fDevice.getAddr8(x, y); local
332 uint8_t* device = fDevice.getAddr8(x, y); local
356 SkA8_Coverage_Blitter(const SkBitmap& device, const SkPaint& paint) argument
365 uint8_t* device = fDevice.getAddr8(x, y); local
[all...]
H A DSkBlitter_Sprite.cpp20 void SkSpriteBlitter::setup(const SkBitmap& device, int left, int top, argument
22 fDevice = &device;
51 SkBlitter* SkBlitter::ChooseSprite(const SkBitmap& device, const SkPaint& paint, argument
57 and respect that by blending the edges of the bitmap against the device. To support
66 switch (device.colorType()) {
79 blitter->setup(device, left, top, paint);
/external/chromium_org/chrome/browser/extensions/api/dial/
H A Ddial_device_data_unittest.cc28 DialDeviceData device; local
29 device.set_device_id("device");
30 device.set_label("label");
31 device.set_device_description_url(GURL("http://127.0.0.1/dd.xml"));
32 device.set_config_id(1);
34 device.FillDialDevice(&api_device);
35 EXPECT_EQ(api_device.device_label, device.label());
37 device.device_description_url().spec());
38 EXPECT_EQ(*(api_device.config_id), device
[all...]
/external/chromium_org/device/bluetooth/
H A Dbluetooth_low_energy_win_unittest.cc6 #include "device/bluetooth/bluetooth_low_energy_win.h"
19 namespace device { namespace
27 device::win::ExtractBluetoothAddressFromDeviceInstanceIdForTesting(
44 device::win::ExtractBluetoothAddressFromDeviceInstanceIdForTesting(
57 scoped_ptr<device::win::DeviceRegistryPropertyValue> value =
58 device::win::DeviceRegistryPropertyValue::Create(
68 scoped_ptr<device::win::DeviceRegistryPropertyValue> value =
69 device::win::DeviceRegistryPropertyValue::Create(
79 scoped_ptr<device::win::DevicePropertyValue> value(
80 new device
[all...]
H A Dbluetooth_remote_gatt_descriptor_chromeos.h13 #include "device/bluetooth/bluetooth_gatt_descriptor.h"
14 #include "device/bluetooth/bluetooth_uuid.h"
16 namespace device { namespace
20 } // namespace device
30 : public device::BluetoothGattDescriptor {
32 // device::BluetoothGattDescriptor overrides.
34 virtual device::BluetoothUUID GetUUID() const OVERRIDE;
37 virtual device::BluetoothGattCharacteristic*
39 virtual device::BluetoothGattCharacteristic::Permissions
H A Dbluetooth_chromeos_unittest.cc15 #include "device/bluetooth/bluetooth_adapter.h"
16 #include "device/bluetooth/bluetooth_adapter_chromeos.h"
17 #include "device/bluetooth/bluetooth_adapter_factory.h"
18 #include "device/bluetooth/bluetooth_device.h"
19 #include "device/bluetooth/bluetooth_device_chromeos.h"
20 #include "device/bluetooth/bluetooth_discovery_session.h"
21 #include "device/bluetooth/bluetooth_pairing_chromeos.h"
25 using device::BluetoothAdapter;
26 using device::BluetoothAdapterFactory;
27 using device
1602 BluetoothDevice* device = adapter_->GetDevice( local
1650 BluetoothDevice* device = adapter_->GetDevice( local
1682 BluetoothDevice* device = adapter_->GetDevice( local
1725 BluetoothDevice* device = adapter_->GetDevice( local
1769 BluetoothDevice* device = adapter_->GetDevice( local
1798 BluetoothDevice* device = adapter_->GetDevice( local
1839 BluetoothDevice* device = adapter_->GetDevice( local
1871 BluetoothDevice* device = adapter_->GetDevice( local
1925 BluetoothDevice* device = adapter_->GetDevice( local
1982 BluetoothDevice* device = adapter_->GetDevice( local
2059 BluetoothDevice* device = adapter_->GetDevice( local
2116 BluetoothDevice* device = adapter_->GetDevice( local
2171 BluetoothDevice* device = adapter_->GetDevice( local
2225 BluetoothDevice* device = adapter_->GetDevice( local
2273 BluetoothDevice* device = adapter_->GetDevice( local
2311 BluetoothDevice* device = adapter_->GetDevice( local
2350 BluetoothDevice* device = adapter_->GetDevice( local
2400 BluetoothDevice* device = adapter_->GetDevice( local
2441 BluetoothDevice* device = adapter_->GetDevice( local
2482 BluetoothDevice* device = adapter_->GetDevice( local
2523 BluetoothDevice* device = adapter_->GetDevice( local
2564 BluetoothDevice* device = adapter_->GetDevice( local
2605 BluetoothDevice* device = adapter_->GetDevice( local
2646 BluetoothDevice* device = adapter_->GetDevice( local
2693 BluetoothDevice* device = adapter_->GetDevice( local
2750 BluetoothDevice* device = adapter_->GetDevice( local
2808 BluetoothDevice* device = adapter_->GetDevice( local
2866 BluetoothDevice* device = adapter_->GetDevice( local
2919 BluetoothDevice* device = adapter_->GetDevice( local
2961 BluetoothDevice* device = adapter_->GetDevice( local
3003 BluetoothDevice* device = adapter_->GetDevice( local
3045 BluetoothDevice* device = adapter_->GetDevice( local
3091 BluetoothDevice* device = adapter_->GetDevice( local
3135 BluetoothDevice* device = adapter_->GetDevice( local
[all...]
/external/chromium_org/device/serial/
H A Dserial_device_enumerator_linux.cc5 #include "device/serial/serial_device_enumerator_linux.h"
10 namespace device { namespace
29 void operator()(udev_device* device) { udev_device_unref(device); } argument
51 LOG(ERROR) << "Serial device enumeration failed.";
55 LOG(ERROR) << "Serial device enumeration failed.";
59 LOG(ERROR) << "Serial device enumeration failed.";
65 ScopedUdevDevicePtr device(udev_device_new_from_syspath(
73 udev_device_get_property_value(device.get(), kHostPathKey);
74 const char* bus = udev_device_get_property_value(device
[all...]
/external/chromium_org/apps/
H A Dsaved_devices_service.cc17 #include "device/usb/usb_device.h"
18 #include "device/usb/usb_device_handle.h"
30 using device::UsbDevice;
31 using device::UsbDeviceHandle;
41 // The device that the app has permission to access.
44 // The type of device saved.
50 // The vendor ID of the device that the app had permission to access.
53 // The product ID of the device that the app had permission to access.
56 // The serial number of the device that the app has permission to access.
62 const SavedDeviceEntry& device) {
60 AddSavedDeviceEntry(Profile* profile, const std::string& extension_id, const SavedDeviceEntry& device) argument
174 RegisterDevice( scoped_refptr<device::UsbDevice> device, base::string16* serial_number) argument
226 OnDisconnect( scoped_refptr<UsbDevice> device) argument
[all...]
/external/chromium_org/build/android/
H A Dadb_reverse_forwarder.py7 """Command line tool for forwarding ports from a device to the host.
9 Allows an Android device to connect to services running on the host machine,
19 from pylib.device import device_utils
33 parser.add_option('--device',
34 help='Serial number of device we should use.')
53 device = device_utils.DeviceUtils(options.device)
56 forwarder.Forwarder.Map(port_pairs, device)
62 forwarder.Forwarder.UnmapAllDevicePorts(device)
/external/chromium_org/chrome/browser/resources/chromeos/
H A Dbluetooth_pair_device.js51 var device = {};
53 device = args;
54 device.pairing = 'bluetoothStartConnecting';
55 BluetoothPairing.showDialog(device);
56 chrome.send('updateBluetoothDevice', [device.address, 'connect']);
/external/chromium_org/components/storage_monitor/
H A Dmedia_transfer_protocol_device_observer_linux.h13 #include "device/media_transfer_protocol/media_transfer_protocol_manager.h"
21 // Gets the mtp device information given a |storage_name|. On success,
25 device::MediaTransferProtocolManager* mtp_manager,
35 : public device::MediaTransferProtocolManager::Observer {
39 device::MediaTransferProtocolManager* mtp_manager);
54 device::MediaTransferProtocolManager* mtp_manager,
57 // device::MediaTransferProtocolManager::Observer implementation.
76 device::MediaTransferProtocolManager* mtp_manager_;
/external/chromium_org/extensions/browser/api/bluetooth/
H A Dbluetooth_private_api.cc10 #include "device/bluetooth/bluetooth_adapter.h"
11 #include "device/bluetooth/bluetooth_adapter_factory.h"
72 "Given address is not a valid Bluetooth device.";
86 const device::BluetoothDevice* device,
101 if (!device->ExpectingConfirmation() && !device->ExpectingPinCode() &&
102 !device->ExpectingPasskey())
104 if (pincode && !device->ExpectingPinCode())
106 if (passkey && !device
85 ValidatePairingResponseOptions( const device::BluetoothDevice* device, const bt_private::SetPairingResponseOptions& options) argument
251 device::BluetoothDevice* device = adapter->GetDevice(device_address); local
[all...]
/external/chromium_org/extensions/shell/browser/
H A Dshell_audio_controller_chromeos.h28 const chromeos::AudioDevice* device) OVERRIDE;
30 const chromeos::AudioDevice* device) OVERRIDE;
31 virtual void SetVolumeGainValue(const chromeos::AudioDevice& device,
33 virtual bool GetMuteValue(const chromeos::AudioDevice& device) OVERRIDE;
34 virtual void SetMuteValue(const chromeos::AudioDevice& device,
63 // Gets the current device list from CRAS, chooses the best input and output
64 // device, and activates them if they aren't already active.
/external/chromium_org/third_party/hwcplus/include/hardware/
H A Dfb.h152 /** convenience API for opening and closing a supported device */
155 struct framebuffer_device_t** device) {
157 GRALLOC_HARDWARE_FB0, (struct hw_device_t**)device);
160 static inline int framebuffer_close(struct framebuffer_device_t* device) { argument
161 return device->common.close(&device->common);
154 framebuffer_open(const struct hw_module_t* module, struct framebuffer_device_t** device) argument
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/clover/core/
H A Ddevice.hpp34 typedef struct _cl_device_id device; typedef in namespace:clover
84 typedef std::vector<device>::iterator iterator;
96 device &front() {
100 device &back() {
105 std::vector<device> devs;
/external/chromium_org/third_party/mesa/src/src/gbm/backends/dri/
H A Ddriver_name.c42 struct udev_device *device, *parent; local
48 device = _gbm_udev_device_new_from_fd(udev, fd);
49 if (device == NULL)
52 parent = udev_device_get_parent(device);
54 fprintf(stderr, "gbm: could not get parent device");
85 udev_device_unref(device);
/external/mesa3d/src/gallium/state_trackers/clover/core/
H A Ddevice.hpp34 typedef struct _cl_device_id device; typedef in namespace:clover
84 typedef std::vector<device>::iterator iterator;
96 device &front() {
100 device &back() {
105 std::vector<device> devs;
/external/mesa3d/src/gbm/backends/dri/
H A Ddriver_name.c42 struct udev_device *device, *parent; local
48 device = _gbm_udev_device_new_from_fd(udev, fd);
49 if (device == NULL)
52 parent = udev_device_get_parent(device);
54 fprintf(stderr, "gbm: could not get parent device");
85 udev_device_unref(device);

Completed in 5911 milliseconds

1234567891011>>