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

1 2 3

  /external/opencore/fileformats/pvx/parser/include/
pvpvxparser.h 73 OSCL_StackString<MAX_PVXUSERID_LEN>iUserID;
74 OSCL_StackString<MAX_PVXAPPSPECIFICSTRING_LEN>iAppSpecificString;
75 OSCL_StackString<MAX_PVXSESSIONID_LEN>iSessionID;
76 OSCL_StackString<MAX_PVXEXPIRYTIMESTAMP_LEN>iExpiryTimeStamp;
77 OSCL_StackString<MAX_PVXRANDOMFILLER_LEN>iRandomFiller;
78 OSCL_StackString<MAX_PVXDIGITALSIGNATURE_LEN>iDigitalSignature;
  /external/opencore/pvmi/content_policy_manager/plugins/oma1/passthru/include/
pvmf_cpmplugin_passthru_oma1_config.h 49 OSCL_StackString<100> mimestr(PVMF_CPM_MIME_PASSTHRU_OMA1);
62 OSCL_StackString<100> mimestr(PVMF_CPM_MIME_PASSTHRU_OMA1);
  /external/opencore/fileformats/mp4/parser/include/
itunesmetadataatom.h 21 typedef Oscl_Vector<OSCL_StackString<128>, OsclMemAllocator> OSCL_StackStringVector;
  /external/opencore/oscl/oscl/osclutil/src/
oscl_string_containers.h 381 OSCL_StackString is a simple string class, compatible with
394 class OSCL_StackString : public OSCL_String
399 /** Creates an OSCL_StackString initialized with an empty string.
401 OSCL_StackString();
403 /** Creates an OSCL_StackString with a copy of the input string.
407 OSCL_StackString(const OSCL_StackString& src);
408 OSCL_StackString(const OSCL_String& src);
410 /** Creates an OSCL_StackString with a copy of the input string.
414 OSCL_StackString(const chartype* cstr)
    [all...]
  /external/opencore/modules/linux_download/node_registry/src/
pvmfdownloadnodereg.cpp 57 OSCL_StackString<NODE_REGISTRY_LIB_NAME_MAX_LENGTH> libname(DOWNLOAD_LIB_NAME);
161 OSCL_StackString<NODE_REGISTRY_LIB_NAME_MAX_LENGTH> libname(DOWNLOAD_LIB_NAME);
  /external/opencore/modules/linux_mp4/node_registry/src/
pvmfmp4nodereg.cpp 61 OSCL_StackString<NODE_REGISTRY_LIB_NAME_MAX_LENGTH> libname(MP4_LIB_NAME);
163 OSCL_StackString<NODE_REGISTRY_LIB_NAME_MAX_LENGTH> libname = MP4_LIB_NAME;
  /external/opencore/modules/linux_rtsp/node_registry/src/
pvmfrtspnodereg.cpp 58 OSCL_StackString<NODE_REGISTRY_LIB_NAME_MAX_LENGTH> libname(RTSP_LIB_NAME);
161 OSCL_StackString<NODE_REGISTRY_LIB_NAME_MAX_LENGTH> libname(RTSP_LIB_NAME);
  /external/opencore/pvmi/pvmf/include/
pvmf_sync_util_data_queue.h 222 OSCL_StackString<20> iName;
pvmf_port_base_impl.h 251 OSCL_StackString<20> iPortName;
  /external/opencore/engines/player/test/src/
test_pv_player_engine_testset6.h 319 OSCL_StackString<128> iKeyStringSetAsync;
320 OSCL_StackString<128> iURLToTest404;
321 OSCL_StackString<128> iURLToTest415;
461 OSCL_StackString<64> iKeyStringSetAsync;
591 OSCL_StackString<64> iKeyStringSetAsync;
804 OSCL_StackString<128> iKeyStringSetAsync;
992 OSCL_StackString<128> iKeyStringSetAsync;
test_pv_player_engine_testset13.h 274 OSCL_StackString<128> iKeyStringSetAsync;
487 OSCL_StackString<128> iKeyStringSetAsync;
694 OSCL_StackString<128> iKeyStringSetAsync;
902 OSCL_StackString<128> iKeyStringSetAsync;
    [all...]
test_pv_player_engine_testset10.h 238 OSCL_StackString<128> iKeyStringSetAsync;
test_pv_player_engine_testset11.h 242 OSCL_StackString<128> iKeyStringSetAsync;
test_pv_player_engine_testset12.h 329 OSCL_StackString<128> iKeyStringSetAsync;
test_pv_player_engine_testset9.h 235 OSCL_StackString<128> iKeyStringSetAsync;
test_pv_player_engine_testset_cpmdlapassthru.h 239 OSCL_StackString<128> iKeyStringSetAsync;
  /external/opencore/pvmi/pvmf/src/
pvmi_kvp_util.cpp 43 OSCL_StackString<24> typestr;
44 OSCL_StackString<10> basestr(PVMI_KVPTYPE_STRING_CONSTCHAR);
83 OSCL_StackString<16> attrstr;
84 OSCL_StackString<8> basestr(PVMI_KVPATTR_STRING_CONSTCHAR);
121 OSCL_StackString<64> valtypestr;
122 OSCL_StackString<10> basestr(PVMI_KVPVALTYPE_STRING_CONSTCHAR);
  /external/opencore/engines/common/include/
pv_common_types.h 69 OSCL_StackString<80> iLabel;
pv_engine_types.h 71 OSCL_StackString<80> iLabel;
  /external/opencore/modules/linux_download/protocol_engine_plugins/progressive_download/registry/src/
pvprotocolenginenode_pdl_plugin_registry.cpp 38 OSCL_StackString<LIB_NAME_MAX_LENGTH> libname(PDL_PLUGIN_LIB_NAME);
  /external/opencore/modules/linux_download/protocol_engine_plugins/progressive_streaming/registry/src/
pvprotocolenginenode_ps_plugin_registry.cpp 40 OSCL_StackString<LIB_NAME_MAX_LENGTH> libname(PS_PLUGIN_LIB_NAME);
  /external/opencore/oscl/oscl/oscllib/src/
oscl_configfile_list.cpp 173 OSCL_StackString<OSCL_IO_FILENAME_MAXLEN> temp = iCfgList[ii];
  /external/opencore/engines/author/test/src/
test_pv_author_engine_testset5.h 195 OSCL_StackString<64> iKeyStringSetAsync;
test_pv_author_engine_testset5.cpp     [all...]
  /external/opencore/engines/adapters/player/framemetadatautility/test/src/
test_pv_frame_metadata_utility_testset1.h 924 OSCL_StackString<128> iKeyStringSetAsync;
998 OSCL_StackString<128> iKeyStringSetAsync;

Completed in 335 milliseconds

1 2 3