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);
118 remote()->transact(BnSurfaceComposer::CAPTURE_SCREEN, data, &reply);
140 err = remote()->transact(BnSurfaceComposer::AUTHENTICATE_SURFACE, data,
167 BnSurfaceComposer::CREATE_DISPLAY_EVENT_CONNECTION,
184 remote()->transact(BnSurfaceComposer::CREATE_DISPLAY, data, &reply);
193 remote()->transact(BnSurfaceComposer::DESTROY_DISPLAY, data, &reply);
201 remote()->transact(BnSurfaceComposer::GET_BUILT_IN_DISPLAY, data, &reply)
    [all...]
  /frameworks/native/include/gui/
ISurfaceComposer.h 128 class BnSurfaceComposer: public BnInterface<ISurfaceComposer> {
  /frameworks/native/services/surfaceflinger/
SurfaceFlinger.h 81 class SurfaceFlinger : public BnSurfaceComposer,
SurfaceFlinger.cpp 133 : BnSurfaceComposer(),
    [all...]

Completed in 326 milliseconds