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

  /bootable/recovery/mtdutils/
mtdutils.c 223 mode_t new_mode = st.st_mode | S_IXUSR | S_IXGRP | S_IXOTH; local
224 if (new_mode != st.st_mode) {
226 rv = chmod(mount_point, new_mode);
  /system/connectivity/shill/wifi/
wifi_endpoint.cc 114 string new_mode = local
116 if (new_mode != network_mode_) {
117 network_mode_ = new_mode;
  /system/bt/stack/btm/
btm_ble_gap.c 1757 UINT8 new_mode = BTM_BLE_ADV_ENABLE; local
1867 UINT8 new_mode = BTM_BLE_ADV_ENABLE; local
    [all...]
  /external/libvpx/libvpx/vp9/
vp9_cx_iface.c 843 MODE new_mode = BEST; local
856 new_mode = (deadline > duration_us) ? GOOD : REALTIME;
858 new_mode = BEST;
864 new_mode = deadline > 0 ? GOOD : BEST;
868 if (ctx->oxcf.mode != new_mode) {
869 ctx->oxcf.mode = new_mode
    [all...]
  /external/selinux/policycoreutils/semodule/
semodule.c 151 /* Sets the global mode variable to new_mode, but only if no other
153 static void set_mode(enum client_modes new_mode, char *arg)
163 commands[num_commands].mode = new_mode;
  /external/wpa_supplicant_8/src/drivers/
driver_wext.c 2277 unsigned int new_mode = mode ? IW_MODE_ADHOC : IW_MODE_INFRA; local
    [all...]

Completed in 100 milliseconds