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);
75 remote()->transact(BnSurfaceComposer::GET_CBLK, data, &reply);
92 remote()->transact(BnSurfaceComposer::SET_TRANSACTION_STATE, data, &reply);
99 remote()->transact(BnSurfaceComposer::BOOT_FINISHED, data, &reply);
115 remote()->transact(BnSurfaceComposer::CAPTURE_SCREEN, data, &reply);
128 remote()->transact(BnSurfaceComposer::TURN_ELECTRON_BEAM_OFF, data, &reply);
137 remote()->transact(BnSurfaceComposer::TURN_ELECTRON_BEAM_ON, data, &reply);
159 err = remote()->transact(BnSurfaceComposer::AUTHENTICATE_SURFACE, data,
186 BnSurfaceComposer::CREATE_DISPLAY_EVENT_CONNECTION
    [all...]
  /frameworks/native/include/gui/
ISurfaceComposer.h 146 class BnSurfaceComposer : public BnInterface<ISurfaceComposer>
  /frameworks/native/services/surfaceflinger/
SurfaceFlinger.h 150 public BnSurfaceComposer,
SurfaceFlinger.cpp 82 : BnSurfaceComposer(), Thread(false),
    [all...]

Completed in 66 milliseconds