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

  /external/qemu/android/protocol/
ui-commands-proxy.c 149 const size_t cmd_size = sizeof(UICmdChangeDispBrightness) + strlen(light) + 1; local
152 (UICmdChangeDispBrightness*)qemu_malloc(cmd_size);
156 _uiCmdProxy_send_command(AUICMD_CHANGE_DISP_BRIGHTNESS, cmd, cmd_size);
  /hardware/ti/wlan/mac80211/ti-utils/
calibrator.c 102 static int cmd_size; variable
109 _cmd = (const struct cmd *)((char *)_cmd + cmd_size))
489 cmd_size = abs((long)&__section_set - (long)&__section_get);
  /device/samsung/tuna/audio/
audio_hw.c 2847 uint32_t cmd_size = 2 * sizeof(uint32_t); local
    [all...]

Completed in 66 milliseconds