MCPcopy Index your code

hub / github.com/cepr/android-serialport-api / functions

Functions121 in github.com/cepr/android-serialport-api

↓ 73 callersFunctionLogMsg
Generic log function with log level control. Uses the same log levels of the syslog(3) system call */
android-sercd/project/jni/unix.c:837
↓ 26 callersFunctionAddToBuffer
Add a byte to a buffer. */
android-sercd/project/jni/sercd.c:346
↓ 18 callersFunctionSendTelnetOption
android-sercd/project/jni/sercd.c:615
↓ 14 callersFunctionSendCPCByteCommand
android-sercd/project/jni/sercd.c:682
↓ 13 callersFunctionDropConnection
android-sercd/project/jni/unix.c:964
↓ 8 callersFunctionChangeState
android-sercd/project/jni/android.c:55
↓ 6 callersFunctionUnixLogPortSettings
android-sercd/project/jni/unix.c:189
↓ 5 callersFunctionBufferHasRoomFor
Check if there's room for a number of additional bytes */
android-sercd/project/jni/sercd.c:332
↓ 5 callersFunctionHandleIACCommand
android-sercd/project/jni/sercd.c:939
↓ 4 callersFunctionBufferRoomLeft
Return how much room is left */
android-sercd/project/jni/sercd.c:324
↓ 4 callersFunctionEscWriteChar
android-sercd/project/jni/sercd.c:453
↓ 4 callersFunctionIOResultError
Check and act upon read/write result. Uses errno. Returns true on error. */
android-sercd/project/jni/sercd.c:1102
↓ 3 callersMethodChangeState
This method is called from libsercd.so @param newstate New sercd state.
android-sercd/project/src/gnu/sercd/SercdService.java:99
↓ 3 callersMethodDisplayError
(int resourceId)
android-serialport-api/project/src/android_serialport_api/sample/SerialPortActivity.java:61
↓ 3 callersFunctionInitBuffer
Initialize a buffer for operation */
android-sercd/project/jni/sercd.c:307
↓ 3 callersMethodclose
()
android-serialport-api/project/src/android_serialport_api/SerialPort.java:81
↓ 3 callersMethodgetOutputStream
()
android-serialport-api/project/src/android_serialport_api/SerialPort.java:75
↓ 2 callersFunctionBufferLength
Return the length of the data in the buffer */
android-sercd/project/jni/sercd.c:317
↓ 2 callersFunctionBufferPopBytes
Remove the number of read bytes specified */
android-sercd/project/jni/sercd.c:378
↓ 2 callersFunctionClosePort
android-sercd/project/jni/unix.c:780
↓ 2 callersFunctionGetBufferString
Get string from buffer, without removing it. Returns the length of the string. */
android-sercd/project/jni/sercd.c:366
↓ 2 callersFunctionGetPortFlowControl
Retrieves the flow control status, including DTR and RTS status, from PortFd */
android-sercd/project/jni/unix.c:250
↓ 2 callersFunctionHDBLockFile
Try to lock the file given in LockFile as pid LockPid using the classical HDB (ASCII) file locking scheme */
android-sercd/project/jni/unix.c:599
↓ 2 callersFunctionInitTelnetStateMachine
initialize Telnet State Machine */
android-sercd/project/jni/sercd.c:255
↓ 2 callersFunctionIsBufferEmpty
Check if the buffer is empty */
android-sercd/project/jni/sercd.c:339
↓ 2 callersFunctionSendTelnetInitialOptions
android-sercd/project/jni/sercd.c:627
↓ 2 callersFunctionSetBreak
android-sercd/project/jni/unix.c:570
↓ 2 callersFunctionSetSocketOptions
Setup sockets for low latency and automatic keepalive; doesn't * check if anything fails because failure doesn't prevent correct * functioning but o
android-sercd/project/jni/sercd.c:273
↓ 2 callersFunctionTermios2TncomDataSize
Convert termios data size to tncom size */
android-sercd/project/jni/unix.c:124
↓ 2 callersFunctionTermios2TncomInFlow
Convert termios input flow control to tncom flow */
android-sercd/project/jni/unix.c:179
↓ 2 callersFunctionTermios2TncomOutFlow
Convert termios output flow control to tncom flow */
android-sercd/project/jni/unix.c:168
↓ 2 callersFunctionTermios2TncomParity
Convert termios parity to tncom parity */
android-sercd/project/jni/unix.c:145
↓ 2 callersFunctionTermios2TncomSpeed
Convert termios speed to tncom speed */
android-sercd/project/jni/unix.c:67
↓ 2 callersFunctionTermios2TncomStopSize
Convert termios stop size to tncom size */
android-sercd/project/jni/unix.c:158
↓ 2 callersMethodgetDevices
()
android-serialport-api/project/src/android_serialport_api/SerialPortFinder.java:38
↓ 2 callersMethodgetDevices
()
android-sercd/project/src/android/serialport/SerialPortFinder.java:38
↓ 2 callersMethodgetDrivers
()
android-serialport-api/project/src/android_serialport_api/SerialPortFinder.java:62
↓ 2 callersMethodgetDrivers
()
android-sercd/project/src/android/serialport/SerialPortFinder.java:62
↓ 2 callersMethodgetName
()
android-serialport-api/project/src/android_serialport_api/SerialPortFinder.java:53
↓ 2 callersMethodgetName
()
android-sercd/project/src/android/serialport/SerialPortFinder.java:53
↓ 1 callersFunctionConvertToJava
android-sercd/project/jni/android.c:28
↓ 1 callersFunctionEscRedirectChar
android-sercd/project/jni/sercd.c:472
↓ 1 callersFunctionExitFunction
Function executed when the program exits */
android-sercd/project/jni/sercd.c:386
↓ 1 callersFunctionGetModemState
Return the status of the modem control lines (DCD, CTS, DSR, RNG) */
android-sercd/project/jni/unix.c:298
↓ 1 callersFunctionGetPortDataSize
Retrieves the data size from PortFd */
android-sercd/project/jni/unix.c:219
↓ 1 callersFunctionGetPortParity
Retrieves the parity settings from PortFd */
android-sercd/project/jni/unix.c:229
↓ 1 callersFunctionGetPortSpeed
Retrieves the port speed from PortFd */
android-sercd/project/jni/unix.c:209
↓ 1 callersFunctionGetPortStopSize
Retrieves the stop bits size from PortFd */
android-sercd/project/jni/unix.c:239
↓ 1 callersFunctionHDBUnlockFile
Remove the lock file created with HDBLockFile */
android-sercd/project/jni/unix.c:707
↓ 1 callersFunctionHandleCPCCommand
android-sercd/project/jni/sercd.c:697
↓ 1 callersFunctionLogPortSettings
android-sercd/project/jni/sercd.c:1120
↓ 1 callersFunctionModemStateNotified
android-sercd/project/jni/unix.c:1009
↓ 1 callersFunctionNewListener
android-sercd/project/jni/unix.c:952
↓ 1 callersFunctionPlatformInit
android-sercd/project/jni/unix.c:815
↓ 1 callersFunctionReadFromDev
android-sercd/project/jni/unix.c:991
↓ 1 callersFunctionReadFromNet
android-sercd/project/jni/unix.c:1003
↓ 1 callersFunctionSendBaudRate
android-sercd/project/jni/sercd.c:660
↓ 1 callersFunctionSendSignature
android-sercd/project/jni/sercd.c:438
↓ 1 callersFunctionSendStr
Send a string to SockFd performing IAC escaping Max buffer fill: 2*len(Str) */
android-sercd/project/jni/sercd.c:646
↓ 1 callersFunctionSercdSelect
android-sercd/project/jni/unix.c:875
↓ 1 callersFunctionSetFlush
android-sercd/project/jni/unix.c:578
↓ 1 callersFunctionSetPortDataSize
Set the serial port data size */
android-sercd/project/jni/unix.c:327
↓ 1 callersFunctionSetPortFlowControl
Set the port flow control and DTR and RTS status */
android-sercd/project/jni/unix.c:416
↓ 1 callersFunctionSetPortParity
Set the serial port parity */
android-sercd/project/jni/unix.c:359
↓ 1 callersFunctionSetPortSpeed
Set the serial port speed */
android-sercd/project/jni/unix.c:493
↓ 1 callersFunctionSetPortStopSize
Set the serial port stop bits size */
android-sercd/project/jni/unix.c:388
↓ 1 callersMethodStart
(Context ctxt, String serialport, String netinterface, int port)
android-sercd/project/src/gnu/sercd/SercdService.java:17
↓ 1 callersMethodStop
(Context ctxt)
android-sercd/project/src/gnu/sercd/SercdService.java:25
↓ 1 callersFunctionUsage
android-sercd/project/jni/sercd.c:1209
↓ 1 callersFunctionWriteToDev
android-sercd/project/jni/unix.c:985
↓ 1 callersFunctionWriteToNet
android-sercd/project/jni/unix.c:997
↓ 1 callersMethodcloseSerialPort
()
android-serialport-api/project/src/android_serialport_api/sample/Application.java:51
↓ 1 callersMethodexit
()
android-sercd/project/src/gnu/sercd/SercdService.java:144
↓ 1 callersMethodfeedNetworkInterfacesList
()
android-sercd/project/src/gnu/sercd/Sercd.java:122
↓ 1 callersMethodfeedSerialPortList
()
android-sercd/project/src/gnu/sercd/Sercd.java:116
↓ 1 callersMethodgetAllDevices
()
android-serialport-api/project/src/android_serialport_api/SerialPortFinder.java:82
↓ 1 callersMethodgetAllDevices
()
android-sercd/project/src/android/serialport/SerialPortFinder.java:79
↓ 1 callersMethodgetAllDevicesPath
()
android-serialport-api/project/src/android_serialport_api/SerialPortFinder.java:103
↓ 1 callersMethodgetAllDevicesPath
()
android-sercd/project/src/android/serialport/SerialPortFinder.java:100
↓ 1 callersFunctiongetBaudrate
android-serialport-api/project/jni/SerialPort.c:33
↓ 1 callersMethodgetInputStream
()
android-serialport-api/project/src/android_serialport_api/SerialPort.java:71
↓ 1 callersMethodgetSerialPort
()
android-serialport-api/project/src/android_serialport_api/sample/Application.java:33
↓ 1 callersMethodmain
(String serialport, String netinterface, int port)
android-sercd/project/src/gnu/sercd/SercdService.java:143
↓ 1 callersMethodonDataReceived
(final byte[] buffer, final int size)
android-serialport-api/project/src/android_serialport_api/sample/SerialPortActivity.java:94
↓ 1 callersMethodopen
(String path, int baudrate, int flags)
android-serialport-api/project/src/android_serialport_api/SerialPort.java:80
FunctionBreakFunction
Function called on break signal */ Unimplemented yet */
android-sercd/project/jni/sercd.c:402
MethodDriver
(String name, String root)
android-serialport-api/project/src/android_serialport_api/SerialPortFinder.java:31
MethodDriver
(String name, String root)
android-sercd/project/src/android/serialport/SerialPortFinder.java:31
FunctionGetFromBuffer
Get a byte from a buffer */
android-sercd/project/jni/sercd.c:356
FunctionJava_android_1serialport_1api_SerialPort_close
android-serialport-api/project/jni/SerialPort.c:152
FunctionJava_android_1serialport_1api_SerialPort_open
android-serialport-api/project/jni/SerialPort.c:76
FunctionJava_gnu_sercd_SercdService_exit
android-sercd/project/jni/sercd.c:1656
MethodSerialPort
(File device, int baudrate, int flags)
android-serialport-api/project/src/android_serialport_api/SerialPort.java:40
FunctionSignalFunction
Function called on many signals */
android-sercd/project/jni/unix.c:803
MethodonBind
(Intent intent)
android-sercd/project/src/gnu/sercd/SercdService.java:30
MethodonClick
(View v)
android-serialport-api/project/src/android_serialport_api/sample/MainMenu.java:36
MethodonClick
(DialogInterface dialog, int which)
android-serialport-api/project/src/android_serialport_api/sample/SerialPortActivity.java:66
MethodonCreate
Called when the activity is first created.
android-serialport-api/project/src/android_serialport_api/sample/MainMenu.java:29
MethodonCreate
(Bundle savedInstanceState)
android-serialport-api/project/src/android_serialport_api/sample/LoopbackActivity.java:83
MethodonCreate
(Bundle savedInstanceState)
android-serialport-api/project/src/android_serialport_api/sample/SerialPortActivity.java:73
next →1–100 of 121, ranked by callers