Home
last modified time | relevance | path

Searched refs:ConstructL (Results 1 – 25 of 89) sorted by relevance

1234

/external/opencore/oscl/oscl/osclio/src/
Doscl_socket_shutdown.cpp36 self->ConstructL(); in NewL()
41 void OsclShutdownMethod::ConstructL() in ConstructL() function in OsclShutdownMethod
48 self->ConstructL(); in ConstructL()
51 OsclSocketMethod::ConstructL(iSocketRequestAO); in ConstructL()
Doscl_socket_listen.cpp31 self->ConstructL(); in NewL()
36 void OsclListenMethod::ConstructL() in ConstructL() function in OsclListenMethod
43 self->ConstructL(); in ConstructL()
46 OsclSocketMethod::ConstructL(iSocketRequestAO); in ConstructL()
Doscl_socket_bind.cpp31 self->ConstructL(); in NewL()
36 void OsclBindMethod::ConstructL() in ConstructL() function in OsclBindMethod
43 self->ConstructL(); in ConstructL()
46 OsclSocketMethod::ConstructL(iSocketRequestAO); in ConstructL()
Doscl_socket_connect.cpp31 self->ConstructL(); in NewL()
36 void OsclConnectMethod::ConstructL() in ConstructL() function in OsclConnectMethod
43 self->ConstructL(); in ConstructL()
46 OsclSocketMethod::ConstructL(iSocketRequestAO); in ConstructL()
Doscl_tcp_socket.cpp40 self->ConstructL(aServ, aObserver, aId); in NewL()
56 self->ConstructL(aServ, aSocket, aObserver, aId); in NewL()
154 void OsclTCPSocketI::ConstructL(OsclSocketServI *aServ, in ConstructL() function in OsclTCPSocketI
159 OsclIPSocketI::ConstructL(aObserver, iSocket, aServ, aId); in ConstructL()
176 void OsclTCPSocketI::ConstructL(OsclSocketServI *aServ, in ConstructL() function in OsclTCPSocketI
181 OsclIPSocketI::ConstructL(aObserver, aSocket, aServ, aId); in ConstructL()
Doscl_socket_recv.cpp32 self->ConstructL(); in NewL()
37 void OsclRecvMethod::ConstructL() in ConstructL() function in OsclRecvMethod
44 self->ConstructL(); in ConstructL()
47 OsclSocketMethod::ConstructL(iSocketRequestAO); in ConstructL()
Doscl_socket_send.cpp33 self->ConstructL(); in NewL()
38 void OsclSendMethod::ConstructL() in ConstructL() function in OsclSendMethod
45 self->ConstructL(); in ConstructL()
48 OsclSocketMethod::ConstructL(iSocketRequestAO); in ConstructL()
Doscl_socket_send_to.cpp34 self->ConstructL(); in NewL()
39 void OsclSendToMethod::ConstructL() in ConstructL() function in OsclSendToMethod
46 self->ConstructL(); in ConstructL()
49 OsclSocketMethod::ConstructL(iSocketRequestAO); in ConstructL()
Doscl_socket_accept.cpp31 self->ConstructL(); in NewL()
36 void OsclAcceptMethod::ConstructL() in ConstructL() function in OsclAcceptMethod
43 self->ConstructL(); in ConstructL()
46 OsclSocketMethod::ConstructL(iSocketRequestAO); in ConstructL()
Doscl_dns_gethostbyname.cpp38 self->ConstructL(aDNS, aObserver, aId); in NewL()
43 void OsclGetHostByNameMethod::ConstructL( in ConstructL() function in OsclGetHostByNameMethod
49 OsclDNSMethod::ConstructL(aObserver, iGetHostByNameRequest, aId); in ConstructL()
83 self->ConstructL(aDNS, aMethod); in NewL()
Doscl_socket_recv_from.cpp31 self->ConstructL(); in NewL()
36 void OsclRecvFromMethod::ConstructL() in ConstructL() function in OsclRecvFromMethod
43 self->OsclSocketRequestAO::ConstructL(); in ConstructL()
46 OsclSocketMethod::ConstructL(iSocketRequestAO); in ConstructL()
Doscl_dns_gethostbyname.h50 void ConstructL(OsclDNSI* aDNS,
74 void ConstructL(OsclDNSI *aDNS, in ConstructL() function
77 OsclDNSRequestAO::ConstructL(aDNS, aMethod); in ConstructL()
Doscl_udp_socket.cpp37 self->ConstructL(aServ, aObserver, aId); in NewL()
86 void OsclUDPSocketI::ConstructL(OsclSocketServI *aServ, in ConstructL() function in OsclUDPSocketI
92 OsclIPSocketI::ConstructL(aObserver, iSocket, aServ, aId); in ConstructL()
Doscl_dns.cpp34 self->ConstructL(serv); in NewL()
51 void OsclDNS::ConstructL(OsclSocketServ &aServ) in ConstructL() function in OsclDNS
Doscl_dns_method.h63 void ConstructL(
90 void ConstructL( in ConstructL() function
Doscl_socket_method.h75 void ConstructL(OsclSocketRequestAO *aAO) in ConstructL() function
100 void ConstructL() in ConstructL() function
Doscl_tcp_socket.h111 void ConstructL(OsclSocketServI *aServ,
115 void ConstructL(OsclSocketServI *aServ,
/external/opencore/protocols/systems/3g-324m_pvterminal/h324/tsc/src/
Dtscsrpbuffer.cpp42 OSCL_TRY(error, self->ConstructL();); in ConstructSelf()
121 void TscSrpBufferLLPortIn::ConstructL() in ConstructL() function in TscSrpBufferLLPortIn
147 OSCL_TRY(error, self->ConstructL();); in ConstructSelf()
338 void TscSrpBuffer::ConstructL() in ConstructL() function in TscSrpBuffer
/external/opencore/codecs_v2/audio/gsm_amr/amr_nb/dec/src/
Ddecoder_gsm_amr.cpp50 dec->ConstructL(); in OSCL_DLL_ENTRY_POINT_DEFAULT()
54 OSCL_EXPORT_REF void CDecoder_AMR_NB::ConstructL() in ConstructL() function in CDecoder_AMR_NB
/external/opencore/codecs_v2/audio/mp3/dec/src/
Dpvmp3_decoder.cpp123 dec->ConstructL(); in OSCL_DLL_ENTRY_POINT_DEFAULT()
130 OSCL_EXPORT_REF void CPvMP3_Decoder::ConstructL() in ConstructL() function in CPvMP3_Decoder
/external/opencore/protocols/systems/3g-324m_pvterminal/h324/tsc/include/
Dtscsrpbuffer.h88 void ConstructL();
159 void ConstructL();
/external/opencore/codecs_v2/audio/gsm_amr/amr_wb/dec/src/
Ddecoder_amr_wb.cpp60 dec->ConstructL(); in OSCL_DLL_ENTRY_POINT_DEFAULT()
64 OSCL_EXPORT_REF void CDecoder_AMR_WB::ConstructL() in ConstructL() function in CDecoder_AMR_WB
/external/opencore/oscl/oscl/osclproc/src/
Doscl_scheduler.h215 virtual void ConstructL(const char *name, int);
384 void ConstructL(const char *name, int);
/external/opencore/codecs_v2/audio/gsm_amr/amr_nb/common/include/
Dpvgsmamr.h56 void ConstructL(void);
/external/opencore/codecs_v2/audio/aac/dec/src/
Ddecoder_aac.cpp46 dec->ConstructL(); in OSCL_DLL_ENTRY_POINT_DEFAULT()
53 OSCL_EXPORT_REF void CDecoder_AAC::ConstructL() in ConstructL() function in CDecoder_AAC

1234