| 147 | } |
| 148 | |
| 149 | U32 DisplayData::getNextEventSerial() { |
| 150 | (*pCurrentRequest)++; |
| 151 | return *pCurrentRequest; |
| 152 | } |
| 153 | |
| 154 | int DisplayData::getContextData(U32 context, U32 contextType, U32& ptr) { |
| 155 | ContextDataPtr data = contextData.get(context); |
no outgoing calls
no test coverage detected