Home | History | Annotate | Download | only in gui

Lines Matching defs:SurfaceComposerClient

17 #define LOG_TAG "SurfaceComposerClient"
38 #include <gui/SurfaceComposerClient.h>
132 const sp<SurfaceComposerClient>& client, const sp<IBinder>& id);
141 status_t setPosition(const sp<SurfaceComposerClient>& client, const sp<IBinder>& id,
143 status_t setSize(const sp<SurfaceComposerClient>& client, const sp<IBinder>& id,
145 status_t setLayer(const sp<SurfaceComposerClient>& client, const sp<IBinder>& id,
147 status_t setFlags(const sp<SurfaceComposerClient>& client, const sp<IBinder>& id,
150 const sp<SurfaceComposerClient>& client, const sp<IBinder>& id,
152 status_t setAlpha(const sp<SurfaceComposerClient>& client, const sp<IBinder>& id,
154 status_t setMatrix(const sp<SurfaceComposerClient>& client, const sp<IBinder>& id,
157 status_t setCrop(const sp<SurfaceComposerClient>& client, const sp<IBinder>& id,
159 status_t setLayerStack(const sp<SurfaceComposerClient>& client,
251 const sp<SurfaceComposerClient>& client, const sp<IBinder>& id) {
267 status_t Composer::setPosition(const sp<SurfaceComposerClient>& client,
279 status_t Composer::setSize(const sp<SurfaceComposerClient>& client,
295 status_t Composer::setLayer(const sp<SurfaceComposerClient>& client,
306 status_t Composer::setFlags(const sp<SurfaceComposerClient>& client,
326 const sp<SurfaceComposerClient>& client, const sp<IBinder>& id,
337 status_t Composer::setAlpha(const sp<SurfaceComposerClient>& client,
348 status_t Composer::setLayerStack(const sp<SurfaceComposerClient>& client,
359 status_t Composer::setMatrix(const sp<SurfaceComposerClient>& client,
376 status_t Composer::setCrop(const sp<SurfaceComposerClient>& client,
440 SurfaceComposerClient::SurfaceComposerClient()
445 void SurfaceComposerClient::onFirstRef() {
456 SurfaceComposerClient::~SurfaceComposerClient() {
460 status_t SurfaceComposerClient::initCheck() const {
464 sp<IBinder> SurfaceComposerClient::connection() const {
468 status_t SurfaceComposerClient::linkToComposerDeath(
475 void SurfaceComposerClient::dispose() {
486 sp<SurfaceControl> SurfaceComposerClient::createSurface(
499 ALOGE_IF(err, "SurfaceComposerClient::createSurface error %s", strerror(-err));
507 sp<IBinder> SurfaceComposerClient::createDisplay(const String8& displayName,
512 void SurfaceComposerClient::destroyDisplay(const sp<IBinder>& display) {
516 sp<IBinder> SurfaceComposerClient::getBuiltInDisplay(int32_t id) {
520 status_t SurfaceComposerClient::destroySurface(const sp<IBinder>& sid) {
527 status_t SurfaceComposerClient::clearLayerFrameStats(const sp<IBinder>& token) const {
534 status_t SurfaceComposerClient::getLayerFrameStats(const sp<IBinder>& token,
542 inline Composer& SurfaceComposerClient::getComposer() {
548 void SurfaceComposerClient::openGlobalTransaction() {
552 void SurfaceComposerClient::closeGlobalTransaction(bool synchronous) {
556 void SurfaceComposerClient::setAnimationTransaction() {
562 status_t SurfaceComposerClient::setCrop(const sp<IBinder>& id, const Rect& crop) {
566 status_t SurfaceComposerClient::setPosition(const sp<IBinder>& id, float x, float y) {
570 status_t SurfaceComposerClient::setSize(const sp<IBinder>& id, uint32_t w, uint32_t h) {
574 status_t SurfaceComposerClient::setLayer(const sp<IBinder>& id, int32_t z) {
578 status_t SurfaceComposerClient::hide(const sp<IBinder>& id) {
584 status_t SurfaceComposerClient::show(const sp<IBinder>& id) {
590 status_t SurfaceComposerClient::setFlags(const sp<IBinder>& id, uint32_t flags,
595 status_t SurfaceComposerClient::setTransparentRegionHint(const sp<IBinder>& id,
600 status_t SurfaceComposerClient::setAlpha(const sp<IBinder>& id, float alpha) {
604 status_t SurfaceComposerClient::setLayerStack(const sp<IBinder>& id, uint32_t layerStack) {
608 status_t SurfaceComposerClient::setMatrix(const sp<IBinder>& id, float dsdx, float dtdx,
615 void SurfaceComposerClient::setDisplaySurface(const sp<IBinder>& token,
620 void SurfaceComposerClient::setDisplayLayerStack(const sp<IBinder>& token,
625 void SurfaceComposerClient::setDisplayProjection(const sp<IBinder>& token,
633 void SurfaceComposerClient::setDisplaySize(const sp<IBinder>& token,
640 status_t SurfaceComposerClient::getDisplayConfigs(
646 status_t SurfaceComposerClient::getDisplayInfo(const sp<IBinder>& display,
664 int SurfaceComposerClient::getActiveConfig(const sp<IBinder>& display) {
668 status_t SurfaceComposerClient::setActiveConfig(const sp<IBinder>& display, int id) {
672 void SurfaceComposerClient::setDisplayPowerMode(const sp<IBinder>& token,
677 status_t SurfaceComposerClient::clearAnimationFrameStats() {
681 status_t SurfaceComposerClient::getAnimationFrameStats(FrameStats* outStats) {