Home
last modified time | relevance | path

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

/external/opencore/oscl/oscl/osclio/src/
Doscl_socket_imp_pv.cpp173 if (!IsConnected(ao)) in Send()
213 if (!IsConnected(ao)) in Recv()
406 bool OsclSocketI::IsConnected(OsclSocketRequestAO& ao) in IsConnected() function in OsclSocketI
Doscl_socket_imp_pv.h125 bool IsConnected(OsclSocketRequestAO& aObject);
/external/opencore/protocols/systems/tools/general/common/src/
Dpvmf_file_data_source.cpp46 if (!IsConnected()) in TimeoutOccurred()
Dpvmf_buffer_data_source.cpp95 if (!IsConnected()) in TimeoutOccurred()
/external/qemu/distrib/sdl-1.2.12/src/cdrom/macosx/
DAudioFilePlayer.c118 printf ("Is Connected:%s\n", (IsConnected() ? "true" : "false")); in AudioFilePlayer_Print()
323 SET_AUDIOFILEPLAYER_METHOD(IsConnected); in new_AudioFilePlayer()
DAudioFilePlayer.h74 int (*IsConnected)(struct S_AudioFilePlayer *afp); member
/external/opencore/pvmi/pvmf/include/
Dpvmf_port_interface.h235 virtual bool IsConnected() in IsConnected() function
/external/bluetooth/bluez/doc/
Daudio-api.txt69 boolean IsConnected() {deprecated}
224 boolean IsConnected() {deprecated}
/external/opencore/protocols/systems/3g-324m_pvterminal/h223/src/
Dlowerlayer.cpp351 if (!IsConnected()) in Mux()
812 if (IsConnected()) in Connect()
Dlogicalchannel.cpp1618 if (IsConnected()) in AlDispatch()
1764 if (!IsConnected()) in SendFormatSpecificInfo()
/external/bluetooth/bluez/test/
Dapitest258 print self.device.IsConnected(self.cmd_args[0])
/external/opencore/nodes/pvclientserversocketnode/src/
Dpvmf_clientserver_socket_node.cpp1542 && iSockConfig->iPVMFPort && iSockConfig->iPVMFPort->IsConnected() in CanReceive()
1761 || !iSockConfig->iPVMFPort->IsConnected()) in HandleRecvComplete()
/external/opencore/protocols/systems/3g-324m_pvterminal/h324/tsc/src/
Dtscmain.cpp759 if (!incoming_lcn->IsConnected()) in MuxErrorOccurred()
1660 if (iH223->GetLowerLayer()->IsConnected()) in DoRequestPort()
/external/opencore/nodes/pvsocketnode/src/
Dpvmf_socket_node.cpp1517 && aSockConfig.iPVMFPort && aSockConfig.iPVMFPort->IsConnected() in CanReceive()
2062 || !aSockConfig.iPVMFPort->IsConnected()) in HandleRecvComplete()
4283 && aSockConfig.iPVMFPort->IsConnected()) in CleanupTCP()
/external/opencore/nodes/pvwavffparsernode/src/
Dpvmf_wavffparser_node.cpp1153 if (iOutPort && iOutPort->IsConnected()) in DoInit()