Searched refs:mapEnd (Results 1 - 7 of 7) sorted by relevance

/external/parameter-framework/upstream/parameter/
H A DMapper.h41 virtual void mapEnd() = 0;
H A DVirtualSubsystem.cpp74 void CVirtualSubsystem::mapEnd() function in class:CVirtualSubsystem
H A DVirtualSubsystem.h64 virtual void mapEnd();
H A DInstanceConfigurableElement.cpp112 mapper.mapEnd();
H A DSubsystem.h135 virtual void mapEnd();
H A DSubsystem.cpp492 void CSubsystem::mapEnd() function in class:CSubsystem
/external/mesa3d/src/mesa/main/
H A Dbufferobj.c2280 const GLintptr mapEnd = bufObj->Offset + bufObj->Length; local
2286 * Note that 'end' and 'mapEnd' are the first byte *after* the discard
2288 * to be mapped (for 'end') or discarded (for 'mapEnd').
2290 if (!(end <= bufObj->Offset || offset >= mapEnd)) {

Completed in 189 milliseconds