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

1 2

  /system/wlan/ti/sta_dk_4_0_4_32/pform/common/src/
osUtil.c 252 ULONG retValue;
254 retValue = UtilSetParam(pAdapter, REGULATORY_DOMAIN_CURRENT_TX_POWER_IN_DBM_PARAM, pData, sizeof(UINT8));
256 return retValue;
270 ULONG retValue;
272 retValue = UtilGetParam(pAdapter, REGULATORY_DOMAIN_TX_POWER_LEVEL_TABLE_PARAM, pData, sizeof(TIWLAN_POWER_LEVEL_TABLE));
275 return retValue;
290 ULONG retValue;
292 retValue = UtilSetParam(pAdapter, RX_DATA_ENABLE_DISABLE_RX_DATA_FILTERS, pData, Length);
294 return retValue;
420 ULONG retValue;
    [all...]
  /frameworks/base/core/java/android/database/sqlite/
SQLiteStatement.java 115 long retValue = native_1x1_long();
117 return retValue;
142 String retValue = native_1x1_string();
144 return retValue;
  /frameworks/base/core/java/android/widget/
ExpandableListConnector.java 377 boolean retValue;
379 retValue = mExpandableListAdapter.isChildSelectable(pos.groupPos, pos.childPos);
382 retValue = true;
387 return retValue;
402 Object retValue;
404 retValue = mExpandableListAdapter
407 retValue = mExpandableListAdapter.getChild(posMetadata.position.groupPos,
416 return retValue;
423 long retValue;
425 retValue = mExpandableListAdapter.getCombinedGroupId(groupId)
    [all...]
ExpandableListView.java 608 boolean retValue = mConnector.expandGroup(groupPos);
614 return retValue;
625 boolean retValue = mConnector.collapseGroup(groupPos);
631 return retValue;
    [all...]
ZoomButtonsController.java 603 boolean retValue = targetView.dispatchTouchEvent(containerEvent);
605 return retValue;
Gallery.java 842 boolean retValue = mGestureDetector.onTouchEvent(event);
852 return retValue;
    [all...]
  /hardware/ril/mock-ril/src/cpp/
js_support.cpp 155 v8::Handle<v8::Value> retValue;
167 retValue = v8::String::New(buffer);
169 retValue = v8::Undefined();
173 return retValue;
180 v8::Handle<v8::Value> retValue;
195 retValue = buf->handle_;
197 retValue = v8::Undefined();
201 return retValue;
213 v8::Handle<v8::Value> retValue;
229 retValue = v8::Undefined()
    [all...]
experiments.cpp 114 bool retValue;
122 retValue = false;
126 retValue = true;
128 return retValue;
responses.cpp 373 v8::Handle<v8::Value> retValue;
440 v8::Handle<v8::Value> retValue;
ctrl_server.cpp 395 v8::Handle<v8::Value> retValue;
  /frameworks/base/services/java/com/android/server/connectivity/
Tethering.java 764 boolean retValue = true;
776 retValue = false;
779 return retValue;
805 boolean retValue = true;
835 retValue = false;
837 return retValue;
    [all...]
  /external/libxml2/
xmlschemastypes.c     [all...]
  /external/libxml2/include/libxml/
xmlschemastypes.h 113 const xmlChar **retValue);
116 const xmlChar **retValue,
  /libcore/luni/src/main/java/org/apache/xalan/templates/
TemplateList.java 878 ElemTemplate retValue = null;
889 retValue = curPattern.getTemplate();
895 retValue = curPattern.getTemplate();
908 retValue = (ElemTemplate) hashIterator.nextElement();
913 ct = (ElemTemplate) m_compilerCache.get(new Integer(retValue.getUid()));
916 m_compilerCache.put(new Integer(retValue.getUid()), retValue);
917 return retValue;
  /cts/tests/tests/content/src/android/content/cts/
ContextWrapperTest.java     [all...]
  /frameworks/base/tests/LocationTracker/src/com/android/locationtracker/data/
TrackerEntry.java 246 Float retValue = null;
249 retValue = cursor.getFloat(colIndex);
251 return retValue;
  /frameworks/base/core/tests/coretests/src/android/content/pm/
AppCacheTest.java 426 public boolean retValue = false;
431 retValue = succeeded;
461 return observer.retValue;
487 return observer.retValue;
533 public boolean retValue = false;
540 retValue = succeeded;
670 return observer.retValue;
  /external/webkit/WebCore/plugins/android/
PluginViewAndroid.cpp 374 bool* retValue = static_cast<bool*>(value);
375 *retValue = !networkStateNotifier().onLine();
509 bool* retValue = static_cast<bool*>(value);
510 *retValue = !networkStateNotifier().onLine();
  /hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/src/
OMX_G711Dec_Utils.c     [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g722_enc/src/
OMX_G722Enc_Utils.c     [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g729_dec/src/
OMX_G729Dec_Utils.c     [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/mp3_dec/src/
OMX_Mp3Dec_Utils.c     [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_dec/src/
OMX_AmrDec_Utils.c     [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_dec/src/
OMX_WbAmrDec_Utils.c     [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/wma_dec/src/
OMX_WmaDec_Utils.c     [all...]

Completed in 380 milliseconds

1 2