Home
last modified time | relevance | path

Searched refs:current (Results 1 – 19 of 19) sorted by relevance

/device/asus/fugu/libaudio/
DAudioHardwareOutput.cpp305 const AudioHardwareOutput::OutputSettings& current, in applyOutputSettings_l() argument
314 if (initial.allowed != current.allowed) { in applyOutputSettings_l()
315 updateMe.allowed = current.allowed; in applyOutputSettings_l()
330 if (initial.delayCompUsec != current.delayCompUsec) { in applyOutputSettings_l()
331 updateMe.delayCompUsec = current.delayCompUsec; in applyOutputSettings_l()
333 out->setExternalDelay_uSec(current.delayCompUsec); in applyOutputSettings_l()
336 if (initial.isFixed != current.isFixed) { in applyOutputSettings_l()
337 updateMe.isFixed = current.isFixed; in applyOutputSettings_l()
339 out->setOutputIsFixed(current.isFixed); in applyOutputSettings_l()
342 if (initial.fixedLvl != current.fixedLvl) { in applyOutputSettings_l()
[all …]
DAudioHardwareOutput.h94 const OutputSettings& current,
/device/generic/goldfish/camera/
DEmulatedFakeCameraDevice.cpp271 bool current = black; in drawCheckerboard() local
273 if (current) { in drawCheckerboard()
284 current = !current; in drawCheckerboard()
DEmulatedCamera.cpp45 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/htc/flounder/VolantisLayout/
DAndroid.mk10 LOCAL_SDK_VERSION := current
/device/moto/shamu/ShamuLayout/
DAndroid.mk10 LOCAL_SDK_VERSION := current
/device/sample/apps/LeanbackWidget/
DAndroid.mk11 LOCAL_SDK_VERSION := current
/device/sample/apps/SetupCustomizer/
DAndroid.mk11 LOCAL_SDK_VERSION := current
/device/sample/apps/upgrade/
DAndroid.mk31 LOCAL_SDK_VERSION := current
/device/sample/apps/LeanbackCustomizer/
DAndroid.mk11 LOCAL_SDK_VERSION := current
/device/sample/apps/client/
DAndroid.mk34 LOCAL_SDK_VERSION := current
/device/asus/flo/camera/QCamera2/HAL/
DQCameraParameters.cpp5976 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/lge/hammerhead/camera/QCamera2/HAL/
DQCameraParameters.cpp5976 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/
Dkickstart.te35 # sys.current.cnv : to indicate which NV file is used for dynamical customization
/device/generic/goldfish/opengl/system/renderControl_enc/
DREADME91 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/
DQCamera3HWI.cpp2299 int current, next; in AddSetParmEntryToBatch() local
2304 current = GET_FIRST_PARAM_ID(p_table); in AddSetParmEntryToBatch()
2305 if (position == current){ in AddSetParmEntryToBatch()
2307 } else if (position < current){ in AddSetParmEntryToBatch()
2308 SET_NEXT_PARAM_ID(position, p_table, current); in AddSetParmEntryToBatch()
2312 while (position > GET_NEXT_PARAM_ID(current, p_table)) in AddSetParmEntryToBatch()
2313 current = GET_NEXT_PARAM_ID(current, p_table); in AddSetParmEntryToBatch()
2316 if (position != GET_NEXT_PARAM_ID(current, p_table)) { in AddSetParmEntryToBatch()
2317 next = GET_NEXT_PARAM_ID(current, p_table); in AddSetParmEntryToBatch()
2318 SET_NEXT_PARAM_ID(current, p_table, position); in AddSetParmEntryToBatch()
/device/lge/mako/
DWCNSS_qcom_cfg.ini128 #Check if the AP to which we are roaming is better than current AP in terms of RSSI.
/device/asus/flo/
DWCNSS_qcom_cfg.ini128 #Check if the AP to which we are roaming is better than current AP in terms of RSSI.
/device/lge/hammerhead/camera/QCamera2/HAL3/
DQCamera3HWI.cpp4425 int current, next; in AddSetMetaEntryToBatch() local
4430 current = GET_FIRST_PARAM_ID(p_table); in AddSetMetaEntryToBatch()
4431 if (position == current){ in AddSetMetaEntryToBatch()
4433 } else if (position < current){ in AddSetMetaEntryToBatch()
4434 SET_NEXT_PARAM_ID(position, p_table, current); in AddSetMetaEntryToBatch()
4438 while (position > GET_NEXT_PARAM_ID(current, p_table)) in AddSetMetaEntryToBatch()
4439 current = GET_NEXT_PARAM_ID(current, p_table); in AddSetMetaEntryToBatch()
4442 if (position != GET_NEXT_PARAM_ID(current, p_table)) { in AddSetMetaEntryToBatch()
4443 next = GET_NEXT_PARAM_ID(current, p_table); in AddSetMetaEntryToBatch()
4444 SET_NEXT_PARAM_ID(current, p_table, position); in AddSetMetaEntryToBatch()