HomeSort by relevance Sort by last modified time
    Searched defs:local_fd (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/ppapi/proxy/
ppb_buffer_proxy.cc 135 int local_fd; local
136 if (trusted_buffer.object()->GetSharedMemory(&local_fd) != PP_OK)
145 reinterpret_cast<HANDLE>(static_cast<intptr_t>(local_fd));
147 local_fd;
ppb_image_data_proxy.cc 596 int local_fd = 0; local
597 if (enter_resource.object()->GetSharedMemory(&local_fd,
605 reinterpret_cast<HANDLE>(static_cast<intptr_t>(local_fd)), false);
607 *image_handle = dispatcher->ShareHandleWithRemote(local_fd, false);
  /external/chromium_org/content/renderer/pepper/
pepper_video_source_host.cc 144 int local_fd = 0; local
145 if (shared_image_->GetSharedMemory(&local_fd, &byte_count) != PP_OK) {
159 reinterpret_cast<HANDLE>(static_cast<intptr_t>(local_fd)), false);
161 image_handle = dispatcher->ShareHandleWithRemote(local_fd, false);

Completed in 243 milliseconds