Home
last modified time | relevance | path

Searched refs:l (Results 1 – 25 of 57) sorted by relevance

123

/device/generic/goldfish/qemud/
Dqemud.c344 looper_init( Looper* l ) in looper_init() argument
346 l->epoll_fd = epoll_create(4); in looper_init()
347 l->num_fds = 0; in looper_init()
348 l->max_fds = 0; in looper_init()
349 l->events = NULL; in looper_init()
350 l->hooks = NULL; in looper_init()
355 looper_done( Looper* l ) in looper_done() argument
357 xfree(l->events); in looper_done()
358 xfree(l->hooks); in looper_done()
359 l->max_fds = 0; in looper_done()
[all …]
/device/google/contexthub/firmware/src/algos/
Dmat.c348 uint32_t i, j, k, l, m; in mat33GetEigenbasis() local
369 l = ind[m]; in mat33GetEigenbasis()
370 float p = S->elem[k][l]; in mat33GetEigenbasis()
376 float y = (_eigenvals[l] - _eigenvals[k]) * 0.5f; in mat33GetEigenbasis()
389 S->elem[k][l] = 0.0f; in mat33GetEigenbasis()
392 _eigenvals[l] += t; in mat33GetEigenbasis()
395 mat33Rotate(S, c, s, i, k, i, l); in mat33GetEigenbasis()
398 for (i = k + 1; i < l; ++i) { in mat33GetEigenbasis()
399 mat33Rotate(S, c, s, k, i, i, l); in mat33GetEigenbasis()
402 for (i = l + 1; i < N; ++i) { in mat33GetEigenbasis()
[all …]
/device/google/dragon/audio/hal/
Diniparser.c46 static char l[ASCIILINESZ+1]; in strlwc() local
50 memset(l, 0, ASCIILINESZ+1); in strlwc()
53 l[i] = (char)tolower((int)s[i]); in strlwc()
56 l[ASCIILINESZ]=(char)0; in strlwc()
57 return l ; in strlwc()
76 static char l[ASCIILINESZ+1]; in strstrip() local
82 memset(l, 0, ASCIILINESZ+1); in strstrip()
83 strcpy(l, s); in strstrip()
84 last = l + strlen(l); in strstrip()
85 while (last > l) { in strstrip()
[all …]
/device/generic/goldfish/opengl/shared/OpenglCodecCommon/
DglUtils.cpp446 int l=0; in glUtilsPackStrings() local
449 l = strlen(strings[i]); in glUtilsPackStrings()
452 l = length[i]; in glUtilsPackStrings()
453 strncat(p, strings[i], l); in glUtilsPackStrings()
456 p += l; in glUtilsPackStrings()
465 int l; in glUtilsCalcShaderSourceLen() local
467 l = strings[i]!=NULL ? strlen(strings[i]) : 0; in glUtilsCalcShaderSourceLen()
469 l = length[i]; in glUtilsCalcShaderSourceLen()
471 len += l; in glUtilsCalcShaderSourceLen()
/device/google/accessory/demokit/app/src/com/google/android/DemoKit/
DBaseActivity.java69 protected void handleLightMessage(LightMsg l) { in handleLightMessage() argument
71 mInputController.setLightValue(l.getLight()); in handleLightMessage()
DDemoKitActivity.java339 LightMsg l = (LightMsg) msg.obj;
340 handleLightMessage(l);
372 protected void handleLightMessage(LightMsg l) { in handleLightMessage() argument
DColorWheel.java48 public void setOnColorChangedListener(OnColorChangedListener l) { in setOnColorChangedListener() argument
49 mListener = l; in setOnColorChangedListener()
/device/moto/shamu/camera/QCamera/HAL2/core/src/
DQCameraStream.cpp42 Mutex::Autolock l(&mQueueLock); in init() local
48 Mutex::Autolock l(&mQueueLock); in deinit() local
54 Mutex::Autolock l(&mQueueLock); in isInitialized() local
60 Mutex::Autolock l(&mQueueLock); in enqueue() local
92 Mutex::Autolock l(&mQueueLock); in flush() local
/device/generic/goldfish/opengl/system/gralloc/
Dgralloc.cpp466 int l, int t, int w, int h) in fb_setUpdateRect() argument
470 (void)l; in fb_setUpdateRect()
603 int l, int t, int w, int h, in gralloc_lock() argument
607 return sFallback->lock(sFallback, handle, usage, l, t, w, h, vaddr); in gralloc_lock()
706 cb->lockedLeft = l; in gralloc_lock()
784 int l, int t, int w, int h, in gralloc_lock_ycbcr() argument
873 cb->lockedLeft = l; in gralloc_lock_ycbcr()
/device/linaro/hikey/installer/
Dflash-all.sh48 python ${INSTALLER_DIR}/hisi-idt.py --img1=${INSTALLER_DIR}/l-loader.bin -d ${DEVICE_PORT}
/device/generic/goldfish/camera/
DEmulatedFakeCamera2.cpp148 Mutex::Autolock l(mMutex); in connectCamera() local
188 Mutex::Autolock l(mMutex); in plugCamera() local
201 Mutex::Autolock l(mMutex); in unplugCamera() local
213 Mutex::Autolock l(mMutex); in getHotplugStatus() local
223 Mutex::Autolock l(mMutex); in closeCamera() local
253 Mutex::Autolock l(mMutex); in closeCamera() local
288 Mutex::Autolock l(mMutex); in getInProgressCount() local
313 Mutex::Autolock l(mMutex); in constructDefaultRequest() local
349 Mutex::Autolock l(mMutex); in allocateStream() local
466 Mutex::Autolock l(mMutex); in registerStreamBuffers() local
[all …]
DEmulatedFakeCamera3.cpp139 Mutex::Autolock l(mLock); in connectCamera() local
181 Mutex::Autolock l(mLock); in closeCamera() local
197 Mutex::Autolock l(mLock); in closeCamera() local
224 Mutex::Autolock l(mLock); in configureStreams() local
364 Mutex::Autolock l(mLock); in registerStreamBuffers() local
376 Mutex::Autolock l(mLock); in constructDefaultRequestSettings() local
724 Mutex::Autolock l(mLock); in processCaptureRequest() local
2224 Mutex::Autolock l(mLock); in signalReadoutIdle() local
2267 Mutex::Autolock l(mLock); in queueCaptureRequest() local
2274 Mutex::Autolock l(mLock); in isIdle() local
[all …]
/device/htc/flounder/VolantisKeyboard/res/raw/
Dkeyboard_layout_volantis_japanese.kcm234 label: 'l'
235 base: 'l'
Dkeyboard_layout_volantis_english_us.kcm232 label: 'l'
233 base: 'l'
Dkeyboard_layout_volantis_english_uk.kcm244 label: 'l'
245 base: 'l'
Dkeyboard_layout_volantis_spanish.kcm245 label: 'l'
246 base: 'l'
Dkeyboard_layout_volantis_italian.kcm241 label: 'l'
242 base: 'l'
Dkeyboard_layout_volantis_french.kcm252 label: 'l'
253 base: 'l'
/device/google/dragon/DragonKeyboard/res/raw/
Dkeyboard_layout_dragon_english_us.kcm217 label: 'l'
218 base: 'l'
Dkeyboard_layout_dragon_french.kcm231 label: 'l'
232 base: 'l'
Dkeyboard_layout_dragon_spanish_latin.kcm221 label: 'l'
222 base: 'l'
Dkeyboard_layout_dragon_spanish.kcm224 label: 'l'
225 base: 'l'
Dkeyboard_layout_dragon_english_uk.kcm229 label: 'l'
230 base: 'l'
Dkeyboard_layout_dragon_danish.kcm228 label: 'l'
229 base: 'l'
Dkeyboard_layout_dragon_norwegian.kcm228 label: 'l'
229 base: 'l'

123