HomeSort by relevance Sort by last modified time
    Searched refs:remote_call_sms (Results 1 - 3 of 3) sorted by null

  /external/qemu/telephony/
remote_call.h 33 REMOTE_CALL_SMS
48 extern int remote_call_sms( const char* number, int from_port, SmsPDU pdu );
remote_call.c 407 remote_call_sms( const char* number, function
411 RemoteCall call = remote_call_generic( REMOTE_CALL_SMS, number, from );
android_modem.c 1151 if ( remote_call_sms( number, modem->base_port, deliver[nn] ) < 0 ) {
1196 if ( remote_call_sms( number, modem->base_port, pdu ) < 0 )
    [all...]

Completed in 1867 milliseconds