Home
last modified time | relevance | path

Searched refs:mElement (Results 1 – 5 of 5) sorted by relevance

/external/parameter-framework/upstream/parameter/
DElementHandle.cpp59 : 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 …]
/external/doclava/src/com/google/doclava/
DAnnotationValueInfo.java23 private MethodInfo mElement; field in AnnotationValueInfo
28 mElement = null; in AnnotationValueInfo()
34 mElement = element; in AnnotationValueInfo()
42 return mElement; in element()
46 mElement = element; in setElement()
124 mElement = m; in resolveResolutions()
/external/webrtc/modules/audio_device/mac/
Daudio_mixer_manager_mac.cc247 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 …]
Daudio_device_mac.cc1603 propertyAddress.mElement = 0; in GetNumberDevices()
1774 propertyAddress.mElement = 0; in InitDevice()
/external/parameter-framework/upstream/parameter/include/
DElementHandle.h262 CConfigurableElement &mElement; variable