Searched defs:dataBlock (Results 1 – 4 of 4) sorted by relevance
| /drivers/peripheral/codec/hal/src/ |
| D | codec_types.c | 21 …_TUNNELSETUPTYPEBlockMarshalling(struct HdfSBuf *data, const struct OMX_TUNNELSETUPTYPE *dataBlock) in OMX_TUNNELSETUPTYPEBlockMarshalling() 36 … OMX_TUNNELSETUPTYPEBlockUnmarshalling(struct HdfSBuf *data, struct OMX_TUNNELSETUPTYPE *dataBlock) in OMX_TUNNELSETUPTYPEBlockUnmarshalling() 54 void OMX_TUNNELSETUPTYPEFree(struct OMX_TUNNELSETUPTYPE *dataBlock, bool freeSelf) in OMX_TUNNELSETUPTYPEFree() 65 static bool CodecBufferMarshalling(struct HdfSBuf *data, const struct OmxCodecBuffer *dataBlock) in CodecBufferMarshalling() 94 bool OmxCodecBufferBlockMarshalling(struct HdfSBuf *data, const struct OmxCodecBuffer *dataBlock) in OmxCodecBufferBlockMarshalling() 153 static bool CodecBufferUnmarshalling(struct HdfSBuf *data, struct OmxCodecBuffer *dataBlock) in CodecBufferUnmarshalling() 194 bool OmxCodecBufferBlockUnmarshalling(struct HdfSBuf *data, struct OmxCodecBuffer *dataBlock) in OmxCodecBufferBlockUnmarshalling() 259 bool RangeValueBlockMarshalling(struct HdfSBuf *data, const RangeValue *dataBlock) in RangeValueBlockMarshalling() 274 bool RangeValueBlockUnmarshalling(struct HdfSBuf *data, RangeValue *dataBlock) in RangeValueBlockUnmarshalling() 292 void RangeValueFree(RangeValue *dataBlock, bool freeSelf) in RangeValueFree() [all …]
|
| /drivers/adapter/uhdf2/host/test/unittest/sample_driver/ |
| D | sample_hdi.h | 69 static inline void DataBlockFree(struct DataBlock *dataBlock) in DataBlockFree() 92 struct DataBlock *dataBlock = (struct DataBlock *)OsalMemAlloc(sizeof(struct DataBlock)); in DataBlockBlockUnmarshalling() local 117 static inline bool DataBlockBlockMarshalling(struct DataBlock *dataBlock, struct HdfSBuf *data) in DataBlockBlockMarshalling()
|
| D | sample_hdi_service_stub.cpp | 97 struct DataBlock *dataBlock = DataBlockBlockUnmarshalling(data); in SampleServiceStubStructTrans() local
|
| /drivers/adapter/uhdf2/hdi/test/servmgr/ |
| D | service_manager_hdi_c_test.cpp | 190 struct DataBlock dataBlock = {1, 2, "dataBolck", 3}; variable
|