HomeSort by relevance Sort by last modified time
    Searched defs:nState (Results 1 - 10 of 10) sorted by null

  /hardware/qcom/bt/msm8960/libbt-vendor/src/
bt_vendor_qcom.c 37 extern int hw_config(int nState);
100 int nState = -1;
108 nState = *(int *) param;
109 retval = hw_config(nState);
110 if(nState == BT_VND_PWR_ON
  /external/pdfium/fpdfsdk/include/fxedit/
fxet_list.h 251 nState = other_nState;
255 int32_t nState; // 0:normal select -1:to deselect 1: to select
  /hardware/qcom/bt/msm8992/libbt-vendor/src/
bt_vendor_qcom.c 51 extern int hw_config(int nState);
623 int nState = -1;
642 nState = *(int *) param;
644 (nState == BT_VND_PWR_ON)? "On" : "Off" );
654 retval = hw_config(nState);
655 if(nState == BT_VND_PWR_ON
667 if(nState == BT_VND_PWR_ON && property_get_bool("wc_transport.vnd_power", 0)) {
670 retval = bt_powerup(nState);
672 property_set("wc_transport.vnd_power", nState == BT_VND_PWR_ON ? "1" : "0");
    [all...]
  /external/pdfium/fpdfsdk/src/fxedit/
fxet_list.cpp 320 pItem->nState = 1;
340 pItem->nState = -1;
385 return pItem->nState;
393 pItem->nState = -1;
401 if (pItem->nState == -1) {
405 pItem->nState = 0;
676 int32_t nState = m_aSelItems.GetState(i);
678 switch (nState) {
  /hardware/qcom/bt/msm8909/libbt-vendor/src/
bt_vendor_qcom.c 60 extern int hw_config(int nState);
636 int nState = -1;
655 nState = *(int *) param;
657 (nState == BT_VND_PWR_ON)? "On" : "Off" );
667 retval = hw_config(nState);
668 if(nState == BT_VND_PWR_ON
680 retval = bt_powerup(nState);
    [all...]
  /hardware/qcom/bt/msm8996/libbt-vendor/src/
bt_vendor_qcom.c 61 extern int hw_config(int nState);
652 int nState = -1;
672 nState = *(int *) param;
674 (nState == BT_VND_PWR_ON)? "On" : "Off" );
684 retval = hw_config(nState);
685 if(nState == BT_VND_PWR_ON
698 if(nState == BT_VND_PWR_ON && property_get_bool("wc_transport.vnd_power", 0)) {
701 retval = bt_powerup(nState);
703 property_set("wc_transport.vnd_power", nState == BT_VND_PWR_ON ? "1" : "0");
    [all...]
  /hardware/qcom/bt/msmcobalt/libbt-vendor/src/
bt_vendor_qcom.c 60 extern int hw_config(int nState);
722 int nState = -1;
757 nState = *(int *) param;
759 (nState == BT_VND_PWR_ON)? "On" : "Off" );
769 retval = hw_config(nState);
770 if(nState == BT_VND_PWR_ON
783 retval = bt_powerup(nState);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
mmc.h 444 UINT nState;
481 UINT nState;
    [all...]
  /external/sqlite/dist/orig/
sqlite3.c     [all...]
  /external/sqlite/dist/
sqlite3.c     [all...]

Completed in 774 milliseconds