HomeSort by relevance Sort by last modified time
    Searched refs:lid (Results 1 - 25 of 62) sorted by null

1 2 3

  /external/chromium_org/ui/webui/resources/css/
trash.css 22 .trash > .lid {
30 .trash > .lid {
37 html[dir='rtl'] .trash > .lid {
41 .trash:focus > .lid,
42 .trash:hover > .lid {
47 html[dir='rtl'] .trash:focus > .lid,
48 html[dir='rtl'] .trash:hover > .lid {
  /external/chromium_org/content/browser/renderer_host/media/
peer_connection_tracker_host.h 44 void OnRemovePeerConnection(int lid);
46 int lid, const std::string& type, const std::string& value);
47 void OnAddStats(int lid, const base::ListValue& value);
peer_connection_tracker_host.cc 70 info.lid,
76 void PeerConnectionTrackerHost::OnRemovePeerConnection(int lid) {
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,
91 WebRTCInternals::GetInstance()->OnAddStats(peer_pid(), lid, value); local
  /external/chromium_org/content/browser/media/
webrtc_internals.h 38 // |pid| is the renderer process id, |lid| is the renderer local id used to
45 int lid,
51 // |pid| is the renderer process id, |lid| is the renderer local id.
52 void OnRemovePeerConnection(base::ProcessId pid, int lid);
55 // |pid| is the renderer process id, |lid| is the renderer local id,
58 int lid,
63 // are available. |pid| is the renderer process id, |lid| is the renderer
65 void OnAddStats(base::ProcessId pid, int lid, const base::ListValue& value);
150 // "lid" -- local Id assigned to the PeerConnection.
webrtc_internals.cc 73 int lid,
85 dict->SetInteger("lid", lid);
96 void WebRTCInternals::OnRemovePeerConnection(ProcessId pid, int lid) {
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", &this_lid)
323 int lid = 0, pid = 0; local
    [all...]
webrtc_internals_unittest.cc 120 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, kUrl, kRtcConfiguration, kContraints)
    [all...]
  /external/bluetooth/bluedroid/include/
bt_trace.h 364 #define BTTRC_EVENT(lid, event, state) \
365 {BTTRC_StackTrace1(lid, BTTRC_TYPE_EVENT, event, BTTRC_PARAM_UINT8, state);}
366 #define BTTRC_ACTION(lid, action) \
367 {BTTRC_StackTrace0(lid, BTTRC_TYPE_ACTION, action);}
368 #define BTTRC_STATE(lid, state) \
369 {BTTRC_StackTrace1(lid, BTTRC_TYPE_EVENT, BTTRC_TOKEN_SM_STATE, BTTRC_PARAM_UINT8, state);}
371 #define BTTRC_API0(lid, api) \
372 {BTTRC_StackTrace0(lid, BTTRC_TYPE_API, api);}
373 #define BTTRC_API1(lid, api, p1_t,p1_v) \
374 {BTTRC_StackTrace1(lid, BTTRC_TYPE_API, api, p1_t,p1_v);
    [all...]
  /external/chromium_org/content/common/media/
peer_connection_tracker_messages.h 14 IPC_STRUCT_MEMBER(int, lid)
24 int /* lid */)
26 int /* lid */,
30 int /* lid */,
  /bionic/libc/kernel/uapi/rdma/
ib_user_mad.h 35 __be16 lid; member in struct:ib_user_mad_hdr_old
57 __be16 lid; member in struct:ib_user_mad_hdr
  /external/kernel-headers/original/uapi/rdma/
ib_user_mad.h 62 * @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
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/rdma/
ib_user_mad.h 62 * @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
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/rdma/
ib_user_mad.h 62 * @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
  /external/chromium_org/ash/wm/maximize_mode/
maximize_mode_controller.h 41 // enters and exits maximize mode when the lid is opened beyond the triggering
140 // Detect hinge rotation from |base| and |lid| accelerometers and
143 const gfx::Vector3dF& lid);
145 // Detect screen rotation from |lid| accelerometer and automatically rotate
147 void HandleScreenRotation(const gfx::Vector3dF& lid);
153 // Returns true if the lid was recently opened.
210 // Tracks the last time we received a lid open event. This is used to suppress
211 // erroneous accelerometer readings as the lid is opened but the accelerometer
212 // reports readings that make the lid to appear near fully open.
218 // Tracks when the lid is closed. Used to prevent entering maximize mode
    [all...]
maximize_mode_controller_unittest.cc 37 // 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 is closed
    [all...]
maximize_mode_controller.cc 45 // 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
    [all...]
  /external/chromium_org/content/browser/resources/media/
peer_connection_update_table.js 9 * @param {number} lid The id of the peer conneciton inside a renderer.
14 var PeerConnectionUpdateEntry = function(pid, lid, type, value) {
23 this.lid = lid;
webrtc_internals.js 120 * @param {!Object.<string, number>} data The object containing the pid and lid
125 return data.pid + '-' + data.lid;
177 * @param {!Object.<string, number>} data The object containing the pid and lid
192 * @param {!Object} data The object containing the pid, lid, url,
231 * connections. Each array item contains pid, lid, url, rtcConfiguration,
252 * @param {!Object} data The object containing pid, lid, and reports, where
  /frameworks/rs/cpu_ref/
rsCpuIntrinsicHistogram.cpp 169 int * sums = &cp->mSums[256 * 4 * p->lid];
186 int * sums = &cp->mSums[256 * 4 * p->lid];
202 int * sums = &cp->mSums[256 * 2 * p->lid];
217 int * sums = &cp->mSums[256 * p->lid];
235 int * sums = &cp->mSums[256 * p->lid];
252 int * sums = &cp->mSums[256 * p->lid];
268 int * sums = &cp->mSums[256 * p->lid];
283 int * sums = &cp->mSums[256 * p->lid];
rsCpuScriptGroup.cpp 80 if (sl->ins[ct]->mHal.drvState.lod[0].dimY > p->lid) {
81 mp->in = mp->ptrIn + sl->ins[ct]->mHal.drvState.lod[0].stride * p->lid;
93 if (sl->outs[ct]->mHal.drvState.lod[0].dimY > p->lid) {
94 mp->out = mp->ptrOut + sl->outs[ct]->mHal.drvState.lod[0].stride * p->lid;
rsCpuIntrinsicBlur.cpp 308 if ((p->dimX > cp->mScratchSize[p->lid]) || !cp->mScratch[p->lid]) {
310 cp->mScratch[p->lid] = realloc(cp->mScratch[p->lid], (p->dimX + 1) * 16);
311 cp->mScratchSize[p->lid] = p->dimX;
314 buf = (float4 *) ((((intptr_t)cp->mScratch[p->lid]) + 15) & ~0xf);
  /system/core/logd/
LogBufferElement.cpp 52 entry.lid = mLogId;
  /system/core/logd/tests/
logd_test.cpp 359 log_msg *msg, unsigned int version, int lid) {
386 lid = msg->entry.lid;
390 switch(lid) {
392 fprintf(stderr, "lid=main ");
395 fprintf(stderr, "lid=radio ");
398 fprintf(stderr, "lid=events ");
401 fprintf(stderr, "lid=system ");
404 if (lid >= 0) {
405 fprintf(stderr, "lid=%d ", lid)
    [all...]
  /system/core/include/log/
logger.h 59 uint32_t lid; /* log id of the payload */ member in struct:logger_entry_v3
125 return (log_id_t) entry.lid;
  /external/chromium_org/content/renderer/media/
peer_connection_tracker.cc 246 InternalStatsObserver(int lid)
247 : lid_(lid){}
317 info.lid = GetNextLocalID();
329 peer_connection_id_map_[pc_handler] = info.lid;
  /development/samples/CubeLiveWallpaper/src/com/example/android/livecubes/cube2/
CubeWallpaper2.java 118 int lid = getResources().getIdentifier(prefix + "lines", "array", getPackageName()); local
134 String [] l = getResources().getStringArray(lid);

Completed in 412 milliseconds

1 2 3