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()
247 propertyAddress.mElement = i; in SetSpeakerVolume()297 propertyAddress.mElement = i; in SpeakerVolume()372 propertyAddress.mElement = i; in SpeakerVolumeIsAvailable()410 propertyAddress.mElement = i; in SpeakerMuteIsAvailable()459 propertyAddress.mElement = i; in SetSpeakerMute()508 propertyAddress.mElement = i; in SpeakerMute()578 propertyAddress.mElement = i; in MicrophoneMuteIsAvailable()627 propertyAddress.mElement = i; in SetMicrophoneMute()676 propertyAddress.mElement = i; in MicrophoneMute()726 propertyAddress.mElement = i; in MicrophoneVolumeIsAvailable()[all …]
1603 propertyAddress.mElement = 0; in GetNumberDevices()1774 propertyAddress.mElement = 0; in InitDevice()
262 CConfigurableElement &mElement; variable