HomeSort by relevance Sort by last modified time
    Searched refs:NewL (Results 1 - 25 of 99) sorted by null

1 2 3 4

  /external/opencore/oscl/oscl/osclio/src/
oscl_tcp_socket.cpp 31 OsclTCPSocketI *OsclTCPSocketI::NewL(Oscl_DefAlloc &a, OsclSocketServI *aServ,
46 OsclTCPSocketI *OsclTCPSocketI::NewL(Oscl_DefAlloc &a, OsclSocketServI *aServ,
148 return OsclTCPSocketI::NewL(iAlloc, iSocketServ, sock, iObserver, aId);
158 iSocket = OsclSocketI::NewL(iAlloc);
166 iConnectMethod = OsclConnectMethod::NewL(*this);
167 iShutdownMethod = OsclShutdownMethod::NewL(*this);
168 iAcceptMethod = OsclAcceptMethod::NewL(*this);
169 iSendMethod = OsclSendMethod::NewL(*this);
170 iRecvMethod = OsclRecvMethod::NewL(*this);
171 iListenMethod = OsclListenMethod::NewL(*this)
    [all...]
oscl_udp_socket.cpp 28 OsclUDPSocketI *OsclUDPSocketI::NewL(Oscl_DefAlloc &a, OsclSocketServI *aServ,
90 iSocket = OsclSocketI::NewL(iAlloc);
95 iSendToMethod = OsclSendToMethod::NewL(*this);
96 iRecvFromMethod = OsclRecvFromMethod::NewL(*this);
97 iBindMethod = OsclBindMethod::NewL(*this);
oscl_dns_gethostbyname.h 33 static OsclGetHostByNameMethod *NewL(Oscl_DefAlloc &a,
62 static OsclGetHostByNameRequest *NewL(
oscl_dns_imp_pv.h 35 static OsclDNSI* NewL(Oscl_DefAlloc &a);
oscl_socket_bind.h 35 static OsclBindMethod *NewL(OsclIPSocketI& c);
oscl_socket_connect.h 35 static OsclConnectMethod *NewL(OsclIPSocketI& c);
oscl_socket_listen.h 35 static OsclListenMethod *NewL(OsclIPSocketI& c);
oscl_socket_shutdown.h 33 static OsclShutdownMethod *NewL(OsclIPSocketI& c);
oscl_dns.cpp 24 OSCL_EXPORT_REF OsclDNS* OsclDNS::NewL(
53 iDNS = OsclDNSI::NewL(iAlloc);
56 iGetHostByNameMethod = OsclGetHostByNameMethod::NewL(iAlloc, iDNS, &iObserver, iId);
oscl_dns_gethostbyname.cpp 28 OsclGetHostByNameMethod *OsclGetHostByNameMethod::NewL(Oscl_DefAlloc &a,
48 iGetHostByNameRequest = OsclGetHostByNameRequest::NewL(aDNS, this);
74 OsclGetHostByNameRequest *OsclGetHostByNameRequest::NewL(
oscl_socket_accept.h 35 static OsclAcceptMethod *NewL(OsclIPSocketI& c);
oscl_socket_recv.h 35 static OsclRecvMethod *NewL(OsclIPSocketI& c);
  /external/opencore/codecs_v2/audio/gsm_amr/amr_nb/common/include/
pvgsmamr.h 45 IMPORT_C static CPVGsmDecoder* NewL(void);
  /external/opencore/codecs_v2/audio/gsm_amr/amr_nb/dec/include/
decoder_gsm_amr.h 47 OSCL_IMPORT_REF static CDecoder_AMR_NB *NewL();
  /external/opencore/codecs_v2/audio/gsm_amr/amr_wb/dec/include/
decoder_amr_wb.h 48 OSCL_IMPORT_REF static CDecoder_AMR_WB *NewL();
  /external/opencore/engines/2way/src/
pv_2way_dec_data_channel_datapath.h 29 static CPV2WayDecDataChannelDatapath *NewL(PVLogger *aLogger,
pv_2way_mux_datapath.h 29 static CPV2WayMuxDatapath *NewL(PVLogger *aLogger,
pv_2way_engine_factory.cpp 47 return CPV324m2Way::NewL(NULL,
pv_2way_mux_datapath.cpp 20 CPV2WayMuxDatapath *CPV2WayMuxDatapath::NewL(PVLogger *aLogger,
pv_2way_preview_datapath.h 33 static CPV2WayPreviewDatapath *NewL(PVLogger *aLogger,
pv_2way_rec_datapath.h 36 static CPV2WayRecDatapath *NewL(PVLogger *aLogger,
  /frameworks/base/media/libstagefright/codecs/amrnb/common/include/
pvgsmamr.h 45 IMPORT_C static CPVGsmDecoder* NewL(void);
  /external/opencore/codecs_v2/audio/mp3/dec/include/
pvmp3_decoder.h 61 OSCL_IMPORT_REF static CPvMP3_Decoder *NewL();
  /external/opencore/codecs_v2/utilities/colorconvert/include/
ccyuv420toyuv420semi.h 33 OSCL_IMPORT_REF static ColorConvertBase* NewL(void);
  /external/opencore/engines/adapters/player/framemetadatautility/config/common/
pv_frame_metadata_mio_video_config.cpp 30 OSCL_TRY(leavecode, aCC = ColorConvert16::NewL());

Completed in 1262 milliseconds

1 2 3 4