Home
last modified time | relevance | path

Searched defs:aKey (Results 1 – 18 of 18) sorted by relevance

/external/opencore/protocols/http_parcom/src/
Dstring_keyvalue_store.cpp158 bool StringKeyValueStore::getValueByKey(const StrCSumPtrLen &aKey, StrPtrLen &aValue, uint32 index) in getValueByKey()
194 uint32 StringKeyValueStore::getNumberOfValuesByKey(const StrCSumPtrLen &aKey) in getNumberOfValuesByKey()
212 bool StringKeyValueStore::isKeyValueAvailable(const StrCSumPtrLen &aKey) in isKeyValueAvailable()
219 bool StringKeyValueStore::removeKeyValuePair(const StrCSumPtrLen &aKey) in removeKeyValuePair()
383 int32 StringKeyValueStore::getHashTableIndex(const StrCSumPtrLen &aKey, const bool aFindKey) in getHashTableIndex()
420 int32 StringKeyValueStore::query(const StrCSumPtrLen &aKey) in query()
/external/opencore/pvmi/pvmf/src/
Dpvmi_config_and_capability_utils.cpp151 OSCL_EXPORT_REF PVMFStatus AllocateKvp(OsclMemAllocator& aAlloc, PvmiKvp*& aKvp, PvmiKeyType aKey, … in AllocateKvp()
/external/opencore/nodes/pvmediaoutputnode/src/
Dpv_media_output_node_inport.cpp2265 PVMFStatus PVMediaOutputNodePort::SetMIOParameterInt32(PvmiKeyType aKey, int32 aValue) in SetMIOParameterInt32()
2294 PVMFStatus PVMediaOutputNodePort::SetMIOParameterUint32(PvmiKeyType aKey, uint32 aValue) in SetMIOParameterUint32()
2324 PVMFStatus PVMediaOutputNodePort::SetMIOParameterPchar(PvmiKeyType aKey, char* aValue) in SetMIOParameterPchar()
2353 PVMFStatus PVMediaOutputNodePort::SetMIOParameterFormat(PvmiKeyType aKey, PVMFFormatType aFormatTyp… in SetMIOParameterFormat()
/external/opencore/nodes/pvdummyinputnode/src/
Dpvmf_fileinput_port.cpp375 PVMFStatus PVMFFileDummyInputPort::AllocateKvp(PvmiKvp*& aKvp, PvmiKeyType aKey, int32 aNumParams) in AllocateKvp()
/external/opencore/nodes/pvmp4ffcomposernode/src/
Dpvmp4ffcn_port.cpp556 PVMFStatus PVMp4FFComposerPort::AllocateKvp(PvmiKvp*& aKvp, PvmiKeyType aKey, int32 aNumParams) in AllocateKvp()
/external/opencore/nodes/pvfileoutputnode/src/
Dpvmf_fileoutput_inport.cpp638 PVMFStatus PVMFFileOutputInPort::AllocateKvp(PvmiKvp*& aKvp, PvmiKeyType aKey, int32 aNumParams) in AllocateKvp()
/external/opencore/nodes/pvdummyoutputnode/src/
Dpvmf_dummy_fileoutput_inport.cpp622 PVMFStatus PVMFDummyFileOutputInPort::AllocateKvp(PvmiKvp*& aKvp, PvmiKeyType aKey, int32 aNumParam… in AllocateKvp()
/external/opencore/fileformats/id3parcom/src/
Dpv_id3_parcom.cpp2308 PvmiKvpSharedPtr PVID3ParCom::AllocateKvp(OSCL_String& aKey, PvmiKvpValueType aValueType, uint32 aV… in AllocateKvp()
2406 PVMFStatus PVID3ParCom::ConstructKvpKey(OSCL_String& aKey, PVID3FrameType aType, PVID3CharacterSet … in ConstructKvpKey()
4331 PvmiKvpSharedPtr PVID3ParCom::HandleErrorForKVPAllocation(OSCL_String& aKey, PvmiKvpValueType aValu… in HandleErrorForKVPAllocation()
/external/opencore/nodes/pvprotocolenginenode/download_protocols/common/src/
Dpvdl_config_file.h293 void SetExtensionHeaderKey(OSCL_String &aKey) in SetExtensionHeaderKey()
/external/opencore/nodes/pvomxencnode/src/
Dpvmf_omx_enc_port.cpp621 PVMFStatus PVMFOMXEncPort::AllocateKvp(PvmiKvp*& aKvp, PvmiKeyType aKey, int32 aNumParams) in AllocateKvp()
/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()
/external/opencore/android/author/
Dandroid_camera_input.cpp1052 PvmiKeyType aKey, in AllocateKvp()
Dandroid_audio_input.cpp1315 PVMFStatus AndroidAudioInput::AllocateKvp(PvmiKvp*& aKvp, PvmiKeyType aKey, int32 aNumParams) in AllocateKvp()
/external/opencore/pvmi/media_io/pvmi_mio_avi_wav_fileinput/src/
Dpvmi_mio_avi_wav_file.cpp1589 PVMFStatus PvmiMIOAviWavFile::AllocateKvp(PvmiKvp*& aKvp, PvmiKeyType aKey, int32 aNumParams) in AllocateKvp()
/external/opencore/pvmi/media_io/pvmi_mio_fileinput/src/
Dpvmi_mio_fileinput.cpp1808 PVMFStatus PvmiMIOFileInput::AllocateKvp(PvmiKvp*& aKvp, PvmiKeyType aKey, int32 aNumParams) in AllocateKvp()
/external/icu4c/common/
Duresbund.c763 char *aKey = parent->fResPath; in init_resb_result() local
/external/opencore/nodes/pvaacffparsernode/src/
Dpvmf_aacffparser_node.cpp4253 int32 PVMFAACFFParserNode::CreateNewArray(char*& aPtr, char *aKey) in CreateNewArray()
/external/sqlite/dist/
Dsqlite3.c40606 const unsigned char *aKey = (const unsigned char *)pKey; in sqlite3VdbeRecordUnpack() local
40757 SQLITE_PRIVATE int sqlite3VdbeIdxRowidLen(const u8 *aKey){ in sqlite3VdbeIdxRowidLen()