Home
last modified time | relevance | path

Searched defs:control_block (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/cronet/third_party/libc++/src/test/support/
H A Dtest_allocator.h411 struct control_block { struct
413 TEST_CONSTEXPR control_block(Args... args) : content(std::forward<Args>(args)...) {} in control_block() argument
418 control_block* block = nullptr; argument
/aosp_15_r20/packages/modules/Bluetooth/system/btif/src/
Dbtif_hf.cc273 static void send_indicator_update(const btif_hf_cb_t& control_block, uint16_t indicator, in send_indicator_update()
807 static void UpdateCallStates(btif_hf_cb_t* control_block, int num_active, int num_held, in UpdateCallStates()
1093 const btif_hf_cb_t& control_block = btif_hf_cb[idx]; in DeviceStatusNotification() local
1259 const btif_hf_cb_t& control_block = btif_hf_cb[idx]; in PhoneStateChange() local
/aosp_15_r20/external/clang/test/Analysis/
H A DNewDelete-checker-test.cpp263 class control_block { class
266 control_block() : count(0) {} in control_block() function in reference_count::control_block