• Stars
    star
    205
  • Rank 191,264 (Top 4 %)
  • Language
    C++
  • Created over 11 years ago
  • Updated over 10 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Miracast Patches to AOSP

See https://github.com/kensuke/How-to-Miracast-on-AOSP/wiki

Everything you want..

Modified Files List

β”œβ”€β”€ build
β”‚Β Β  └── target
β”‚Β Β      └── product
β”‚Β Β          └── generic_no_telephony.mk // pre-install app setting
β”œβ”€β”€ device
β”‚Β Β  β”œβ”€β”€ asus
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ grouper // Nexus 7 Wi-Fi
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ audio_policy.conf
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ device-common.mk
β”‚Β Β  β”‚Β Β  β”‚Β Β  └── overlay/framewsorks/base/core/res/res/values/config.xml
β”‚Β Β  β”‚Β Β  └── tilapia // Nexus 7 3G
β”‚Β Β  β”‚Β Β       └── overlay/framewsorks/base/core/res/res/values/config.xml
β”‚Β Β  └── samsung
β”‚Β Β      β”œβ”€β”€ maguro // Galaxy Nexus
β”‚Β Β      β”‚    └── overlay/framewsorks/base/core/res/res/values/config.xml
β”‚Β Β      └── tuna // Samsung Common
β”‚Β Β          β”œβ”€β”€ audio
β”‚Β Β          β”‚Β Β  └── audio_policy.conf
β”‚Β Β          β”œβ”€β”€ device.mk
β”‚Β Β          └── media_codecs.xml
β”œβ”€β”€ docs
β”‚Β Β  └── images
β”‚Β Β      └─ // some images for wiki documentation
β”œβ”€β”€ frameworks
β”‚Β Β  β”œβ”€β”€ av
β”‚Β Β  β”‚Β Β  └── media
β”‚Β Β  β”‚Β Β      └── libstagefright
β”‚Β Β  β”‚Β Β          β”œβ”€β”€ ACodec.cpp // Source
β”‚Β Β  β”‚Β Β          └── wifi-display
β”‚Β Β  β”‚Β Β              β”œβ”€β”€ ANetworkSession.cpp // Debug Log
β”‚Β Β  β”‚Β Β              β”œβ”€β”€ sink
β”‚Β Β  β”‚Β Β              β”‚Β Β  β”œβ”€β”€ TunnelRenderer.cpp
β”‚Β Β  β”‚Β Β              β”‚Β Β  └── WifiDisplaySink.cpp
β”‚Β Β  β”‚Β Β              └── source
β”‚Β Β  β”‚Β Β                  └── WifiDisplaySource.cpp
β”‚Β Β  β”œβ”€β”€ base
β”‚Β Β  β”‚Β Β  └── services
β”‚Β Β  β”‚Β Β      └── java
β”‚Β Β  β”‚Β Β          └── com
β”‚Β Β  β”‚Β Β              └── android
β”‚Β Β  β”‚Β Β                  └── server
β”‚Β Β  β”‚Β Β                      └── display
β”‚Β Β  β”‚Β Β                          └── WifiDisplayController.java // Sink
β”‚Β Β  └── native
β”‚Β Β      └── libs
β”‚Β Β          └── gui
β”‚Β Β              └── SurfaceTexture.cpp // Sink: Screen Rotation
└── packages
    └── apps
        β”œβ”€ Mira4U // JNI Sink, other util app
        β”œβ”€ Settings/src/com/android/settings/wfd/WifiDisplaySettings.java // On/Off Switch
        └─ WFD    // wfd cmd test app