OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:controlMode
(Results
1 - 6
of
6
) sorted by null
/packages/apps/MusicFX/src/com/android/musicfx/
ControlPanelEffect.java
48
static enum
ControlMode
{
162
final
ControlMode
controlMode
= getControlMode(audioSession);
285
if (
controlMode
==
ControlMode
.CONTROL_PREFERENCES) {
340
public static
ControlMode
getControlMode(final int audioSession) {
342
return
ControlMode
.CONTROL_PREFERENCES;
344
return
ControlMode
.CONTROL_EFFECTS;
362
final
ControlMode
controlMode
= getControlMode(audioSession)
[
all
...]
/hardware/samsung_slsi/exynos5/libcamera2/
ExynosCamera2.cpp
894
static const uint8_t
controlMode
= ANDROID_CONTROL_MODE_AUTO;
895
ADD_OR_SIZE(ANDROID_CONTROL_MODE, &
controlMode
, 1);
/device/generic/goldfish/camera/
EmulatedFakeCamera3.cpp
666
static const uint8_t
controlMode
= ANDROID_CONTROL_MODE_AUTO;
667
settings.update(ANDROID_CONTROL_MODE, &
controlMode
, 1);
[
all
...]
EmulatedFakeCamera2.cpp
[
all
...]
/device/asus/flo/camera/QCamera2/HAL3/
QCamera3HWI.cpp
[
all
...]
/hardware/qcom/camera/QCamera2/HAL3/
QCamera3HWI.cpp
[
all
...]
Completed in 210 milliseconds