HomeSort by relevance Sort by last modified time
    Searched refs:BnSurfaceComposer (Results 1 - 4 of 4) sorted by null

  /frameworks/native/libs/gui/
ISurfaceComposer.cpp 59 remote()->transact(BnSurfaceComposer::CREATE_CONNECTION, data, &reply);
68 remote()->transact(BnSurfaceComposer::CREATE_GRAPHIC_BUFFER_ALLOC, data, &reply);
96 remote()->transact(BnSurfaceComposer::SET_TRANSACTION_STATE, data, &reply);
103 remote()->transact(BnSurfaceComposer::BOOT_FINISHED, data, &reply);
124 remote()->transact(BnSurfaceComposer::CAPTURE_SCREEN, data, &reply);
146 err = remote()->transact(BnSurfaceComposer::AUTHENTICATE_SURFACE, data,
173 BnSurfaceComposer::CREATE_DISPLAY_EVENT_CONNECTION,
190 remote()->transact(BnSurfaceComposer::CREATE_DISPLAY, data, &reply);
199 remote()->transact(BnSurfaceComposer::DESTROY_DISPLAY, data, &reply);
207 remote()->transact(BnSurfaceComposer::GET_BUILT_IN_DISPLAY, data, &reply)
    [all...]
  /frameworks/native/include/gui/
ISurfaceComposer.h 165 class BnSurfaceComposer: public BnInterface<ISurfaceComposer> {
  /frameworks/native/services/surfaceflinger/
SurfaceFlinger.h 82 class SurfaceFlinger : public BnSurfaceComposer,
SurfaceFlinger.cpp 128 : BnSurfaceComposer(),
    [all...]

Completed in 111 milliseconds