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

1 2 3

  /hardware/ti/wlan/wl1271/utils/
report.c 74 os_memoryCopy(hOs, (void *)(pReport->aFileName[FILE_ID_0 ]), "timer " , sizeof("timer "));
75 os_memoryCopy(hOs, (void *)(pReport->aFileName[FILE_ID_1 ]), "measurementMgr " , sizeof("measurementMgr "));
76 os_memoryCopy(hOs, (void *)(pReport->aFileName[FILE_ID_2 ]), "measurementMgrSM " , sizeof("measurementMgrSM "));
77 os_memoryCopy(hOs, (void *)(pReport->aFileName[FILE_ID_3 ]), "regulatoryDomain " , sizeof("regulatoryDomain "));
78 os_memoryCopy(hOs, (void *)(pReport->aFileName[FILE_ID_4 ]), "requestHandler " , sizeof("requestHandler "));
79 os_memoryCopy(hOs, (void *)(pReport->aFileName[FILE_ID_5 ]), "SoftGemini " , sizeof("SoftGemini "));
80 os_memoryCopy(hOs, (void *)(pReport->aFileName[FILE_ID_6 ]), "spectrumMngmntMgr " , sizeof("spectrumMngmntMgr "));
81 os_memoryCopy(hOs, (void *)(pReport->aFileName[FILE_ID_7 ]), "SwitchChannel " , sizeof("SwitchChannel "));
82 os_memoryCopy(hOs, (void *)(pReport->aFileName[FILE_ID_8 ]), "roamingMngr " , sizeof("roamingMngr "));
83 os_memoryCopy(hOs, (void *)(pReport->aFileName[FILE_ID_9 ]), "scanMngr " , sizeof("scanMngr "))
    [all...]
  /system/wlan/ti/wilink_6_1/utils/
report.c 74 os_memoryCopy(hOs, (void *)(pReport->aFileName[FILE_ID_0 ]), "timer " , sizeof("timer "));
75 os_memoryCopy(hOs, (void *)(pReport->aFileName[FILE_ID_1 ]), "measurementMgr " , sizeof("measurementMgr "));
76 os_memoryCopy(hOs, (void *)(pReport->aFileName[FILE_ID_2 ]), "measurementMgrSM " , sizeof("measurementMgrSM "));
77 os_memoryCopy(hOs, (void *)(pReport->aFileName[FILE_ID_3 ]), "regulatoryDomain " , sizeof("regulatoryDomain "));
78 os_memoryCopy(hOs, (void *)(pReport->aFileName[FILE_ID_4 ]), "requestHandler " , sizeof("requestHandler "));
79 os_memoryCopy(hOs, (void *)(pReport->aFileName[FILE_ID_5 ]), "SoftGemini " , sizeof("SoftGemini "));
80 os_memoryCopy(hOs, (void *)(pReport->aFileName[FILE_ID_6 ]), "spectrumMngmntMgr " , sizeof("spectrumMngmntMgr "));
81 os_memoryCopy(hOs, (void *)(pReport->aFileName[FILE_ID_7 ]), "SwitchChannel " , sizeof("SwitchChannel "));
82 os_memoryCopy(hOs, (void *)(pReport->aFileName[FILE_ID_8 ]), "roamingMngr " , sizeof("roamingMngr "));
83 os_memoryCopy(hOs, (void *)(pReport->aFileName[FILE_ID_9 ]), "scanMngr " , sizeof("scanMngr "))
    [all...]
  /external/opencore/protocols/systems/tools/general/common/include/
pvmf_file_data_sink.h 58 bool OpenFile(char *aFileName)
60 iWriteFile = fopen(aFileName, "wb");
pvmf_file_data_source.h 71 bool OpenFile(char *aFileName)
73 iReadFile = fopen(aFileName, "rb");
  /external/opencore/engines/author/test/src/single_core/
pvaetestinput.cpp 88 int PVAETestInput::CreateInputNode(PVAETestInputType aType, const OSCL_wString& aFileName, AVTConfig iAVTConfig)
103 status = CreateMIOInputNode(aType, aFileName, iAVTConfig);
166 bool PVAETestInput::CreateMIOInputNode(PVAETestInputType aType, const OSCL_wString& aFileName, AVTConfig iAVTConfig)
173 if (aFileName.get_size() != 0)
175 iSettings.iFileName = aFileName;
181 if (aFileName.get_size() == 0)
194 if (aFileName.get_size() == 0)
207 if (aFileName.get_size() == 0)
220 if (aFileName.get_size() == 0)
232 if (aFileName.get_size() == 0
    [all...]
pvaetestinput.h 161 int CreateInputNode(PVAETestInputType aType, const OSCL_wString& aFileName, AVTConfig iAVTConfig);
199 bool CreateMIOInputNode(PVAETestInputType aType, const OSCL_wString& aFileName, AVTConfig iAVTConfig);
  /external/opencore/fileformats/avi/parser/src/
pv_avifile.cpp 32 OSCL_EXPORT_REF PVAviFile* PVAviFile::CreateAviFileParser(OSCL_wHeapString<OsclMemAllocator> aFileName, int32& aError, Oscl_FileServer* aFileServer,
39 OSCL_NEW(PVAviFileParser, (aFileName, aError, aFileServer, aCPM, aFileHandle));
  /external/opencore/nodes/pvdummyoutputnode/src/
pvmf_dummy_fileoutput_factory.cpp 53 OSCL_EXPORT_REF PVMFNodeInterface* PVMFDummyFileOutputNodeFactory::CreateDummyFileOutput(OSCL_wString &aFileName, PVMFFormatType aFormat, int32 aPriority)
62 ((PVMFDummyFileOutputNode *)node)->iOutputFileName = aFileName.get_cstr();
  /external/opencore/nodes/pvfileoutputnode/src/
pvmf_fileoutput_factory.cpp 53 OSCL_EXPORT_REF PVMFNodeInterface* PVFileOutputNodeFactory::CreateFileOutput(OSCL_wString &aFileName, PVMFFormatType aFormat, int32 aPriority)
62 ((PVMFFileOutputNode *)node)->iOutputFileName = aFileName.get_cstr();
  /external/opencore/nodes/pvdummyoutputnode/include/
pvmf_dummy_fileoutput_config.h 78 * @param aFileName Output file name
81 virtual PVMFStatus SetOutputFileName(const OSCL_wString& aFileName) = 0;
pvmf_dummy_fileoutput_factory.h 64 * @param aFileName pathname of file to write to.
69 OSCL_IMPORT_REF static PVMFNodeInterface* CreateDummyFileOutput(OSCL_wString &aFileName, PVMFFormatType aFormat, int32 aPriority = OsclActiveObject::EPriorityNominal);
  /external/opencore/nodes/pvfileoutputnode/include/
pvmf_fileoutput_config.h 76 * @param aFileName Output file name
79 virtual PVMFStatus SetOutputFileName(const OSCL_wString& aFileName) = 0;
pvmf_fileoutput_factory.h 64 * @param aFileName pathname of file to write to.
69 OSCL_IMPORT_REF static PVMFNodeInterface* CreateFileOutput(OSCL_wString &aFileName, PVMFFormatType aFormat, int32 aPriority = OsclActiveObject::EPriorityNominal);
  /external/opencore/pvmi/content_policy_manager/plugins/common/include/
pvmf_cpmplugin_contentmanagement_interface.h 358 * @param aFileName Unicode string with the complete path
364 OSCL_wString& aFileName) = 0;
370 * @param aFileName string with the complete path
376 OSCL_String& aFileName) = 0;
408 OSCL_wString& aFileName,
412 OSCL_String& aFileName,
416 OSCL_wString& aFileName,
420 OSCL_String& aFileName,
pvmf_cpmplugin_interface.h 186 virtual PVMFStatus GetCPMContentFilename(OSCL_wString& aFileName)
188 OSCL_UNUSED_ARG(aFileName);
  /external/webkit/WebKitTools/Scripts/
sort-Xcode-project-file 151 my $aFileName = $1 if $a =~ /^\s*[A-Z0-9]{24} \/\* (.+) \*\/,$/;
153 my $aSuffix = $1 if $aFileName =~ m/\.([^.]+)$/;
155 if ((!$aSuffix && !$isFile{$aFileName} && $bSuffix) || ($aSuffix && !$bSuffix && !$isFile{$bFileName})) {
158 return lc($aFileName) cmp lc($bFileName);
164 my $aFileName = $1 if $a =~ /^\s*[A-Z0-9]{24} \/\* (.+) in /;
166 return lc($aFileName) cmp lc($bFileName);
  /external/opencore/fileformats/common/parser/include/
pvmi_datastreamsyncinterface_ref_factory.h 37 OSCL_IMPORT_REF PVMIDataStreamSyncInterfaceRefFactory(OSCL_wString& aFileName);
pvmi_datastreamsyncinterface_ref_impl.h 40 OSCL_IMPORT_REF static PVMIDataStreamSyncInterface* CreateDataStreamSyncInterfaceRefImpl(OSCL_wString& aFileName);
162 PVMIDataStreamSyncInterfaceRefImpl(OSCL_wString& aFileName);
  /external/opencore/pvmi/pvmf/include/
pvmi_datastreamsyncinterface_ref_factory.h 37 OSCL_IMPORT_REF PVMIDataStreamSyncInterfaceRefFactory(OSCL_wString& aFileName);
pvmi_datastreamsyncinterface_ref_impl.h 40 OSCL_IMPORT_REF static PVMIDataStreamSyncInterface* CreateDataStreamSyncInterfaceRefImpl(OSCL_wString& aFileName);
162 PVMIDataStreamSyncInterfaceRefImpl(OSCL_wString& aFileName);
  /external/opencore/fileformats/common/parser/src/
pvmi_datastreamsyncinterface_ref_factory.cpp 22 OSCL_EXPORT_REF PVMIDataStreamSyncInterfaceRefFactory::PVMIDataStreamSyncInterfaceRefFactory(OSCL_wString& aFileName)
24 iFileName = aFileName;
pvmi_datastreamsyncinterface_ref_impl.cpp 25 OSCL_EXPORT_REF PVMIDataStreamSyncInterface* PVMIDataStreamSyncInterfaceRefImpl::CreateDataStreamSyncInterfaceRefImpl(OSCL_wString& aFileName)
27 PVMIDataStreamSyncInterfaceRefImpl* newsyncif = OSCL_NEW(PVMIDataStreamSyncInterfaceRefImpl, (aFileName));
46 PVMIDataStreamSyncInterfaceRefImpl::PVMIDataStreamSyncInterfaceRefImpl(OSCL_wString& aFileName)
49 iFileName = aFileName;
  /external/opencore/nodes/pvprotocolenginenode/download_protocols/common/src/
pvdl_config_file.h 54 void SetConfigFileName(OSCL_wString &aFileName)
56 iConfigFileName = aFileName;
266 void SetDownloadFileName(OSCL_wString &aFileName)
268 iDownloadFileName = aFileName;
  /external/opencore/pvmi/content_policy_manager/include/
cpm.h 116 OSCL_wString& aFileName) = 0;
  /external/opencore/nodes/pvdownloadmanagernode/include/
pvmf_filebufferdatastream_factory.h 68 OSCL_IMPORT_REF PVMFFileBufferDataStreamReadDataStreamFactoryImpl(OSCL_wString& aFileName);
100 OSCL_IMPORT_REF PVMFFileBufferDataStreamWriteDataStreamFactoryImpl(OSCL_wString& aFileName);
130 OSCL_wString& aFileName);
268 OSCL_IMPORT_REF PVMFFileBufferWriteDataStreamImpl(OSCL_wString& aFileName);
420 OSCL_IMPORT_REF PVMFFileBufferDataStream(OSCL_wString& aFileName);

Completed in 456 milliseconds

1 2 3