/device/asus/fugu/libaudio/ |
D | AudioHardwareOutput.cpp | 306 const AudioHardwareOutput::OutputSettings& current, in applyOutputSettings_l() argument 315 if (initial.allowed != current.allowed) { in applyOutputSettings_l() 316 updateMe.allowed = current.allowed; in applyOutputSettings_l() 331 if (initial.delayCompUsec != current.delayCompUsec) { in applyOutputSettings_l() 332 updateMe.delayCompUsec = current.delayCompUsec; in applyOutputSettings_l() 334 out->setExternalDelay_uSec(current.delayCompUsec); in applyOutputSettings_l() 337 if (initial.isFixed != current.isFixed) { in applyOutputSettings_l() 338 updateMe.isFixed = current.isFixed; in applyOutputSettings_l() 340 out->setOutputIsFixed(current.isFixed); in applyOutputSettings_l() 343 if (initial.fixedLvl != current.fixedLvl) { in applyOutputSettings_l() [all …]
|
D | AudioHardwareOutput.h | 94 const OutputSettings& current,
|
/device/generic/goldfish/camera/ |
D | EmulatedFakeCameraDevice.cpp | 271 bool current = black; in drawCheckerboard() local 273 if (current) { in drawCheckerboard() 284 current = !current; in drawCheckerboard()
|
D | EmulatedCamera.cpp | 45 static void PrintParamDiff(const CameraParameters& current, const char* new_par); 47 #define PrintParamDiff(current, new_par) (void(0)) 1010 static void PrintParamDiff(const CameraParameters& current, in PrintParamDiff() argument 1024 const char* in_current = current.get(tmp); in PrintParamDiff()
|
/device/moto/shamu/ShamuLayout/ |
D | Android.mk | 10 LOCAL_SDK_VERSION := current
|
/device/htc/flounder/VolantisLayout/ |
D | Android.mk | 10 LOCAL_SDK_VERSION := current
|
/device/sample/apps/LeanbackWidget/ |
D | Android.mk | 11 LOCAL_SDK_VERSION := current
|
/device/sample/apps/upgrade/ |
D | Android.mk | 31 LOCAL_SDK_VERSION := current
|
/device/sample/apps/SetupCustomizer/ |
D | Android.mk | 11 LOCAL_SDK_VERSION := current
|
/device/sample/apps/LeanbackCustomizer/ |
D | Android.mk | 11 LOCAL_SDK_VERSION := current
|
/device/sample/apps/client/ |
D | Android.mk | 34 LOCAL_SDK_VERSION := current
|
/device/lge/hammerhead/camera/QCamera2/HAL/ |
D | QCameraParameters.cpp | 5976 int current, next; in AddSetParmEntryToBatch() local 5981 current = GET_FIRST_PARAM_ID(p_table); in AddSetParmEntryToBatch() 5982 if (position == current){ in AddSetParmEntryToBatch() 5984 } else if (position < current){ in AddSetParmEntryToBatch() 5985 SET_NEXT_PARAM_ID(position, p_table, current); in AddSetParmEntryToBatch() 5989 while (position > GET_NEXT_PARAM_ID(current, p_table)) in AddSetParmEntryToBatch() 5990 current = GET_NEXT_PARAM_ID(current, p_table); in AddSetParmEntryToBatch() 5993 if (position != GET_NEXT_PARAM_ID(current, p_table)) { in AddSetParmEntryToBatch() 5994 next = GET_NEXT_PARAM_ID(current, p_table); in AddSetParmEntryToBatch() 5995 SET_NEXT_PARAM_ID(current, p_table, position); in AddSetParmEntryToBatch() [all …]
|
/device/asus/flo/camera/QCamera2/HAL/ |
D | QCameraParameters.cpp | 5976 int current, next; in AddSetParmEntryToBatch() local 5981 current = GET_FIRST_PARAM_ID(p_table); in AddSetParmEntryToBatch() 5982 if (position == current){ in AddSetParmEntryToBatch() 5984 } else if (position < current){ in AddSetParmEntryToBatch() 5985 SET_NEXT_PARAM_ID(position, p_table, current); in AddSetParmEntryToBatch() 5989 while (position > GET_NEXT_PARAM_ID(current, p_table)) in AddSetParmEntryToBatch() 5990 current = GET_NEXT_PARAM_ID(current, p_table); in AddSetParmEntryToBatch() 5993 if (position != GET_NEXT_PARAM_ID(current, p_table)) { in AddSetParmEntryToBatch() 5994 next = GET_NEXT_PARAM_ID(current, p_table); in AddSetParmEntryToBatch() 5995 SET_NEXT_PARAM_ID(current, p_table, position); in AddSetParmEntryToBatch() [all …]
|
/device/htc/flounder/sepolicy/ |
D | kickstart.te | 35 # sys.current.cnv : to indicate which NV file is used for dynamical customization
|
/device/generic/goldfish/opengl/system/renderControl_enc/ |
D | README | 91 This flushes the current window color buffer 99 Binds a windowSurface(s) and current rendering context for the 112 colorBuffer to the current binded texture object of the calling thread.
|
/device/asus/flo/camera/QCamera2/HAL3/ |
D | QCamera3HWI.cpp | 2295 int current, next; in AddSetParmEntryToBatch() local 2300 current = GET_FIRST_PARAM_ID(p_table); in AddSetParmEntryToBatch() 2301 if (position == current){ in AddSetParmEntryToBatch() 2303 } else if (position < current){ in AddSetParmEntryToBatch() 2304 SET_NEXT_PARAM_ID(position, p_table, current); in AddSetParmEntryToBatch() 2308 while (position > GET_NEXT_PARAM_ID(current, p_table)) in AddSetParmEntryToBatch() 2309 current = GET_NEXT_PARAM_ID(current, p_table); in AddSetParmEntryToBatch() 2312 if (position != GET_NEXT_PARAM_ID(current, p_table)) { in AddSetParmEntryToBatch() 2313 next = GET_NEXT_PARAM_ID(current, p_table); in AddSetParmEntryToBatch() 2314 SET_NEXT_PARAM_ID(current, p_table, position); in AddSetParmEntryToBatch()
|
/device/asus/flo/ |
D | WCNSS_qcom_cfg.ini | 128 #Check if the AP to which we are roaming is better than current AP in terms of RSSI.
|
/device/lge/hammerhead/camera/QCamera2/HAL3/ |
D | QCamera3HWI.cpp | 4494 int current, next; in AddSetMetaEntryToBatch() local 4499 current = GET_FIRST_PARAM_ID(p_table); in AddSetMetaEntryToBatch() 4500 if (position == current){ in AddSetMetaEntryToBatch() 4502 } else if (position < current){ in AddSetMetaEntryToBatch() 4503 SET_NEXT_PARAM_ID(position, p_table, current); in AddSetMetaEntryToBatch() 4507 while (position > GET_NEXT_PARAM_ID(current, p_table)) in AddSetMetaEntryToBatch() 4508 current = GET_NEXT_PARAM_ID(current, p_table); in AddSetMetaEntryToBatch() 4511 if (position != GET_NEXT_PARAM_ID(current, p_table)) { in AddSetMetaEntryToBatch() 4512 next = GET_NEXT_PARAM_ID(current, p_table); in AddSetMetaEntryToBatch() 4513 SET_NEXT_PARAM_ID(current, p_table, position); in AddSetMetaEntryToBatch()
|