1 /*
2  * Copyright 2022 The Android Open Source Project
3  *
4  * Licensed under the Apache License, Version 2.0 (the "License");
5  * you may not use this file except in compliance with the License.
6  * You may obtain a copy of the License at
7  *
8  *      http://www.apache.org/licenses/LICENSE-2.0
9  *
10  * Unless required by applicable law or agreed to in writing, software
11  * distributed under the License is distributed on an "AS IS" BASIS,
12  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13  * See the License for the specific language governing permissions and
14  * limitations under the License.
15  */
16 /*
17  * Generated mock file from original source file
18  *   Functions generated:1
19  *
20  *  mockcify.pl ver 0.5.0
21  */
22 
23 // Mock include file to share data between tests and mock
24 #include "test/mock/mock_btif_avrcp_service.h"
25 
26 #include "btif/avrcp/avrcp_service.h"
27 #include "test/common/mock_functions.h"
28 #include "types/raw_address.h"
29 
30 // Original usings
31 
32 // Mocked internal structures, if any
33 
Get()34 bluetooth::avrcp::AvrcpService* bluetooth::avrcp::AvrcpService::Get() {
35   inc_func_call_count(__func__);
36   return nullptr;
37 }
38 
ConnectDevice(RawAddress const &)39 void bluetooth::avrcp::AvrcpService::ConnectDevice(RawAddress const&) {
40   inc_func_call_count(__func__);
41 }
42 
43 // Mocked functions complete
44 // END mockcify generation
45