Searched defs:ring (Results 1 - 4 of 4) sorted by relevance
/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/include/ |
H A D | queue.h | 33 struct FillpLfRing ring; member
|
/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/src/ |
H A D | lf_ring.c | 64 void FillpLfRingInit(struct FillpLfRing *ring, char *name, size_t size) in FillpLfRingInit() argument 88 FillpLfRingSetProdSafe(struct FillpLfRing *ring, FILLP_BOOL safe) FillpLfRingSetProdSafe() argument 93 FillpLfRingSetConsSafe(struct FillpLfRing *ring, FILLP_BOOL safe) FillpLfRingSetConsSafe() argument 98 FillpLfRingMpEnqueueWait(struct FillpLfRing *ring, FILLP_UINT count, FILLP_ULONG *prodHead, FILLP_ULONG *prodNext) FillpLfRingMpEnqueueWait() argument 131 FillpLfRingMpEnqueue(struct FillpLfRing *ring, void **dataTable, FILLP_UINT count) FillpLfRingMpEnqueue() argument 181 FillpLfRingMcDequeueWait(struct FillpLfRing *ring, FILLP_UINT count, FILLP_ULONG *consHead, FILLP_ULONG *consNext) FillpLfRingMcDequeueWait() argument 214 FillpLfRingMcDequeue(struct FillpLfRing *ring, void **dataTable, FILLP_UINT count) FillpLfRingMcDequeue() argument [all...] |
/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_hf/ |
H A D | hfp_hf_statemachine.cpp | 945 bool ring = (event.arg1_ == 0) ? false : true; in ProcessInbandRingEvent() local
|
/foundation/multimodalinput/input/util/common/include/ |
H A D | struct_multimodal.h | 489 } ring; member
|
Completed in 4 milliseconds