Home
last modified time | relevance | path

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

/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/public/pw_bluetooth_sapphire/internal/host/l2cap/
H A Ddynamic_channel.h125 void set_opened() { opened_ = true; } in set_opened() function
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/public/pw_bluetooth_sapphire/internal/host/testing/
H A Dfake_dynamic_channel.h71 void set_opened() { opened_ = true; } in set_opened() function
/aosp_15_r20/external/cronet/net/http/
H A Dhttp_cache.h366 void set_opened(bool opened) { opened_ = opened; } in set_opened() function