NewL 40 applications/osmo4_sym/osmo4.cpp return (static_cast<CApaDocument*> ( COsmo4Document::NewL( *this ) ) ); NewL 24 applications/osmo4_sym/osmo4.h static COsmo4Document* NewL( CEikApplication& aApp ); NewL 64 applications/osmo4_sym/osmo4_ui.cpp iAppView = COsmo4AppView::NewL( ClientRect() ); NewL 69 applications/osmo4_sym/osmo4_ui.cpp iPlaylist = CPlaylist::NewL( ClientRect(), iAppView->GetUser() ); NewL 86 applications/osmo4_sym/osmo4_ui.cpp CCommandLineArguments *args = CCommandLineArguments::NewL(); NewL 421 applications/osmo4_sym/osmo4_ui.cpp HBufC *htitle = HBufC::NewL( strlen(title)+1); NewL 153 applications/osmo4_sym/osmo4_view.cpp msg1 = HBufC::NewL( length ); NewL 157 applications/osmo4_sym/osmo4_view.cpp msg2 = HBufC::NewL( length ); NewL 310 applications/osmo4_sym/osmo4_view.cpp selector = CRemConInterfaceSelector::NewL(); NewL 311 applications/osmo4_sym/osmo4_view.cpp target = CRemConCoreApiTarget::NewL(*selector, *this); NewL 384 applications/osmo4_sym/osmo4_view.cpp m_pTimer = CPeriodic::NewL(CActive::EPriorityStandard); NewL 60 applications/osmo4_sym/osmo4_view.h static COsmo4AppView* NewL( const TRect& aRect ); NewL 58 applications/osmo4_sym/playlist.h static CPlaylist* NewL( const TRect& aRect, GF_User *user); NewL 129 modules/epoc_hw/epoc_aout.cpp TRAP(res, m_stream = CMdaAudioOutputStream::NewL(*this) ); NewL 73 modules/epoc_hw/epoc_codec.cpp TRAP(err, codec = CMMFCodec::NewL(KMMFFourCCCodeAMR, KMMFFourCCCodePCM16)); NewL 79 modules/epoc_hw/epoc_codec.cpp TRAP(err, codec = CMMFCodec::NewL(KMMFFourCCCodeAWB, KMMFFourCCCodePCM16)); NewL 85 modules/epoc_hw/epoc_codec.cpp TRAP(err, codec = CMMFCodec::NewL(KMMFFourCCCodeAAC, KMMFFourCCCodePCM16)); NewL 91 modules/epoc_hw/epoc_codec.cpp TRAP(err, codec = CMMFCodec::NewL(KMMFFourCCCodeEAACP, KMMFFourCCCodePCM16)); NewL 98 modules/epoc_hw/epoc_codec.cpp TRAP(err, codec = CMMFCodec::NewL(KMMFFourCCCodeMP3, KMMFFourCCCodePCM16)); NewL 132 modules/epoc_hw/epoc_codec.cpp TRAP(err, ctx->dec = CMMFCodec::NewL(KMMFFourCCCodeEAACP, KMMFFourCCCodePCM16)); NewL 165 modules/epoc_hw/epoc_codec.cpp TRAP(err, ctx->dec = CMMFCodec::NewL(KMMFFourCCCodeAAC, KMMFFourCCCodePCM16)); NewL 197 modules/epoc_hw/epoc_codec.cpp TRAP(err, ctx->dec = CMMFCodec::NewL(KMMFFourCCCodeAMR, KMMFFourCCCodePCM16)); NewL 210 modules/epoc_hw/epoc_codec.cpp TRAP(err, ctx->dec = CMMFCodec::NewL(KMMFFourCCCodeAWB, KMMFFourCCCodePCM16)); NewL 227 modules/epoc_hw/epoc_codec.cpp ctx->mmf_in = CMMFPtrBuffer::NewL(); NewL 228 modules/epoc_hw/epoc_codec.cpp ctx->mmf_out = CMMFPtrBuffer::NewL(); NewL 736 src/utils/symbian_os.cpp path = HBufC::NewL( User::StringLength( ( TUint8* ) s_path) + 1 );