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

  /external/parameter-framework/parameter/
ParameterBlockType.cpp 57 uint32_t uiArrayLength = getArrayLength();
ArrayParameter.cpp 50 return getSize() * getArrayLength();
54 uint32_t CArrayParameter::getArrayLength() const
56 return getTypeElement()->getArrayLength();
66 strResult += CUtility::toString(getArrayLength());
200 uint32_t uiArrayLength = getArrayLength();
232 if (uiIndex >= getArrayLength()) {
235 oss << "Provided index out of range (max is " << getArrayLength() - 1 << ")";
267 if (uiNbValues + uiStartIndex > getArrayLength()) {
302 uint32_t uiArrayLength = getArrayLength();
358 uint32_t uiNbValues = getArrayLength();
    [all...]
TypeElement.h 71 uint32_t getArrayLength() const;
TypeElement.cpp 52 uint32_t CTypeElement::getArrayLength() const
156 xmlElement.setAttributeInteger("ArrayLength", getArrayLength());
InstanceConfigurableElement.cpp 137 uint32_t CInstanceConfigurableElement::getArrayLength() const
139 return _pTypeElement->getArrayLength();
InstanceConfigurableElement.h 89 uint32_t getArrayLength() const;
ArrayParameter.h 68 uint32_t getArrayLength() const;
ParameterHandle.cpp 57 uint32_t CParameterHandle::getArrayLength() const
59 return _pBaseParameter->getArrayLength();
507 if (bSet && uiArrayLength && (uiArrayLength != getArrayLength())) {
  /frameworks/av/services/audiopolicy/engineconfigurable/parameter-framework/plugin/
VolumeProfile.cpp 53 mPoints = parameterType->getArrayLength();
  /external/parameter-framework/parameter/include/
ParameterHandle.h 48 uint32_t getArrayLength() const; // Returns 0 for scalar
  /frameworks/opt/net/wifi/service/jni/
jni_helper.h 99 int getArrayLength(jarray array);
com_android_server_wifi_WifiNative.cpp 809 params.num_bssid = helper.getArrayLength(array);
924 params.num_bssid = helper.getArrayLength(bssids);
    [all...]
jni_helper.cpp 577 int JNIHelper::getArrayLength(jarray array) {
578 return mEnv->GetArrayLength(array);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
jdimodel.jar 

Completed in 843 milliseconds