/device/generic/goldfish/qemud/ |
D | qemud.c | 344 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/ |
D | mat.c | 348 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/ |
D | iniparser.c | 46 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/ |
D | glUtils.cpp | 446 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/ |
D | BaseActivity.java | 69 protected void handleLightMessage(LightMsg l) { in handleLightMessage() argument 71 mInputController.setLightValue(l.getLight()); in handleLightMessage()
|
D | DemoKitActivity.java | 339 LightMsg l = (LightMsg) msg.obj; 340 handleLightMessage(l); 372 protected void handleLightMessage(LightMsg l) { in handleLightMessage() argument
|
D | ColorWheel.java | 48 public void setOnColorChangedListener(OnColorChangedListener l) { in setOnColorChangedListener() argument 49 mListener = l; in setOnColorChangedListener()
|
/device/moto/shamu/camera/QCamera/HAL2/core/src/ |
D | QCameraStream.cpp | 42 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/ |
D | gralloc.cpp | 466 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/ |
D | flash-all.sh | 48 python ${INSTALLER_DIR}/hisi-idt.py --img1=${INSTALLER_DIR}/l-loader.bin -d ${DEVICE_PORT}
|
/device/generic/goldfish/camera/ |
D | EmulatedFakeCamera2.cpp | 148 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 …]
|
D | EmulatedFakeCamera3.cpp | 139 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/ |
D | keyboard_layout_volantis_japanese.kcm | 234 label: 'l' 235 base: 'l'
|
D | keyboard_layout_volantis_english_us.kcm | 232 label: 'l' 233 base: 'l'
|
D | keyboard_layout_volantis_english_uk.kcm | 244 label: 'l' 245 base: 'l'
|
D | keyboard_layout_volantis_spanish.kcm | 245 label: 'l' 246 base: 'l'
|
D | keyboard_layout_volantis_italian.kcm | 241 label: 'l' 242 base: 'l'
|
D | keyboard_layout_volantis_french.kcm | 252 label: 'l' 253 base: 'l'
|
/device/google/dragon/DragonKeyboard/res/raw/ |
D | keyboard_layout_dragon_english_us.kcm | 217 label: 'l' 218 base: 'l'
|
D | keyboard_layout_dragon_french.kcm | 231 label: 'l' 232 base: 'l'
|
D | keyboard_layout_dragon_spanish_latin.kcm | 221 label: 'l' 222 base: 'l'
|
D | keyboard_layout_dragon_spanish.kcm | 224 label: 'l' 225 base: 'l'
|
D | keyboard_layout_dragon_english_uk.kcm | 229 label: 'l' 230 base: 'l'
|
D | keyboard_layout_dragon_danish.kcm | 228 label: 'l' 229 base: 'l'
|
D | keyboard_layout_dragon_norwegian.kcm | 228 label: 'l' 229 base: 'l'
|