Searched refs:GetPhyAddress (Results 1 – 9 of 9) sorted by relevance
61 uint64_t DImageBuffer::GetPhyAddress() const in GetPhyAddress() function in OHOS::DistributedHardware::DImageBuffer237 if (u.GetPhyAddress() == 0 || phyAddr_ == 0) { in operator ==()240 return u.GetPhyAddress() == phyAddr_; in operator ==()
84 uint64_t ImageBuffer::GetPhyAddress() const in GetPhyAddress() function in OHOS::Camera::ImageBuffer332 if (u.GetPhyAddress() == 0 || phyAddr_ == 0) { in operator ==()336 return u.GetPhyAddress() == phyAddr_; in operator ==()
37 uint64_t GetPhyAddress() const override;150 uint64_t MyBuffer::GetPhyAddress() const in GetPhyAddress() function398 if (u.GetPhyAddress() == 0 || phyAddr_ == 0) {402 return u.GetPhyAddress() == phyAddr_;
39 uint64_t GetPhyAddress() const;
41 virtual uint64_t GetPhyAddress() const = 0;
43 uint64_t GetPhyAddress() const override;
58 pHandle->phyAddr = buffer->GetPhyAddress(); in CameraBufferToSurfaceBuffer()
213 dest.phyAddr = src->GetPhyAddress(); in CameraBufferToGrallocBuffer()