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 60 remote()->transact(BnSurfaceComposer::CREATE_CONNECTION, data, &reply);
68 remote()->transact(BnSurfaceComposer::CREATE_GRAPHIC_BUFFER_ALLOC, data, &reply);
91 remote()->transact(BnSurfaceComposer::SET_TRANSACTION_STATE, data, &reply);
98 remote()->transact(BnSurfaceComposer::BOOT_FINISHED, data, &reply);
119 remote()->transact(BnSurfaceComposer::CAPTURE_SCREEN, data, &reply);
141 err = remote()->transact(BnSurfaceComposer::AUTHENTICATE_SURFACE, data,
168 BnSurfaceComposer::CREATE_DISPLAY_EVENT_CONNECTION,
185 remote()->transact(BnSurfaceComposer::CREATE_DISPLAY, data, &reply);
194 remote()->transact(BnSurfaceComposer::DESTROY_DISPLAY, data, &reply);
202 remote()->transact(BnSurfaceComposer::GET_BUILT_IN_DISPLAY, data, &reply)
    [all...]
  /frameworks/native/include/gui/
ISurfaceComposer.h 164 class BnSurfaceComposer: public BnInterface<ISurfaceComposer> {
  /frameworks/native/services/surfaceflinger/
SurfaceFlinger.h 82 class SurfaceFlinger : public BnSurfaceComposer,
SurfaceFlinger.cpp 128 : BnSurfaceComposer(),
    [all...]

Completed in 159 milliseconds