Searched defs:lid (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/ash/wm/maximize_mode/
H A Dmaximize_mode_controller_unittest.cc37 // Test accelerometer data taken with the lid at less than 180 degrees while
39 // each 6 values corresponds to the X, Y, and Z readings from the base and lid
44 // Test accelerometer data taken with the lid open 360 degrees while
46 // each 6 values corresponds to the X, Y, and Z readings from the base and lid
78 const gfx::Vector3dF& lid) {
83 lid.x(), lid.y(), lid.z());
151 // Verify that closing the lid will exit maximize mode.
160 // Verify that maximize mode will not be entered when the lid i
77 TriggerAccelerometerUpdate(const gfx::Vector3dF& base, const gfx::Vector3dF& lid) argument
[all...]
H A Dmaximize_mode_controller.cc45 // When the lid is near open (or near closed) the accelerometer readings may be
46 // inaccurate and a lid that is fully open may appear to be near closed (and
51 // The time duration to consider the lid to be recently opened.
53 // reading makes the lid appear to be fully open when the user is opening the
54 // lid from a closed position.
62 // the accelerometers for the base and lid approach the same values (i.e.
206 // reading from the lid differs too much from the reading from the base.
275 const gfx::Vector3dF& lid) {
281 gfx::Vector3dF lid_flattened(lid);
285 // As the hinge approaches a vertical angle, the base and lid accelerometer
274 HandleHingeRotation(const gfx::Vector3dF& base, const gfx::Vector3dF& lid) argument
322 HandleScreenRotation(const gfx::Vector3dF& lid) argument
[all...]
/external/chromium_org/content/browser/media/
H A Dwebrtc_internals_unittest.cc120 VerifyInt(dict, "lid", 2);
142 VerifyInt(dict, "lid", 2);
165 VerifyInt(dict, "lid", 2);
218 const int rid = 0, pid = 1, lid = 2; local
223 rid, pid, lid, kUrl, kRtcConfiguration, kContraints);
225 pid, lid, update_type, update_value);
243 VerifyInt(dict, "lid", lid);
261 const int rid = 0, pid = 1, lid = 2; local
265 rid, pid, lid, kUr
[all...]
H A Dwebrtc_internals.cc73 int lid,
85 dict->SetInteger("lid", lid);
96 void WebRTCInternals::OnRemovePeerConnection(ProcessId pid, int lid) { argument
105 dict->GetInteger("lid", &this_lid);
107 if (this_pid != static_cast<int>(pid) || this_lid != lid)
116 id.SetInteger("lid", lid);
124 ProcessId pid, int lid, const string& type, const string& value) {
133 record->GetInteger("lid",
71 OnAddPeerConnection(int render_process_id, ProcessId pid, int lid, const string& url, const string& rtc_configuration, const string& constraints) argument
123 OnUpdatePeerConnection( ProcessId pid, int lid, const string& type, const string& value) argument
166 OnAddStats(base::ProcessId pid, int lid, const base::ListValue& value) argument
323 int lid = 0, pid = 0; local
[all...]
H A Dwebrtc_internals_browsertest.cc80 PeerConnectionEntry(int pid, int lid) : pid_(pid), lid_(lid) {} argument
101 ss << "{pid:" << pid_ << ", lid:" << lid_ << ", log:[";
177 ss << "{pid:" << pc.pid_ <<", lid:" << pc.lid_ << ", " <<
185 ss << "{pid:" << pc.pid_ <<", lid:" << pc.lid_ << "}";
308 ss << "{pid:" << pc.pid_ <<", lid:" << pc.lid_ <<
327 ss << "{pid:" << pc.pid_ << ", lid:" << pc.lid_ << ","
/external/chromium_org/content/browser/renderer_host/media/
H A Dpeer_connection_tracker_host.cc70 info.lid,
76 void PeerConnectionTrackerHost::OnRemovePeerConnection(int lid) { argument
77 WebRTCInternals::GetInstance()->OnRemovePeerConnection(peer_pid(), lid); local
81 int lid, const std::string& type, const std::string& value) {
84 lid, local
89 void PeerConnectionTrackerHost::OnAddStats(int lid, argument
91 WebRTCInternals::GetInstance()->OnAddStats(peer_pid(), lid, value); local
80 OnUpdatePeerConnection( int lid, const std::string& type, const std::string& value) argument
/external/kernel-headers/original/uapi/rdma/
H A Dib_user_mad.h62 * @lid - Remote lid received from/to be sent to
80 __be16 lid; member in struct:ib_user_mad_hdr_old
105 * @lid - Remote lid received from/to be sent to
124 __be16 lid; member in struct:ib_user_mad_hdr
H A Dib_user_verbs.h218 __u16 lid; member in struct:ib_uverbs_query_port_resp
/external/chromium_org/content/renderer/media/
H A Dpeer_connection_tracker.cc246 InternalStatsObserver(int lid) argument
247 : lid_(lid){}
317 info.lid = GetNextLocalID();
329 peer_connection_id_map_[pc_handler] = info.lid;
/external/svox/pico/lib/
H A Dpicopr.c1191 picoos_int32 lid; local
1210 lid = picoktab_graphOffset(pr->graphs, lstr);
1211 if ((lid > 0) && picoktab_getIntPropTokenType(pr->graphs, lid, &ltype) &&
1214 picoktab_getIntPropTokenSubType(pr->graphs,lid, &lsubtype);
1690 picoos_int32 lid; local
1755 lid = picoktab_graphOffset(pr->graphs,pr->tmpItem.data);
1756 if (lid > 0) {
1757 if (picoktab_getIntPropTokenType(pr->graphs, lid, &ltype)) {
1762 picoktab_getIntPropTokenSubType(pr->graphs, lid,
2460 picoos_int32 lid; local
[all...]

Completed in 4625 milliseconds