Searched refs:lid (Results 1 - 8 of 8) sorted by relevance
/third_party/libinput/src/ |
H A D | evdev-fallback.c | 55 if (dispatch->lid.is_closed ^ dispatch->lid.is_closed_client_state) { in fallback_lid_notify_toggle() 59 dispatch->lid.is_closed); in fallback_lid_notify_toggle() 60 dispatch->lid.is_closed_client_state = dispatch->lid.is_closed; in fallback_lid_notify_toggle() 632 if (!dispatch->lid.is_closed) in fallback_lid_keyboard_event() 638 if (dispatch->lid.reliability == RELIABILITY_WRITE_OPEN) { in fallback_lid_keyboard_event() 653 /* In case write() fails, we sync the lid state manually in fallback_lid_keyboard_event() 658 * caused us to wake up, so the lid event is always passed on before in fallback_lid_keyboard_event() 661 dispatch->lid in fallback_lid_keyboard_event() [all...] |
H A D | evdev-fallback.h | 158 /* We allow multiple paired keyboards for the lid switch 164 } lid; member
|
/third_party/mesa3d/include/android_stub/log/ |
H A D | log_read.h | 46 uint32_t lid; /* log id of the payload, bottom 4 bits currently */ member 67 return static_cast<log_id_t>(entry.lid); in id()
|
/third_party/ffmpeg/libavformat/ |
H A D | rtpdec_hevc.c | 183 int tid, lid, nal_type; in hevc_handle_packet() local 209 lid = ((buf[0] << 5) & 0x20) | ((buf[1] >> 3) & 0x1f); in hevc_handle_packet() 213 if (lid) { in hevc_handle_packet()
|
/third_party/mksh/ |
H A D | ulimit.c | 160 #define FN(lname,lid,lfac,lopt) \ 166 } rlimits_ ## lid = { \ 167 lid, lfac, lopt, lname \
|
/third_party/libinput/test/ |
H A D | test-touchpad.c | 6897 struct litest_device *lid, *tabletmode, *extmouse; in START_TEST() local 6905 lid = litest_add_device(li, LITEST_LID_SWITCH); in START_TEST() 6909 litest_grab_device(lid); in START_TEST() 6948 litest_switch_action(lid, in START_TEST() 6970 litest_switch_action(lid, in START_TEST() 6974 litest_switch_action(lid, in START_TEST() 7010 litest_switch_action(lid, in START_TEST() 7026 litest_ungrab_device(lid); in START_TEST() 7028 litest_delete_device(lid); in START_TEST() 7037 struct litest_device *lid, *tabletmod in START_TEST() local [all...] |
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/core/ |
H A D | NameTable.java | 726 public boolean accept(int pid, int eid, int lid, int nid) { in nameEntry() 727 if (pid == platformId && eid == encodingId && lid == languageId && nid == nameId) { in nameEntry()
|
/third_party/glslang/glslang/HLSL/ |
H A D | hlslParseHelper.cpp | 1756 for (int lid = 0; lid < int(sequence.size()); ++lid) in handleEntryPointAttributes() 1757 intermediate.setLocalSize(lid, sequence[lid]->getAsConstantUnion()->getConstArray()[0].getIConst()); in handleEntryPointAttributes()
|
Completed in 27 milliseconds