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 58 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);
120 remote()->transact(BnSurfaceComposer::CAPTURE_SCREEN, data, &reply);
142 err = remote()->transact(BnSurfaceComposer::AUTHENTICATE_SURFACE, data,
169 BnSurfaceComposer::CREATE_DISPLAY_EVENT_CONNECTION,
186 remote()->transact(BnSurfaceComposer::CREATE_DISPLAY, data, &reply);
195 remote()->transact(BnSurfaceComposer::GET_BUILT_IN_DISPLAY, data, &reply);
204 remote()->transact(BnSurfaceComposer::BLANK, data, &reply)
    [all...]
  /frameworks/native/include/gui/
ISurfaceComposer.h 124 class BnSurfaceComposer: public BnInterface<ISurfaceComposer> {
  /frameworks/native/services/surfaceflinger/
SurfaceFlinger.h 76 public BnSurfaceComposer,
SurfaceFlinger.cpp 87 : BnSurfaceComposer(), Thread(false),
    [all...]

Completed in 36 milliseconds