Home
last modified time | relevance | path

Searched refs:sl (Results 1 – 5 of 5) sorted by relevance

/system/vold/
DNetlinkManager.h40 void setBroadcaster(SocketListener *sl) { mBroadcaster = sl; } in setBroadcaster() argument
DVolumeManager.h132 void setBroadcaster(SocketListener *sl) { mBroadcaster = sl; } in setBroadcaster() argument
/system/netd/server/
DNetlinkManager.h45 void setBroadcaster(SocketListener *sl) { mBroadcaster = sl; } in setBroadcaster() argument
/system/core/libpixelflinger/codeflinger/
Dload_store.cpp254 int sl = s.l; in downshift() local
256 int maskLoBits = (sl!=0) ? ((s.flags & CLEAR_LO)?1:0) : 0; in downshift()
257 int sbits = sh - sl; in downshift()
292 sl = offset; in downshift()
300 const uint32_t mask = ((1<<sbits)-1) << sl; in downshift()
316 sl += 32-sh; in downshift()
343 if (sl) { in downshift()
344 MOV(AL, 0, ireg, reg_imm(s.reg, LSR, sl)); in downshift()
345 sh -= sl; in downshift()
346 sl = 0; in downshift()
/system/core/libpixelflinger/
Dbuffer.cpp39 int sh, int sl, int dh, int dl, int ch, int cl, int dither);
324 int sh, int sl, // src in downshift_component() argument
329 const int sbits = sh-sl; in downshift_component()
339 if (shift >= 0) v += (dither >> shift) << sl; in downshift_component()
340 else v += (dither << (-shift)) << sl; in downshift_component()
356 sl += 32-sh; in downshift_component()
363 sl = 0; in downshift_component()