HomeSort by relevance Sort by last modified time
    Searched full:local_output (Results 1 - 9 of 9) sorted by null

  /system/netd/server/
StrictController.h 39 static const char* LOCAL_OUTPUT;
FirewallController.h 72 static const char* LOCAL_OUTPUT;
StrictController.cpp 38 const char* StrictController::LOCAL_OUTPUT = "st_OUTPUT";
147 CLEAR_CHAIN(LOCAL_OUTPUT),
173 LOCAL_OUTPUT, uid, LOCAL_CLEAR_DETECT),
184 LOCAL_OUTPUT, uid, LOCAL_CLEAR_DETECT));
Controllers.cpp 66 FirewallController::LOCAL_OUTPUT,
67 StrictController::LOCAL_OUTPUT,
68 BandwidthController::LOCAL_OUTPUT,
FirewallController.cpp 43 const char* FirewallController::LOCAL_OUTPUT = "fw_OUTPUT";
132 for (const char *parent : { LOCAL_INPUT, LOCAL_OUTPUT }) {
220 chainNames = { LOCAL_INPUT, LOCAL_OUTPUT };
BandwidthController.h 114 static const char LOCAL_OUTPUT[];
BandwidthController.cpp 64 const char BandwidthController::LOCAL_OUTPUT[] = "bw_OUTPUT";
    [all...]
  /hardware/intel/img/psb_video/src/x11/
psb_xrandr.h 138 psb_xrandr_output_p local_output[2]; member in struct:_psb_xrandr_info_s
psb_xrandr.c 267 psb_xrandr_info->local_output[0] = p_output;
276 psb_xrandr_info->local_output[0] = NULL;
282 psb_xrandr_info->local_output[1] = p_output;
291 psb_xrandr_info->local_output[1] = NULL;
312 psb_xrandr_info->local_output[0] = p_output;
316 psb_xrandr_info->local_output[0] = NULL;
    [all...]

Completed in 493 milliseconds