HomeSort by relevance Sort by last modified time
    Searched full:set_mode (Results 76 - 100 of 142) sorted by null

1 2 34 5 6

  /external/autotest/server/cros/ap_configurators/
netgear_WNDR_dual_band_configurator.py 125 def set_mode(self, mode, band=None): member in class:NetgearDualBandAPConfigurator
netgearwnr1000v4_ap_configurator.py 176 def set_mode(self, mode, band=None): member in class:NetgearWNR1000V4APConfigurator
dynamic_ap_configurator.py 582 self.set_mode(set_ap_spec.mode)
596 def set_mode(self, mode, band=None): member in class:DynamicAPConfigurator
westerndigitaln600_ap_configurator.py 149 def set_mode(self, mode, band=None): member in class:WesternDigitalN600APConfigurator
  /external/syslinux/efi/
vesa.c 307 .set_mode = efi_vesacon_set_mode,
  /external/webrtc/webrtc/modules/audio_processing/
gain_control_impl.cc 268 int GainControlImpl::set_mode(Mode mode) { function in class:webrtc::GainControlImpl
  /frameworks/base/services/core/java/com/android/server/vr/
Vr2dDisplay.java 46 "com.android.server.vr.Vr2dDisplay.SET_MODE";
  /external/syslinux/com32/lib/sys/vesa/
i915resolution.c 608 static int set_mode(vbios_map * map, unsigned int mode, function
781 rv = set_mode(map, mode, x, y, bp, 0, 0);
  /hardware/libhardware/include/hardware/
audio.h 671 * set_mode is called when the audio mode changes. AUDIO_MODE_NORMAL mode
675 int (*set_mode)(struct audio_hw_device *dev, audio_mode_t mode); member in struct:audio_hw_device
    [all...]
  /device/generic/goldfish/audio/
audio_hw_legacy.c 683 adev->device.set_mode = adev_set_mode;
  /device/linaro/hikey/audio/
audio_hw.c 674 adev->hw_device.set_mode = adev_set_mode;
  /external/webrtc/webrtc/modules/audio_processing/test/
debug_dump_test.cc 448 apm_->gain_control()->set_mode(
audio_processing_unittest.cc 170 EXPECT_NOERR(ap->gain_control()->set_mode(GainControl::kAdaptiveDigital));
178 EXPECT_NOERR(ap->gain_control()->set_mode(GainControl::kAdaptiveAnalog));
    [all...]
  /frameworks/native/services/surfaceflinger/
SurfaceInterceptor.cpp 520 powerModeUpdate->set_mode(mode);
  /hardware/libhardware/modules/audio/
audio_hw.c 594 adev->device.set_mode = adev_set_mode;
  /hardware/libhardware_legacy/audio/
audio_hw_hal.cpp 664 ladev->device.set_mode = adev_set_mode;
  /external/gflags/android/gflags/
gflags.h 245 // SetCommandLineOption uses set_mode == SET_FLAGS_VALUE (the common case)
247 extern GFLAGS_DLL_DECL std::string SetCommandLineOptionWithMode(const char* name, const char* value, FlagSettingMode set_mode);
  /external/gflags/src/
gflags.h.in 245 // SetCommandLineOption uses set_mode == SET_FLAGS_VALUE (the common case)
247 extern GFLAGS_DLL_DECL std::string SetCommandLineOptionWithMode(const char* name, const char* value, FlagSettingMode set_mode);
  /external/google-breakpad/src/third_party/linux/include/gflags/
gflags.h 244 // SetCommandLineOption uses set_mode == SET_FLAGS_VALUE (the common case)
247 FlagSettingMode set_mode);
  /external/libyuv/files/third_party/gflags/gen/posix/include/gflags/
gflags.h 244 // SetCommandLineOption uses set_mode == SET_FLAGS_VALUE (the common case)
246 extern GFLAGS_DLL_DECL std::string SetCommandLineOptionWithMode(const char* name, const char* value, FlagSettingMode set_mode);
  /external/libyuv/files/third_party/gflags/gen/win/include/gflags/
gflags.h 244 // SetCommandLineOption uses set_mode == SET_FLAGS_VALUE (the common case)
246 extern GFLAGS_DLL_DECL std::string SetCommandLineOptionWithMode(const char* name, const char* value, FlagSettingMode set_mode);
  /external/webrtc/third_party/gflags/gen/posix/include/gflags/
gflags.h 266 // SetCommandLineOption uses set_mode == SET_FLAGS_VALUE (the common case)
269 FlagSettingMode set_mode);
  /external/webrtc/third_party/gflags/gen/win/include/gflags/
gflags.h 288 // SetCommandLineOption uses set_mode == SET_FLAGS_VALUE (the common case)
291 FlagSettingMode set_mode);
  /toolchain/binutils/binutils-2.27/gold/
script.cc 239 set_mode(Mode mode) function in class:gold::Lex
    [all...]
  /external/libvterm/src/
state.c 713 static void set_mode(VTermState *state, int num, int val) function
1247 set_mode(state, CSI_ARG(args[0]), 1);
1269 set_mode(state, CSI_ARG(args[0]), 0);
    [all...]

Completed in 734 milliseconds

1 2 34 5 6