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

  /frameworks/native/libs/gui/
LayerState.cpp 25 status_t layer_state_t::write(Parcel& output) const
38 *reinterpret_cast<layer_state_t::matrix22_t *>(
39 output.writeInplace(sizeof(layer_state_t::matrix22_t))) = matrix;
45 status_t layer_state_t::read(const Parcel& input)
58 matrix = *reinterpret_cast<layer_state_t::matrix22_t const *>(
59 input.readInplace(sizeof(layer_state_t::matrix22_t)));
SurfaceComposerClient.cpp 131 layer_state_t* getLayerStateLocked(
249 layer_state_t* Composer::getLayerStateLocked(
269 layer_state_t* s = getLayerStateLocked(client, id);
272 s->what |= layer_state_t::ePositionChanged;
281 layer_state_t* s = getLayerStateLocked(client, id);
284 s->what |= layer_state_t::eSizeChanged;
297 layer_state_t* s = getLayerStateLocked(client, id);
300 s->what |= layer_state_t::eLayerChanged;
309 layer_state_t* s = getLayerStateLocked(client, id);
312 s->what |= layer_state_t::eVisibilityChanged
    [all...]
  /frameworks/native/include/private/gui/
LayerState.h 33 struct layer_state_t { struct in namespace:android
52 layer_state_t() function in struct:android::layer_state_t
92 layer_state_t state;
  /frameworks/native/services/surfaceflinger/
LayerDim.cpp 57 return !(s.flags & layer_state_t::eLayerHidden) && s.alpha;
Layer.h 129 bool setMatrix(const layer_state_t::matrix22_t& matrix);
SurfaceFlinger.cpp     [all...]
Layer.cpp 89 layerFlags = layer_state_t::eLayerHidden;
856 bool Layer::setMatrix(const layer_state_t::matrix22_t& matrix) {
    [all...]
SurfaceFlinger.h 262 uint32_t setClientStateLocked(const sp<Client>& client, const layer_state_t& s);

Completed in 43 milliseconds