HomeSort by relevance Sort by last modified time
    Searched refs:get_mode (Results 1 - 7 of 7) sorted by null

  /external/libvpx/vp8/common/
proposed.h 32 int (*get_mode)(codec_ptr, MODE *mode, int *Speed, char **File); member in struct:__anon5099
40 int (*get_mode)(codec_ptr, MODE *mode, int *Speed, char **File); member in struct:__anon5100
  /external/quake/quake/src/QW/client/
vid_svgalib.c 348 int get_mode(char *name, int width, int height, int depth) function
588 current_mode = get_mode(getenv("GSVGAMODE"), w, h, d);
590 current_mode = get_mode(com_argv[COM_CheckParm("-mode")+1], w, h, d);
600 current_mode = get_mode(0, w, h, d);
  /external/quake/quake/src/WinQuake/
vid_svgalib.cpp 347 int get_mode(char *name, int width, int height, int depth) function
585 current_mode = get_mode(getenv("GSVGAMODE"), w, h, d);
587 current_mode = get_mode(com_argv[COM_CheckParm("-mode")+1], w, h, d);
597 current_mode = get_mode(0, w, h, d);
  /system/core/init/
builtins.c 532 static mode_t get_mode(const char *s) { function
546 mode_t mode = get_mode(args[1]);
  /external/bluetooth/hcidump/parser/
l2cap.c 189 static uint8_t get_mode(int in, uint16_t cid) function
772 uint8_t mode = get_mode(!frm->in, cid);
  /external/bluetooth/bluez/src/
adapter.c 336 static uint8_t get_mode(const bdaddr_t *bdaddr, const char *mode) function
353 return get_mode(bdaddr, onmode);
520 mode = powered ? get_mode(&adapter->bdaddr, "on") : MODE_OFF;
    [all...]
  /external/genext2fs/
genext2fs.c 1456 get_mode(struct stat *st) function
    [all...]

Completed in 437 milliseconds