Home
last modified time | relevance | path

Searched refs:aKey (Results 1 – 25 of 35) sorted by relevance

12

/external/opencore/protocols/http_parcom/src/
Dstring_keyvalue_store.cpp158 bool StringKeyValueStore::getValueByKey(const StrCSumPtrLen &aKey, StrPtrLen &aValue, uint32 index) in getValueByKey() argument
163 int32 tableIndex = getHashTableIndex(aKey); in getValueByKey()
194 uint32 StringKeyValueStore::getNumberOfValuesByKey(const StrCSumPtrLen &aKey) in getNumberOfValuesByKey() argument
196 int32 tableIndex = getHashTableIndex(aKey); in getNumberOfValuesByKey()
212 bool StringKeyValueStore::isKeyValueAvailable(const StrCSumPtrLen &aKey) in isKeyValueAvailable() argument
214 return (getHashTableIndex(aKey) >= 0); in isKeyValueAvailable()
219 bool StringKeyValueStore::removeKeyValuePair(const StrCSumPtrLen &aKey) in removeKeyValuePair() argument
222 uint32 numValues = getNumberOfValuesByKey(aKey); in removeKeyValuePair()
227 int32 tableIndex = getHashTableIndex(aKey); in removeKeyValuePair()
244 if (iFieldKeys[iFieldKeyTableIndexVector[i]].isCIEquivalentTo(aKey)) in removeKeyValuePair()
[all …]
Dstring_keyvalue_store.h212 bool getValueByKey(const StrCSumPtrLen &aKey, StrPtrLen &aValue, const uint32 index = 0);
216 uint32 getNumberOfValuesByKey(const StrCSumPtrLen &aKey);
219 bool isKeyValueAvailable(const StrCSumPtrLen &aKey);
222 bool removeKeyValuePair(const StrCSumPtrLen &aKey);
269 int32 getHashTableIndex(const StrCSumPtrLen &aKey, const bool aFindKey = true);
272 int32 query(const StrCSumPtrLen &aKey);
/external/opencore/fileformats/id3parcom/src/
Dpv_id3_parcom.cpp2308 PvmiKvpSharedPtr PVID3ParCom::AllocateKvp(OSCL_String& aKey, PvmiKvpValueType aValueType, uint32 aV… in AllocateKvp() argument
2316 uint32 key_size = oscl_mem_aligned_size(aKey.get_size() + 1); in AllocateKvp()
2331 aKey += SEMI_COLON; in AllocateKvp()
2332 aKey += KVP_VALTYPE_REQSIZE; in AllocateKvp()
2333 aKey += _STRLIT_CHAR((char *)str_data_len); in AllocateKvp()
2334 uint32 new_key_size = oscl_mem_aligned_size(aKey.get_size() + 1); in AllocateKvp()
2355 oscl_strncpy(kvp->key, aKey.get_cstr(), key_size); in AllocateKvp()
2406 PVMFStatus PVID3ParCom::ConstructKvpKey(OSCL_String& aKey, PVID3FrameType aType, PVID3CharacterSet … in ConstructKvpKey() argument
2408 aKey = _STRLIT_CHAR(""); in ConstructKvpKey()
2413 aKey += _STRLIT_CHAR(KVP_KEY_TITLE); in ConstructKvpKey()
[all …]
/external/opencore/pvmi/pvmf/src/
Dpvmi_config_and_capability_utils.cpp151 OSCL_EXPORT_REF PVMFStatus AllocateKvp(OsclMemAllocator& aAlloc, PvmiKvp*& aKvp, PvmiKeyType aKey, … in AllocateKvp() argument
154 uint32 keyLen = oscl_strlen(aKey) + 1; in AllocateKvp()
179 oscl_strncpy(aKvp[i].key, aKey, keyLen); in AllocateKvp()
/external/opencore/nodes/pvmediaoutputnode/src/
Dpv_media_output_node_inport.h235 PVMFStatus SetMIOParameterInt32(PvmiKeyType aKey, int32 aValue);
236 PVMFStatus SetMIOParameterUint32(PvmiKeyType aKey, uint32 aValue);
237 PVMFStatus SetMIOParameterPchar(PvmiKeyType aKey, char* aValue);
238 PVMFStatus SetMIOParameterFormat(PvmiKeyType aKey, PVMFFormatType aFormatType);
Dpv_media_output_node_inport.cpp2265 PVMFStatus PVMediaOutputNodePort::SetMIOParameterInt32(PvmiKeyType aKey, int32 aValue) in SetMIOParameterInt32() argument
2273 kvp.length = oscl_strlen(aKey) + 1; // +1 for \0 in SetMIOParameterInt32()
2280 oscl_strncpy(kvp.key, aKey, kvp.length); in SetMIOParameterInt32()
2294 PVMFStatus PVMediaOutputNodePort::SetMIOParameterUint32(PvmiKeyType aKey, uint32 aValue) in SetMIOParameterUint32() argument
2302 kvp.length = oscl_strlen(aKey) + 1; // +1 for \0 in SetMIOParameterUint32()
2309 oscl_strncpy(kvp.key, aKey, kvp.length); in SetMIOParameterUint32()
2324 PVMFStatus PVMediaOutputNodePort::SetMIOParameterPchar(PvmiKeyType aKey, char* aValue) in SetMIOParameterPchar() argument
2332 kvp.length = oscl_strlen(aKey) + 1; // +1 for \0 in SetMIOParameterPchar()
2339 oscl_strncpy(kvp.key, aKey, kvp.length); in SetMIOParameterPchar()
2353 PVMFStatus PVMediaOutputNodePort::SetMIOParameterFormat(PvmiKeyType aKey, PVMFFormatType aFormatTyp… in SetMIOParameterFormat() argument
[all …]
/external/opencore/fileformats/id3parcom/include/
Dpv_id3_parcom.h676 …PvmiKvpSharedPtr AllocateKvp(OSCL_String& aKey, PvmiKvpValueType aValueType, uint32 aValueSize, bo…
685 … PVMFStatus ConstructKvpKey(OSCL_String& aKey, PVID3FrameType aType, PVID3CharacterSet aCharSet);
882 …PvmiKvpSharedPtr HandleErrorForKVPAllocation(OSCL_String& aKey, PvmiKvpValueType aValueType, uint3…
/external/opencore/nodes/pvprotocolenginenode/download_protocols/common/src/
Dpvdl_config_file.h293 void SetExtensionHeaderKey(OSCL_String &aKey) in SetExtensionHeaderKey() argument
295 OSCL_HeapString<OsclMemAllocator> fieldKey(aKey); in SetExtensionHeaderKey()
/external/opencore/nodes/pvdummyinputnode/src/
Dpvmf_fileinput_port.cpp375 PVMFStatus PVMFFileDummyInputPort::AllocateKvp(PvmiKvp*& aKvp, PvmiKeyType aKey, int32 aNumParams) in AllocateKvp() argument
379 uint32 keyLen = oscl_strlen(aKey) + 1; in AllocateKvp()
405 oscl_strncpy(aKvp[i].key, aKey, oscl_strlen(aKvp[i].key)); in AllocateKvp()
/external/opencore/pvmi/pvmf/include/
Dpvmi_config_and_capability_utils.h53 OSCL_IMPORT_REF PVMFStatus AllocateKvp(OsclMemAllocator& aAlloc, PvmiKvp*& aKvp, PvmiKeyType aKey, …
/external/opencore/nodes/pvfileoutputnode/src/
Dpvmf_fileoutput_inport.cpp638 PVMFStatus PVMFFileOutputInPort::AllocateKvp(PvmiKvp*& aKvp, PvmiKeyType aKey, int32 aNumParams) in AllocateKvp() argument
642 uint32 keyLen = oscl_strlen(aKey) + 1; in AllocateKvp()
668 oscl_strncpy(aKvp[i].key, aKey, keyLen); in AllocateKvp()
Dpvmf_fileoutput_inport.h144 PVMFStatus AllocateKvp(PvmiKvp*& aKvp, PvmiKeyType aKey, int32 aNumParams);
/external/opencore/nodes/pvdummyoutputnode/src/
Dpvmf_dummy_fileoutput_inport.cpp622 PVMFStatus PVMFDummyFileOutputInPort::AllocateKvp(PvmiKvp*& aKvp, PvmiKeyType aKey, int32 aNumParam… in AllocateKvp() argument
626 uint32 keyLen = oscl_strlen(aKey) + 1; in AllocateKvp()
652 oscl_strncpy(aKvp[i].key, aKey, keyLen); in AllocateKvp()
Dpvmf_dummy_fileoutput_inport.h147 PVMFStatus AllocateKvp(PvmiKvp*& aKvp, PvmiKeyType aKey, int32 aNumParams);
/external/opencore/nodes/pvdummyinputnode/include/
Dpvmf_fileinput_port.h137 PVMFStatus AllocateKvp(PvmiKvp*& aKvp, PvmiKeyType aKey, int32 aNumParams);
/external/opencore/nodes/pvomxencnode/include/
Dpvmf_omx_enc_port.h141 PVMFStatus AllocateKvp(PvmiKvp*& aKvp, PvmiKeyType aKey, int32 aNumParams);
/external/opencore/pvmi/media_io/pvmio_comm_loopback/src/
Dpvmi_mio_comm_loopback.cpp820 PVMFStatus PvmiMIOCommLoopback::AllocateKvp(PvmiKvp*& aKvp, PvmiKeyType aKey, int32 aNumParams) in AllocateKvp() argument
824 uint32 keyLen = oscl_strlen(aKey) + 1; in AllocateKvp()
850 oscl_strncpy(aKvp[i].key, aKey, keyLen); in AllocateKvp()
Dpvmi_mio_comm_loopback.h260 PVMFStatus AllocateKvp(PvmiKvp*& aKvp, PvmiKeyType aKey, int32 aNumParams);
/external/opencore/nodes/pvmp4ffcomposernode/src/
Dpvmp4ffcn_port.cpp556 PVMFStatus PVMp4FFComposerPort::AllocateKvp(PvmiKvp*& aKvp, PvmiKeyType aKey, int32 aNumParams) in AllocateKvp() argument
560 uint32 keyLen = oscl_strlen(aKey) + 1; in AllocateKvp()
586 oscl_strncpy(aKvp[i].key, aKey, keyLen); in AllocateKvp()
Dpvmp4ffcn_port.h197 PVMFStatus AllocateKvp(PvmiKvp*& aKvp, PvmiKeyType aKey, int32 aNumParams);
/external/icu4c/common/
Duresbund.c763 char *aKey = parent->fResPath; in init_resb_result() local
764 if(aKey) { in init_resb_result()
765 uprv_strcpy(chAlias, aKey); /* allocated large enough above */ in init_resb_result()
766 aKey = chAlias; in init_resb_result()
767 r = res_findResource(&(mainRes->fResData), mainRes->fRes, &aKey, &temp); in init_resb_result()
790 aKey = chAlias; in init_resb_result()
791 r = res_findResource(&(mainRes->fResData), r, &aKey, &temp); in init_resb_result()
796 … r = res_getTableItemByIndex(&(mainRes->fResData), r, index, (const char **)&aKey); in init_resb_result()
/external/opencore/android/author/
Dandroid_camera_input.cpp1052 PvmiKeyType aKey, in AllocateKvp() argument
1057 uint32 keyLen = oscl_strlen(aKey) + 1; in AllocateKvp()
1082 oscl_strncpy(aKvp[i].key, aKey, keyLen); in AllocateKvp()
Dandroid_audio_input.cpp1315 PVMFStatus AndroidAudioInput::AllocateKvp(PvmiKvp*& aKvp, PvmiKeyType aKey, int32 aNumParams) in AllocateKvp() argument
1318 uint32 keyLen = oscl_strlen(aKey) + 1; in AllocateKvp()
1343 oscl_strncpy(aKvp[i].key, aKey, keyLen); in AllocateKvp()
/external/opencore/nodes/pvomxencnode/src/
Dpvmf_omx_enc_port.cpp621 PVMFStatus PVMFOMXEncPort::AllocateKvp(PvmiKvp*& aKvp, PvmiKeyType aKey, int32 aNumParams) in AllocateKvp() argument
625 uint32 keyLen = oscl_strlen(aKey) + 1; in AllocateKvp()
651 oscl_strncpy(aKvp[i].key, aKey, keyLen); in AllocateKvp()
/external/opencore/pvmi/media_io/pvmi_mio_fileinput/src/
Dpvmi_mio_fileinput.h267 PVMFStatus AllocateKvp(PvmiKvp*& aKvp, PvmiKeyType aKey, int32 aNumParams);

12