Home
last modified time | relevance | path

Searched refs:callActivityMethod_is (Results 1 – 1 of 1) sorted by relevance

/dports/astro/opencpn/OpenCPN-5.2.4/src/
H A DandroidUTIL.cpp318 wxString callActivityMethod_is(const char *method, int parm);
1727 wxString callActivityMethod_is(const char *method, int parm) in callActivityMethod_is() function
2134 callActivityMethod_is("setFullscreen", (int)bFull); in androidSetFullscreen()
2500 callActivityMethod_is("setRouteAnnunciator", viz?1:0); in androidSetRouteAnnunciator()
2508 callActivityMethod_is("setFollowIconState", state); in androidSetFollowTool()
2516 callActivityMethod_is("setTrackIconState", bactive?1:0); in androidSetTrackTool()
2543 callActivityMethod_is("setBackButtonState", benable?1:0); in androidEnableBackButton()
3112 wxString result = callActivityMethod_is("stopBlueToothScan", 0); in androidStopBluetoothScan()
3136 wxString result = callActivityMethod_is("stopBTService", 0); in androidStopBT()
3178 wxString result = callActivityMethod_is("scanSerialPorts", 0); in androidGetSerialPortsArray()
[all …]