Home
last modified time | relevance | path

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

/aosp_15_r20/hardware/libhardware/modules/camera/3_4/
H A Dv4l2_camera.h98 request_queue_; variable
/aosp_15_r20/device/google/cuttlefish/guest/hals/camera/
Dvsock_camera_device_session_3_4.h121 std::unique_ptr<MessageQueue<uint8_t, kSynchronizedReadWrite>> request_queue_; variable
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/public/pw_bluetooth_sapphire/internal/host/gap/
H A Dlegacy_pairing_state.h323 std::list<PairingRequest> request_queue_; variable
H A Dsecure_simple_pairing_state.h484 std::list<PairingRequest> request_queue_; variable
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/public/pw_bluetooth_sapphire/internal/host/att/
H A Dbearer.h308 TransactionQueue request_queue_; variable
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/sm/
H A Dsecurity_manager.cc223 std::queue<PendingRequest> request_queue_; member in bt::sm::SecurityManagerImpl