Searched refs:map_ptr (Results 1 - 2 of 2) sorted by relevance

/system/bt/btcore/src/
H A Dmodule.cc150 auto map_ptr = metadata.find(module); local
152 return (map_ptr != metadata.end()) ? map_ptr->second : MODULE_STATE_NONE;
/system/bt/bta/gatt/
H A Dbta_gattc_queue.cc90 auto map_ptr = gatt_op_queue.find(conn_id); local
91 if (map_ptr == gatt_op_queue.end() || map_ptr->second.empty()) {
104 std::list<gatt_operation>& gatt_ops = map_ptr->second;

Completed in 211 milliseconds