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

  /external/bluetooth/bluedroid/hci/src/
lpm.c 286 void lpm_enable(uint8_t turn_on)
294 if ((turn_on == TRUE) && (bt_lpm_cb.state == LPM_ENABLED))
300 else if ((turn_on == FALSE) && (bt_lpm_cb.state == LPM_DISABLED))
310 uint8_t lpm_cmd = (turn_on) ? BT_VND_LPM_ENABLE : BT_VND_LPM_DISABLE;
311 bt_lpm_cb.state = (turn_on) ? LPM_ENABLING : LPM_DISABLING;
bt_hci_bdroid.c 58 void lpm_enable(uint8_t turn_on);
  /device/common/libbt/src/
bt_vendor_brcm.c 49 uint8_t hw_lpm_enable(uint8_t turn_on);
hardware.c     [all...]
  /external/chromium/chrome/browser/automation/
testing_automation_provider.cc 4813 bool turn_on; local
4880 bool turn_on; local
    [all...]
  /external/openssl/crypto/bio/
bio.h 727 int BIO_set_tcp_ndelay(int sock,int turn_on);
    [all...]
  /external/openssl/include/openssl/
bio.h 727 int BIO_set_tcp_ndelay(int sock,int turn_on);
    [all...]
  /external/valgrind/main/coregrind/m_syswrap/
syswrap-linux.c 723 unsigned long, from, unsigned long, num, int, turn_on);
    [all...]
  /external/valgrind/main/memcheck/tests/x86-linux/
scalar.stderr.exp     [all...]

Completed in 1116 milliseconds