Searched refs:mBufferPtr (Results 1 – 2 of 2) sorted by relevance
196 mBufferPtr = mBufferTop; in Clear()225 if ( ! mBufferTop || ! mBufferPtr ) in EntryFunc()233 RecordForLogWithTick* p = reinterpret_cast<RecordForLogWithTick*>(mBufferPtr); in EntryFunc()241 RecordForLog* p = reinterpret_cast<RecordForLog*>(mBufferPtr); in EntryFunc()247 mBufferPtr = Inc_BufferPtr( mBufferPtr ); in EntryFunc()248 if ( mBufferPtr == mBufferOrigin ) in EntryFunc()256 mBufferPtr = NULL; in EntryFunc()272 if ( ! mBufferTop || ! mBufferPtr ) in ExitFunc()283 RecordForLogWithTick* p = reinterpret_cast<RecordForLogWithTick*>(mBufferPtr); in ExitFunc()289 mBufferPtr = Inc_BufferPtr( mBufferPtr ); in ExitFunc()[all …]
151 void* mBufferPtr; variable