Searched refs:new_queue_id (Results 1 – 3 of 3) sorted by relevance
348 int new_queue_id = -1; in ProcessFmqCommandInternal() local351 new_queue_id = in ProcessFmqCommandInternal()354 new_queue_id = in ProcessFmqCommandInternal()358 new_queue_id = fmq_driver_.CreateFmq<T, flavor>(data_type, queue_id, in ProcessFmqCommandInternal()361 fmq_response->set_queue_id(new_queue_id); in ProcessFmqCommandInternal()362 success = new_queue_id != -1; in ProcessFmqCommandInternal()
633 size_t new_queue_id = fmq_map_.size(); in InsertQueue() local634 fmq_map_.emplace(new_queue_id, move(new_queue_info)); in InsertQueue()636 return new_queue_id; in InsertQueue()
672 int new_queue_id = resource_manager_->RegisterFmq(*return_val); in SetHidlHalFunctionCallResults() local673 return_val->mutable_fmq_value(0)->set_fmq_id(new_queue_id); in SetHidlHalFunctionCallResults()