Home
last modified time | relevance | path

Searched defs:ring (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/src/
H A Dlf_ring.c64 void FillpLfRingInit(struct FillpLfRing *ring, char *name, size_t size) in FillpLfRingInit()
88 void FillpLfRingSetProdSafe(struct FillpLfRing *ring, FILLP_BOOL safe) in FillpLfRingSetProdSafe()
93 void FillpLfRingSetConsSafe(struct FillpLfRing *ring, FILLP_BOOL safe) in FillpLfRingSetConsSafe()
98 static FILLP_ULONG FillpLfRingMpEnqueueWait(struct FillpLfRing *ring, FILLP_UINT count, in FillpLfRingMpEnqueueWait()
131 FillpErrorType FillpLfRingMpEnqueue(struct FillpLfRing *ring, void **dataTable, FILLP_UINT count) in FillpLfRingMpEnqueue()
181 static FILLP_ULONG FillpLfRingMcDequeueWait(struct FillpLfRing *ring, FILLP_UINT count, FILLP_ULONG… in FillpLfRingMcDequeueWait()
214 FILLP_INT FillpLfRingMcDequeue(struct FillpLfRing *ring, void **dataTable, FILLP_UINT count) in FillpLfRingMcDequeue()
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/include/
H A Dqueue.h33 struct FillpLfRing ring; member
/ohos5.0/base/telephony/call_manager/test/unittest/call_manager_zero_gtest/src/
H A Dzero_branch_test_call_state.cpp422 auto ring = std::make_shared<Ring>(); variable
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_hf/
H A Dhfp_hf_statemachine.cpp945 bool ring = (event.arg1_ == 0) ? false : true; in ProcessInbandRingEvent() local
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/util/
H A Dmesh_util.cpp166 for (uint32_t ring = 0; ring < rings; ++ring) { in GenerateSphereGeometry() local
328 for (uint32_t ring = 0; ring < majorSectors; ring++) { in GenerateTorusGeometry() local
/ohos5.0/foundation/multimodalinput/input/util/common/include/
H A Dstruct_multimodal.h482 } ring; member