Searched refs:mElement (Results 1 – 5 of 5) sorted by relevance
59 : mElement(element), mParameterMgr(parameterMgr) in ElementHandle()65 return mElement.getName(); in getName()70 return mElement.getFootPrint(); in getSize()75 return mElement.isParameter(); in isParameter()80 return mElement.getDescription(); in getDescription()86 return mElement.isRogue(); in isRogue()97 auto *instance = dynamic_cast<CInstanceConfigurableElement *>(&mElement); in getArrayLength()106 return mElement.getPath(); in getPath()111 return mElement.getKind(); in getKind()116 size_t nbChildren = mElement.getNbChildren(); in getChildren()[all …]
23 private MethodInfo mElement; field in AnnotationValueInfo28 mElement = null; in AnnotationValueInfo()34 mElement = element; in AnnotationValueInfo()42 return mElement; in element()46 mElement = element; in setElement()124 mElement = m; in resolveResolutions()
253 propertyAddress.mElement = i; in SetSpeakerVolume()305 propertyAddress.mElement = i; in SpeakerVolume()399 propertyAddress.mElement = i; in SpeakerVolumeIsAvailable()439 propertyAddress.mElement = i; in SpeakerMuteIsAvailable()489 propertyAddress.mElement = i; in SetSpeakerMute()540 propertyAddress.mElement = i; in SpeakerMute()615 propertyAddress.mElement = i; in MicrophoneMuteIsAvailable()665 propertyAddress.mElement = i; in SetMicrophoneMute()716 propertyAddress.mElement = i; in MicrophoneMute()819 propertyAddress.mElement = i; in MicrophoneVolumeIsAvailable()[all …]
1777 propertyAddress.mElement = 0; in GetNumberDevices()1964 propertyAddress.mElement = 0; in InitDevice()
262 CConfigurableElement &mElement; variable