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

  /frameworks/native/libs/gui/
LayerState.cpp 24 status_t layer_state_t::write(Parcel& output) const
39 size_t size = sizeof(layer_state_t);
45 status_t layer_state_t::read(const Parcel& input)
56 size_t size = sizeof(layer_state_t);
SurfaceComposerClient.cpp 104 layer_state_t* getLayerStateLocked(
164 layer_state_t* Composer::getLayerStateLocked(
184 layer_state_t* s = getLayerStateLocked(client, id);
196 layer_state_t* s = getLayerStateLocked(client, id);
212 layer_state_t* s = getLayerStateLocked(client, id);
224 layer_state_t* s = getLayerStateLocked(client, id);
238 layer_state_t* s = getLayerStateLocked(client, id);
249 layer_state_t* s = getLayerStateLocked(client, id);
261 layer_state_t* s = getLayerStateLocked(client, id);
265 layer_state_t::matrix22_t matrix
    [all...]
  /frameworks/native/include/private/gui/
LayerState.h 34 struct layer_state_t { struct in namespace:android
36 layer_state_t() function in struct:android::layer_state_t
76 layer_state_t state;
  /frameworks/native/services/surfaceflinger/
LayerBase.h 100 bool setMatrix(const layer_state_t::matrix22_t& matrix);
SurfaceFlinger.h 264 uint32_t setClientStateLocked(const sp<Client>& client, const layer_state_t& s);
LayerBase.cpp 153 bool LayerBase::setMatrix(const layer_state_t::matrix22_t& matrix) {
SurfaceFlinger.cpp     [all...]

Completed in 1996 milliseconds