Searched refs:BufferPoolTypes (Results 1 – 6 of 6) sorted by relevance
26 template <typename BufferPoolTypes>29 typedef typename BufferPoolTypes::BufferPoolData BufferPoolData;30 typedef typename BufferPoolTypes::ResultStatus ResultStatus;31 typedef typename BufferPoolTypes::BufferPoolStatus BufferPoolStatus;32 typedef typename BufferPoolTypes::BufferStatusMessage BufferStatusMessage;
69 template <typename BufferPoolTypes, typename BaseBlock>72 const typename BufferPoolTypes::BufferStatusMessage &pooledBlock);74 template <typename BufferPoolTypes>77 std::shared_ptr<typename BufferPoolTypes::BufferPoolData> *bpData);133 template <typename BufferPoolTypes, typename BaseBlock>136 const std::shared_ptr<typename BufferPoolTypes::BufferPoolData> &bpData, in _addBaseBlock()137 BufferPoolSender<BufferPoolTypes>* bufferPoolSender, in _addBaseBlock()155 typename BufferPoolTypes::BufferStatusMessage pooledBlock; in _addBaseBlock()156 typename BufferPoolTypes::BufferPoolStatus bpStatus = in _addBaseBlock()159 if (bpStatus != BufferPoolTypes::ResultStatus::OK) { in _addBaseBlock()[all …]
42 struct BufferPoolTypes { struct56 struct DefaultBufferPoolSender : ::android::BufferPoolSender<BufferPoolTypes> { argument111 ::android::BufferPoolSender<BufferPoolTypes>* bpSender = nullptr);129 c2_status_t toC2Status(BufferPoolTypes::BufferPoolStatus rs);
54 using ::aidl::android::hardware::media::c2::utils::BufferPoolTypes;215 void SetPooledBlock<BufferPoolTypes>( in SetPooledBlock()217 const typename BufferPoolTypes::BufferStatusMessage &pooledBlock) { in SetPooledBlock()222 bool GetBufferPoolData<BufferPoolTypes>( in GetBufferPoolData()224 std::shared_ptr<typename BufferPoolTypes::BufferPoolData> *bpData) { in GetBufferPoolData()260 BufferPoolTypes::BufferPoolStatus DefaultBufferPoolSender::send( in send()344 ::android::BufferPoolSender<BufferPoolTypes>* bufferPoolSender) { in ToAidl()
42 using hardware::media::c2::V1_0::utils::BufferPoolTypes;157 const BufferPoolTypes::BufferStatusMessage &bpMessage = in objcpy()160 std::shared_ptr<BufferPoolTypes::BufferPoolData> bpData; in objcpy()162 BufferPoolTypes::BufferPoolStatus bpStatus = bp->receive( in objcpy()169 if (bpStatus != BufferPoolTypes::ResultStatus::OK) { in objcpy()220 void SetPooledBlock<BufferPoolTypes>( in SetPooledBlock()222 const typename BufferPoolTypes::BufferStatusMessage &pooledBlock) { in SetPooledBlock()227 bool GetBufferPoolData<BufferPoolTypes>( in GetBufferPoolData()229 std::shared_ptr<typename BufferPoolTypes::BufferPoolData> *bpData) { in GetBufferPoolData()
136 struct BufferPoolTypes { struct143 typedef ::android::BufferPoolSender<BufferPoolTypes> BufferPoolSender; argument