HomeSort by relevance Sort by last modified time
    Searched refs:bSet (Results 1 - 25 of 58) sorted by null

1 2 3

  /external/parameter-framework/upstream/parameter/
BaseParameter.h 54 virtual bool access(bool &bValue, bool bSet,
56 virtual bool access(std::vector<bool> &abValues, bool bSet,
60 virtual bool access(uint32_t &uiValue, bool bSet,
62 virtual bool access(std::vector<uint32_t> &auiValues, bool bSet,
66 virtual bool access(int32_t &iValue, bool bSet,
68 virtual bool access(std::vector<int32_t> &aiValues, bool bSet,
72 virtual bool access(double &dValue, bool bSet,
74 virtual bool access(std::vector<double> &adValues, bool bSet,
82 bool access(std::string &strValue, bool bSet,
84 virtual bool access(std::vector<std::string> &astrValues, bool bSet,
    [all...]
Parameter.cpp 113 bool CParameter::access(bool &bValue, bool bSet,
116 return doAccess(bValue, bSet, parameterAccessContext);
120 bool CParameter::access(uint32_t &uiValue, bool bSet,
123 return doAccess(uiValue, bSet, parameterAccessContext);
127 bool CParameter::access(int32_t &iValue, bool bSet,
130 return doAccess(iValue, bSet, parameterAccessContext);
134 bool CParameter::access(double &dValue, bool bSet,
137 return doAccess(dValue, bSet, parameterAccessContext);
142 bool CParameter::doAccess(type &value, bool bSet,
145 if (bSet) {
    [all...]
Parameter.h 55 bool access(bool &bValue, bool bSet,
59 bool access(uint32_t &uiValue, bool bSet,
63 bool access(int32_t &iValue, bool bSet,
67 bool access(double &dValue, bool bSet,
90 bool doAccess(type &value, bool bSet, CParameterAccessContext &parameterAccessContext) const;
ArrayParameter.h 44 bool access(std::vector<bool> &abValues, bool bSet,
46 bool access(std::vector<uint32_t> &auiValues, bool bSet,
48 bool access(std::vector<int32_t> &aiValues, bool bSet,
50 bool access(std::vector<double> &adValues, bool bSet,
52 bool access(std::vector<std::string> &astrValues, bool bSet,
57 virtual bool accessValue(CPathNavigator &pathNavigator, std::string &strValue, bool bSet,
92 bool accessValues(std::vector<type> &values, bool bSet,
ArrayParameter.cpp 72 bool CArrayParameter::accessValue(CPathNavigator &pathNavigator, string &strValue, bool bSet,
82 if (bSet) {
136 bool CArrayParameter::access(std::vector<bool> &abValues, bool bSet,
139 return accessValues(abValues, bSet, parameterAccessContext);
143 bool CArrayParameter::access(std::vector<uint32_t> &auiValues, bool bSet,
146 return accessValues(auiValues, bSet, parameterAccessContext);
150 bool CArrayParameter::access(std::vector<int32_t> &aiValues, bool bSet,
153 return accessValues(aiValues, bSet, parameterAccessContext);
157 bool CArrayParameter::access(std::vector<double> &adValues, bool bSet,
160 return accessValues(adValues, bSet, parameterAccessContext)
    [all...]
BitParameter.cpp 80 bool CBitParameter::access(bool &bValue, bool bSet,
95 if (bSet) {
100 if (!access(uiValue, bSet, parameterAccessContext)) {
105 if (!bSet) {
113 bool CBitParameter::access(uint32_t &uiValue, bool bSet,
118 if (bSet) {
BitParameter.h 49 bool access(bool &bValue, bool bSet,
53 bool access(uint32_t &uiValue, bool bSet,
BaseParameter.cpp 94 bool CBaseParameter::access(bool & /*bValue*/, bool /*bSet*/,
100 bool CBaseParameter::access(std::vector<bool> & /*abValues*/, bool /*bSet*/,
107 bool CBaseParameter::access(uint32_t & /*bValue*/, bool /*bSet*/,
113 bool CBaseParameter::access(std::vector<uint32_t> & /*abValues*/, bool /*bSet*/,
120 bool CBaseParameter::access(int32_t & /*bValue*/, bool /*bSet*/,
126 bool CBaseParameter::access(std::vector<int32_t> & /*abValues*/, bool /*bSet*/,
133 bool CBaseParameter::access(double & /*bValue*/, bool /*bSet*/,
139 bool CBaseParameter::access(std::vector<double> & /*abValues*/, bool /*bSet*/,
147 bool CBaseParameter::access(string &strValue, bool bSet,
150 if (bSet) {
    [all...]
ParameterMgrFullConnector.cpp 114 bool bSet, string &strError)
116 return _pParameterMgr->accessParameterValue(strPath, strValue, bSet, strError);
122 bool bSet, string &strError)
125 bSet, strError);
  /external/pdfium/xfa/fwl/
cfwl_comboedit.h 29 void FlagFocus(bool bSet);
cfwl_comboboxproxy.h 34 void OnFocusChanged(CFWL_Message* pMsg, bool bSet);
cfwl_combolist.h 33 void OnDropListFocusChanged(CFWL_Message* pMsg, bool bSet);
cfwl_comboedit.cpp 34 void CFWL_ComboEdit::FlagFocus(bool bSet) {
35 if (bSet) {
cfwl_pushbutton.h 42 void OnFocusChanged(CFWL_Message* pMsg, bool bSet);
cfwl_comboboxproxy.cpp 105 void CFWL_ComboBoxProxy::OnFocusChanged(CFWL_Message* pMessage, bool bSet) {
106 if (bSet)
cfwl_notedriver.h 41 void SetGrab(CFWL_Widget* pGrab, bool bSet) {
42 m_pGrab = bSet ? pGrab : nullptr;
cfwl_datetimepicker.h 78 void OnFocusChanged(CFWL_Message* pMsg, bool bSet);
91 void DisForm_OnFocusChanged(CFWL_Message* pMsg, bool bSet);
cfwl_checkbox.h 58 void OnFocusChanged(bool bSet);
  /frameworks/native/headers/media_plugin/media/openmax/
OMX_IndexExt.h 126 * bSet : if false, the parameter is not set (for OMX_GetConfig) or is unset (OMX_SetConfig)
134 OMX_BOOL bSet;
  /hardware/qcom/media/msm8996/mm-core/inc/
OMX_IndexExt.h 108 * bSet : if false, the parameter is not set (for OMX_GetConfig) or is unset (OMX_SetConfig)
117 OMX_BOOL bSet;
  /hardware/qcom/media/msm8996/mm-video-v4l2/vidc/common/src/
vidc_vendor_extensions.cpp 67 ext->nParam[i].bSet = mIsSet ? OMX_TRUE : OMX_FALSE;
114 if (ext->nParam[paramIndex].bSet == OMX_TRUE) {
128 if (ext->nParam[paramIndex].bSet == OMX_TRUE) {
142 if (ext->nParam[paramIndex].bSet == OMX_TRUE) {
  /hardware/qcom/media/msm8998/mm-core/inc/
OMX_IndexExt.h 108 * bSet : if false, the parameter is not set (for OMX_GetConfig) or is unset (OMX_SetConfig)
117 OMX_BOOL bSet;
  /hardware/qcom/media/msm8998/mm-video-v4l2/vidc/common/src/
vidc_vendor_extensions.cpp 67 ext->nParam[i].bSet = mIsSet ? OMX_TRUE : OMX_FALSE;
114 if (ext->nParam[paramIndex].bSet == OMX_TRUE) {
128 if (ext->nParam[paramIndex].bSet == OMX_TRUE) {
142 if (ext->nParam[paramIndex].bSet == OMX_TRUE) {
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
GlobalizationPreferencesTest.java 128 boolean bSet = true;
132 bSet = false;
134 if (!bSet) {
147 bSet = true;
151 bSet = false;
153 if (bSet) {
159 bSet = true;
163 bSet = false;
165 if (bSet) {
171 bSet = true
    [all...]
  /external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/format/
GlobalizationPreferencesTest.java 125 boolean bSet = true;
129 bSet = false;
131 if (!bSet) {
144 bSet = true;
148 bSet = false;
150 if (bSet) {
156 bSet = true;
160 bSet = false;
162 if (bSet) {
168 bSet = true
    [all...]

Completed in 779 milliseconds

1 2 3