Home
last modified time | relevance | path

Searched defs:cframe (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/external/pigweed/pw_bluetooth_proxy/
H A Dl2cap_signaling_channel.cc46 bool L2capSignalingChannel::HandlePduFromController(pw::span<uint8_t> cframe) { in HandlePduFromController()
125 emboss::CFrameWriter cframe = emboss::MakeCFrameView( in SendFlowControlCreditInd() local
H A Dproxy_host_test.cc4150 emboss::CFrameView cframe = emboss::MakeCFrameView( in TEST() local
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/cpython/
Dpystate.h110 _PyCFrame *cframe; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/cpython/
Dpystate.h110 _PyCFrame *cframe; member
/aosp_15_r20/external/python/cpython3/Include/cpython/
Dpystate.h110 _PyCFrame *cframe; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/cpython/
Dpystate.h110 _PyCFrame *cframe; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/cpython/
Dpystate.h110 _PyCFrame *cframe; member
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/testing/
H A Dfake_controller.cc387 MutablePacketView<l2cap::CommandHeader> cframe(&buffer, payload.size()); in SendL2CAPCFrame() local
/aosp_15_r20/external/python/cpython3/Objects/
Dtypeobject.c8986 super_init_without_args(_PyInterpreterFrame *cframe, PyCodeObject *co, in super_init_without_args()
9082 _PyInterpreterFrame *cframe = tstate->cframe->current_frame; in super_init_impl() local
/aosp_15_r20/external/python/cpython3/Python/
Dceval.c1657 _PyCFrame cframe; local