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

  /external/opencore/engines/player/include/
pv_player_datasinkfilename.h 28 PVPlayerDataSinkFilename() : iFormatType(PVMF_MIME_FORMAT_UNKNOWN), iFilename(NULL) {};
43 return iFilename;
58 iFilename = aFilename;
63 OSCL_wHeapString<OsclMemAllocator> iFilename;
  /external/opencore/engines/2way/test/include/
init_play_reset_test.h 29 iFilename = aFilename;
50 OSCL_wHeapString<OsclMemAllocator> iFilename;
init_play_test.h 30 iFilename = aFilename;
51 OSCL_wHeapString<OsclMemAllocator> iFilename;
pff_pause_disconnect_test.h 33 iFilename = aFilename;
56 OSCL_wHeapString<OsclMemAllocator> iFilename;
play_from_file_disconnect_test.h 33 iFilename = aFilename;
56 OSCL_wHeapString<OsclMemAllocator> iFilename;
play_from_file_test.h 31 iFilename = aFilename;
52 OSCL_wHeapString<OsclMemAllocator> iFilename;
play_from_file_pause_test.h 34 iFilename = aFilename;
57 OSCL_wHeapString<OsclMemAllocator> iFilename;
pff_eos_test.h 38 iFilename = aFilename;
61 OSCL_wHeapString<OsclMemAllocator> iFilename;
test_everything_test.h 40 iFilename = aFilename;
83 OSCL_wHeapString<OsclMemAllocator> iFilename;
use_play_file_test.h 36 iFilename = aFilename;
75 OSCL_wHeapString<OsclMemAllocator> iFilename;
  /external/opencore/engines/2way/test/src/
init_play_test.cpp 25 char *filename = new char[iFilename.get_size() + 1];
26 if ((filename == NULL) || (oscl_UnicodeToUTF8(iFilename.get_cstr(), iFilename.get_size(), filename, iFilename.get_size() + 1) == 0))
88 OSCL_TRY(error, terminal->InitPlayFileL(iFilename));
135 OSCL_TRY(error, terminal->InitPlayFileL(iFilename));
init_play_reset_test.cpp 25 char *filename = new char[iFilename.get_size() + 1];
26 if ((filename == NULL) || (oscl_UnicodeToUTF8(iFilename.get_cstr(), iFilename.get_size(), filename, iFilename.get_size() + 1) == 0))
89 OSCL_TRY(error, terminal->InitPlayFileL(iFilename));
pff_eos_test.cpp 23 char *filename = new char[iFilename.get_size() + 1];
24 if ((filename == NULL) || (oscl_UnicodeToUTF8(iFilename.get_cstr(), iFilename.get_size(), filename, iFilename.get_size() + 1) == 0))
163 OSCL_TRY(error, terminal->InitPlayFileL(iFilename));
pff_pause_disconnect_test.cpp 23 char *filename = new char[iFilename.get_size() + 1];
24 if ((filename == NULL) || (oscl_UnicodeToUTF8(iFilename.get_cstr(), iFilename.get_size(), filename, iFilename.get_size() + 1) == 0))
145 OSCL_TRY(error, terminal->InitPlayFileL(iFilename));
play_from_file_disconnect_test.cpp 23 char *filename = new char[iFilename.get_size() + 1];
24 if ((filename == NULL) || (oscl_UnicodeToUTF8(iFilename.get_cstr(), iFilename.get_size(), filename, iFilename.get_size() + 1) == 0))
152 OSCL_TRY(error, terminal->InitPlayFileL(iFilename));
play_from_file_pause_test.cpp 23 char *filename = new char[iFilename.get_size() + 1];
24 if ((filename == NULL) || (oscl_UnicodeToUTF8(iFilename.get_cstr(), iFilename.get_size(), filename, iFilename.get_size() + 1) == 0))
152 OSCL_TRY(error, terminal->InitPlayFileL(iFilename));
play_from_file_test.cpp 23 char *filename = new char[iFilename.get_size() + 1];
24 if ((filename == NULL) || (oscl_UnicodeToUTF8(iFilename.get_cstr(), iFilename.get_size(), filename, iFilename.get_size() + 1) == 0))
152 OSCL_TRY(error, terminal->InitPlayFileL(iFilename));
test_everything_test.cpp 23 char *filename = new char[iFilename.get_size() + 1];
24 if ((filename == NULL) || (oscl_UnicodeToUTF8(iFilename.get_cstr(), iFilename.get_size(), filename, iFilename.get_size() + 1) == 0))
161 OSCL_TRY(error, terminal->InitPlayFileL(iFilename));
use_play_file_test.cpp 23 char *filename = new char[iFilename.get_size() + 1];
24 if ((filename == NULL) || (oscl_UnicodeToUTF8(iFilename.get_cstr(), iFilename.get_size(), filename, iFilename.get_size() + 1) == 0))
154 OSCL_TRY(error, terminal->InitPlayFileL(iFilename));
  /external/opencore/pvmi/content_policy_manager/plugins/oma1/passthru/include/
pvmf_cpmplugin_passthru_oma1.h 328 OSCL_wHeapString<OsclMemAllocator> iFilename;
  /external/opencore/pvmi/content_policy_manager/plugins/oma1/passthru/src/
pvmf_cpmplugin_passthru_oma1.cpp 322 iFilename = aSourceURL;
    [all...]
  /external/opencore/nodes/pvwavffparsernode/src/
pvmf_wavffparser_node.h 530 OSCL_wHeapString<OsclMemAllocator> iFilename;
pvmf_wavffparser_node.cpp     [all...]
  /external/opencore/nodes/pvmp4ffparsernode/src/
pvmf_mp4ffparser_node.h     [all...]
pvmf_mp4ffparser_node.cpp 661 iFilename = aSourceURL;
    [all...]

Completed in 278 milliseconds