HomeSort by relevance Sort by last modified time
    Searched defs:HDMIDisplay (Results 1 - 5 of 5) sorted by null

  /hardware/qcom/display/msm8909/libhdmi/
hdmi_stub.cpp 35 HDMIDisplay::HDMIDisplay() : mFd(-1), mCurrentMode(-1), mModeCount(0),
40 HDMIDisplay::~HDMIDisplay() {
44 void HDMIDisplay::setHPD(uint32_t value) {
49 bool HDMIDisplay::isHDMIPrimaryDisplay() {
54 int HDMIDisplay::getConnectedState() {
59 void HDMIDisplay::activateDisplay() {
63 void HDMIDisplay::getAttributes(uint32_t& width, uint32_t& height) {
68 int HDMIDisplay::configure()
    [all...]
hdmi.h 48 class HDMIDisplay
51 HDMIDisplay();
52 ~HDMIDisplay();
hdmi.cpp 97 int HDMIDisplay::configure() {
127 void HDMIDisplay::getAttributes(uint32_t& width, uint32_t& height) {
132 int HDMIDisplay::teardown() {
140 HDMIDisplay::HDMIDisplay():mFd(-1),
180 void HDMIDisplay::setSPDInfo(const char* node, const char* property) {
203 void HDMIDisplay::setHPD(uint32_t value) {
208 void HDMIDisplay::setActionSafeDimension(int w, int h) {
218 int HDMIDisplay::getModeCount() const {
223 void HDMIDisplay::readCEUnderscanInfo(
    [all...]
  /hardware/qcom/display/msm8994/libhdmi/
hdmi.h 48 class HDMIDisplay
51 HDMIDisplay();
52 ~HDMIDisplay();
hdmi.cpp 97 int HDMIDisplay::configure() {
137 void HDMIDisplay::getAttributes(uint32_t& width, uint32_t& height) {
142 int HDMIDisplay::teardown() {
150 HDMIDisplay::HDMIDisplay():mFd(-1),
192 void HDMIDisplay::setSPDInfo(const char* node, const char* property) {
215 void HDMIDisplay::setHPD(uint32_t value) {
220 void HDMIDisplay::setActionSafeDimension(int w, int h) {
230 int HDMIDisplay::getModeCount() const {
235 void HDMIDisplay::readCEUnderscanInfo(
    [all...]

Completed in 53 milliseconds