Searched refs:cap_ (Results 1 - 10 of 10) sorted by relevance
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/ |
H A D | a2dp_shared_buffer.cpp | 24 cap_ = A2DP_SBC_MAX_PACKET_SIZE * FRAME_THREE; in A2dpSharedBuffer() 40 LOG_INFO("[A2dpSharedBuffer] %{public}s: start size_ [%{public}u] len[%{public}u] cap_ [%{public}u] \n", in Read() 41 __func__, size_, len, cap_); in Read() 50 if (memcpy_s(shiftBuf_, cap_, buf_ + len, size_) != EOK) { in Read() 53 if (memcpy_s(buf_, cap_, shiftBuf_, size_) != EOK) { in Read() 56 LOG_INFO("[A2dpSharedBuffer] %{public}s: end size_ [%{public}u] len[%{public}u] cap_[%{public}u]\n", in Read() 57 __func__, size_, len, cap_); in Read() 68 LOG_INFO("[A2dpSharedBuffer] %{public}s: start size_ [%{public}u] len[%{public}u] cap_[%{public}u]\n", in Write() 69 __func__, size_, len, cap_); in Write() 70 if (size_ + len > cap_) { in Write() [all...] |
H A D | a2dp_shared_buffer.h | 33 uint32_t cap_; member in OHOS::bluetooth::A2dpSharedBuffer
|
/foundation/multimedia/media_foundation/engine/include/plugin/common/ |
H A D | plugin_caps_builder.h | 41 cap_.keys[key] = val; \ 50 cap_.keys[key] = std::make_pair(min, max); \ 57 cap_.keys[key] = val; \ 81 cap_.mime = std::move(mime); in SetMime() 115 return cap_; in Build() 123 cap_.mime.clear(); in Reset() 124 cap_.keys.clear(); in Reset() 127 Capability cap_; member in OHOS::Media::Plugin::CapabilityBuilder
|
/foundation/multimedia/media_foundation/src/common/ |
H A D | plugin_caps_builder.h | 41 cap_.keys[key] = val; \ 50 cap_.keys[key] = std::make_pair(min, max); \ 57 cap_.keys[key] = val; \ 81 cap_.mime = std::move(mime); in SetMime() 115 return cap_; in Build() 123 cap_.mime.clear(); in Reset() 124 cap_.keys.clear(); in Reset() 127 Capability cap_; member in OHOS::Media::Plugins::CapabilityBuilder
|
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/draw/ |
H A D | paint.cpp | 33 cap_ = other.cap_; 61 cap_ = other.cap_; in operator =() 121 cap_ = pen.GetCapStyle(); in AttachPen() 186 cap_ = cs; in SetCapStyle() 249 cap_ = Pen::CapStyle::DEFAULT_CAP; in Reset() 275 p1.cap_ == p2.cap_ && in operator ==() 294 p1.cap_ ! in operator !=() [all...] |
H A D | pen.cpp | 27 cap_(Pen::CapStyle::FLAT_CAP), 124 return cap_; in GetCapStyle() 129 cap_ = cs; in SetCapStyle() 249 return p1.width_ == p2.width_ && p1.miterLimit_ == p2.miterLimit_ && p1.join_ == p2.join_ && p1.cap_ == p2.cap_ && in operator ==() 264 out += " capStyle:" + std::to_string(static_cast<int>(cap_)); in Dump()
|
/foundation/communication/netmanager_base/frameworks/js/napi/network/async_context/include/ |
H A D | gettype_context.h | 43 void SetCap(const NetAllCapabilities &cap_); 56 NetAllCapabilities cap_; member in OHOS::NetManagerStandard::final
|
/foundation/communication/netmanager_base/frameworks/js/napi/network/async_context/src/ |
H A D | gettype_context.cpp | 156 cap_ = cap; in SetCap() 161 return cap_; in GetCap()
|
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/draw/ |
H A D | paint.h | 71 Pen::CapStyle GetCapStyle() const { return cap_; } in GetCapStyle() 120 Pen::CapStyle cap_ = Pen::CapStyle::DEFAULT_CAP; variable
|
H A D | pen.h | 331 CapStyle cap_; member in OHOS::Rosen::Drawing::Pen::JoinStyle::CapStyle
|
Completed in 4 milliseconds