OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UpdateBase
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/include/private/surfaceflinger/
SharedBufferStack.h
165
struct
UpdateBase
{
167
inline
UpdateBase
(SharedBufferBase* sbb)
249
struct QueueUpdate : public
UpdateBase
{
254
struct UndoDequeueUpdate : public
UpdateBase
{
300
struct UnlockUpdate : public
UpdateBase
{
306
struct RetireUpdate : public
UpdateBase
{
312
struct StatusUpdate : public
UpdateBase
{
/frameworks/base/libs/surfaceflinger_client/
SharedBufferStack.cpp
175
:
UpdateBase
(sbb) {
183
:
UpdateBase
(sbb) {
192
:
UpdateBase
(sbb), lockedBuffer(lockedBuffer) {
206
:
UpdateBase
(sbb), numBuffers(numBuffers) {
241
:
UpdateBase
(sbb), status(status) {
Completed in 156 milliseconds