Searched refs:BnSurfaceComposer (Results 1 - 4 of 4) sorted by relevance

/frameworks/native/libs/gui/
H A DISurfaceComposer.cpp58 remote()->transact(BnSurfaceComposer::CREATE_CONNECTION, data, &reply);
67 remote()->transact(BnSurfaceComposer::CREATE_GRAPHIC_BUFFER_ALLOC, data, &reply);
95 remote()->transact(BnSurfaceComposer::SET_TRANSACTION_STATE, data, &reply);
102 remote()->transact(BnSurfaceComposer::BOOT_FINISHED, data, &reply);
118 remote()->transact(BnSurfaceComposer::CAPTURE_SCREEN, data, &reply);
144 err = remote()->transact(BnSurfaceComposer::AUTHENTICATE_SURFACE, data,
171 BnSurfaceComposer::CREATE_DISPLAY_EVENT_CONNECTION,
188 remote()->transact(BnSurfaceComposer::CREATE_DISPLAY, data, &reply);
197 remote()->transact(BnSurfaceComposer::GET_BUILT_IN_DISPLAY, data, &reply);
206 remote()->transact(BnSurfaceComposer
[all...]
/frameworks/native/include/gui/
H A DISurfaceComposer.h116 class BnSurfaceComposer: public BnInterface<ISurfaceComposer> { class in namespace:android
/frameworks/native/services/surfaceflinger/
H A DSurfaceFlinger.h78 public BnSurfaceComposer,
H A DSurfaceFlinger.cpp87 : BnSurfaceComposer(), Thread(false),
2452 status_t err = BnSurfaceComposer::onTransact(code, data, reply, flags);

Completed in 73 milliseconds