HomeSort by relevance Sort by last modified time
    Searched defs:set_mode (Results 51 - 60 of 60) sorted by null

1 23

  /external/u-boot/include/
spi.h 424 int (*set_mode)(struct udevice *bus, uint mode); member in struct:dm_spi_ops
efi_api.h 568 efi_status_t(EFIAPI *set_mode)( member in struct:efi_simple_text_output_protocol
693 efi_status_t (EFIAPI *set_mode)(struct efi_gop *this, u32 mode_number); member in struct:efi_gop
  /external/webrtc/webrtc/modules/audio_processing/
gain_control_impl.cc 268 int GainControlImpl::set_mode(Mode mode) { function in class:webrtc::GainControlImpl
  /external/selinux/policycoreutils/semodule/
semodule.c 153 static void set_mode(enum client_modes new_mode, char *arg) function
217 set_mode(INSTALL_M, optarg);
223 set_mode(INSTALL_M, optarg);
226 set_mode(EXTRACT_M, optarg);
230 set_mode(CIL_M, NULL);
234 set_mode(HLL_M, NULL);
238 set_mode(LIST_M, optarg);
244 set_mode(REMOVE_M, optarg);
248 set_mode(INSTALL_M, optarg);
281 set_mode(PRIORITY_M, optarg)
    [all...]
  /external/libvterm/src/
state.c 695 static void set_mode(VTermState *state, int num, int val) function
1261 set_mode(state, CSI_ARG(args[0]), 1);
1283 set_mode(state, CSI_ARG(args[0]), 0);
    [all...]
  /external/libdrm/tests/modetest/
modetest.c 1161 static void set_mode(struct device *dev, struct pipe_arg *pipes, unsigned int count) function
    [all...]
  /external/freetype/src/base/
ftobjs.c 4448 FT_Renderer_SetModeFunc set_mode; local
    [all...]
  /external/u-boot/drivers/usb/musb-new/
musb_core.h 198 * @set_mode: forcefully changes operating mode
217 int (*set_mode)(struct musb *musb, u8 mode); member in struct:musb_platform_ops
547 if (!musb->ops->set_mode)
550 return musb->ops->set_mode(musb, mode);
  /external/libaom/libaom/third_party/libwebm/mkvmuxer/
mkvmuxer.h 1691 void set_mode(Mode mode) { mode_ = mode; } function in class:mkvmuxer::Segment
    [all...]
  /external/libvpx/libvpx/third_party/libwebm/mkvmuxer/
mkvmuxer.h 1691 void set_mode(Mode mode) { mode_ = mode; } function in class:mkvmuxer::Segment
    [all...]

Completed in 983 milliseconds

1 23