Searched refs:GetSharedMemory (Results 1 - 22 of 22) sorted by relevance

/external/chromium_org/ppapi/thunk/
H A Dppb_buffer_api.h25 virtual int32_t GetSharedMemory(int* handle) = 0;
H A Dppb_audio_api.h32 virtual int32_t GetSharedMemory(int* shm_handle, uint32_t* shm_size) = 0;
H A Dppb_image_data_api.h25 virtual int32_t GetSharedMemory(int* handle, uint32_t* byte_count) = 0;
/external/chromium_org/content/browser/device_sensors/
H A Ddata_fetcher_shared_memory_base.h86 base::SharedMemory* GetSharedMemory(ConsumerType consumer_type);
H A Ddata_fetcher_shared_memory_base.cc213 base::SharedMemory* DataFetcherSharedMemoryBase::GetSharedMemory( function in class:content::DataFetcherSharedMemoryBase
238 if (base::SharedMemory* shared_memory = GetSharedMemory(consumer_type))
/external/chromium_org/content/renderer/pepper/
H A Dppb_image_data_impl.h48 virtual int32_t GetSharedMemory(int* handle, uint32_t* byte_count) = 0;
93 virtual int32_t GetSharedMemory(int* handle, uint32_t* byte_count) OVERRIDE;
128 virtual int32_t GetSharedMemory(int* handle, uint32_t* byte_count) OVERRIDE;
163 virtual int32_t GetSharedMemory(int* handle, uint32_t* byte_count) OVERRIDE;
H A Dppb_audio_impl.h46 virtual int32_t GetSharedMemory(int* shm_handle, uint32_t* shm_size) OVERRIDE;
H A Dppb_buffer_impl.h39 virtual int32_t GetSharedMemory(int* handle) OVERRIDE;
H A Dppb_image_data_impl.cc120 int32_t PPB_ImageData_Impl::GetSharedMemory(int* handle, uint32_t* byte_count) { function in class:content::PPB_ImageData_Impl
121 return backend_->GetSharedMemory(handle, byte_count);
226 int32_t ImageDataPlatformBackend::GetSharedMemory(int* handle, function in class:content::ImageDataPlatformBackend
292 int32_t ImageDataSimpleBackend::GetSharedMemory(int* handle, function in class:content::ImageDataSimpleBackend
H A Dppb_audio_impl.cc110 int32_t PPB_Audio_Impl::GetSharedMemory(int* shm_handle, uint32_t* shm_size) { function in class:content::PPB_Audio_Impl
H A Dppb_buffer_impl.cc80 int32_t PPB_Buffer_Impl::GetSharedMemory(int* shm_handle) { function in class:content::PPB_Buffer_Impl
H A Dpepper_video_source_host.cc145 if (shared_image_->GetSharedMemory(&local_fd, &byte_count) != PP_OK) {
H A Dpepper_video_capture_host.cc218 int32_t result = enter.object()->GetSharedMemory(&handle);
H A Dpepper_compositor_host.cc95 if (enter.object()->GetSharedMemory(&handle, &byte_count) != PP_OK)
/external/chromium_org/ppapi/proxy/
H A Dppb_buffer_proxy.cc62 int32_t Buffer::GetSharedMemory(int* out_handle) { function in class:ppapi::proxy::Buffer
136 if (trusted_buffer.object()->GetSharedMemory(&local_fd) != PP_OK)
H A Dppb_buffer_proxy.h39 virtual int32_t GetSharedMemory(int* handle) OVERRIDE;
H A Dppb_audio_proxy.cc54 virtual int32_t GetSharedMemory(int* shm_handle, uint32_t* shm_size) OVERRIDE;
126 int32_t Audio::GetSharedMemory(int* shm_handle, uint32_t* shm_size) { function in class:ppapi::proxy::Audio
295 result = enter.object()->GetSharedMemory(&shared_memory_handle,
H A Dppb_image_data_proxy.h51 virtual int32_t GetSharedMemory(int* handle, uint32_t* byte_count) OVERRIDE;
149 // |image_handle| and |byte_count| contain the result of GetSharedMemory.
H A Dppb_image_data_proxy.cc350 int32_t ImageData::GetSharedMemory(int* /* handle */, function in class:ppapi::proxy::ImageData
597 if (enter_resource.object()->GetSharedMemory(&local_fd,
599 DVLOG(1) << "CreateImageData failed: could not GetSharedMemory";
H A Dppp_content_decryptor_private_proxy.cc53 int32_t result = enter.object()->GetSharedMemory(&handle);
/external/chromium_org/chrome/browser/task_manager/
H A Dtask_manager.h194 bool GetSharedMemory(int index, size_t* result) const;
H A Dtask_manager.cc451 if (!GetSharedMemory(index, &shared_mem))
549 bool TaskManagerModel::GetSharedMemory(int index, size_t* result) const { function in class:TaskManagerModel
819 this, &TaskManagerModel::GetSharedMemory, row1, row2);

Completed in 1182 milliseconds