Searched defs:displayMode (Results 1 - 2 of 2) sorted by relevance

/hardware/libhardware_legacy/audio/
H A DAudioHardwareInterface.cpp54 static const char* displayMode(int mode) function in namespace:android_audio_legacy
89 ALOGD("setMode(%s)", displayMode(mode));
/hardware/ti/wpan/tools/FM/FmRadioIf/src/java/com/ti/core/
H A DJFmTx.java474 private final int displayMode; field in class:JFmTx.JFmRdsPsDisplayMode
476 private JFmRdsPsDisplayMode(int displayMode) { argument
477 this.displayMode = displayMode;
481 return displayMode;
1504 private static native int nativeJFmTx_SetRdsPsDisplayMode(long contextValue, int displayMode); argument

Completed in 62 milliseconds