HomeSort by relevance Sort by last modified time
    Searched refs:port_id (Results 101 - 106 of 106) sorted by null

1 2 3 45

  /external/chromium_org/chrome/browser/extensions/api/messaging/
native_message_process_host_unittest.cc 117 int port_id,
136 virtual void CloseChannel(int port_id,
  /external/chromium_org/extensions/renderer/
dispatcher.cc 504 void Dispatcher::ClearPortData(int port_id) {
506 // |port_id| is a source port, std::map::erase() will just silently fail
508 port_to_tab_id_map_.erase(port_id);
    [all...]
  /hardware/intel/img/psb_video/src/x11/
psb_xvva.c 137 drv_debug_msg(VIDEO_DEBUG_GENERAL, "Detected textured Xvideo port_id = %d.\n", (unsigned int)output->textured_portID);
139 drv_debug_msg(VIDEO_DEBUG_GENERAL, "Detected overlay Xvideo port_id = %d.\n", (unsigned int)output->overlay_portID);
463 XvPortID *port_id,
517 *port_id = output->overlay_portID;
551 *port_id = output->textured_portID;
  /external/chromium_org/content/browser/shared_worker/
shared_worker_service_impl_unittest.cc 360 int port_id = params.a; local
362 EXPECT_EQ(expected_sent_message_port_id, port_id);
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/Xext/Xv/
Xv.c 1131 re->xvvideo.port_id = event->u.videoNotify.port;
1140 re->xvport.port_id = event->u.portNotify.port;
  /frameworks/base/services/core/jni/
com_android_server_tv_TvInputHal.cpp 484 builder, gTvInputHardwareInfoBuilderClassInfo.hdmiPortId, info.hdmi.port_id);

Completed in 3759 milliseconds

1 2 3 45