You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
106 lines
3.8 KiB
106 lines
3.8 KiB
/*
|
|
* Copyright 2021 The Android Open Source Project
|
|
*
|
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
* you may not use this file except in compliance with the License.
|
|
* You may obtain a copy of the License at
|
|
*
|
|
* http://www.apache.org/licenses/LICENSE-2.0
|
|
*
|
|
* Unless required by applicable law or agreed to in writing, software
|
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
* See the License for the specific language governing permissions and
|
|
* limitations under the License.
|
|
*/
|
|
|
|
/*
|
|
* Generated mock file from original source file
|
|
* Functions generated:23
|
|
*/
|
|
|
|
#include <map>
|
|
#include <string>
|
|
|
|
extern std::map<std::string, int> mock_function_count_map;
|
|
|
|
#include "bt_target.h"
|
|
#include "bta/av/bta_av_int.h"
|
|
#include "osi/include/allocator.h"
|
|
#include "osi/include/compat.h"
|
|
#include "osi/include/log.h"
|
|
|
|
#ifndef UNUSED_ATTR
|
|
#define UNUSED_ATTR
|
|
#endif
|
|
|
|
void BTA_AvEnable(tBTA_AV_FEAT features, tBTA_AV_CBACK* p_cback) {
|
|
mock_function_count_map[__func__]++;
|
|
}
|
|
void BTA_AvClose(tBTA_AV_HNDL handle) { mock_function_count_map[__func__]++; }
|
|
void BTA_AvCloseRc(uint8_t rc_handle) { mock_function_count_map[__func__]++; }
|
|
void BTA_AvDeregister(tBTA_AV_HNDL hndl) {
|
|
mock_function_count_map[__func__]++;
|
|
}
|
|
void BTA_AvDisable(void) { mock_function_count_map[__func__]++; }
|
|
void BTA_AvDisconnect(const RawAddress& bd_addr) {
|
|
mock_function_count_map[__func__]++;
|
|
}
|
|
void BTA_AvMetaCmd(uint8_t rc_handle, uint8_t label, tBTA_AV_CMD cmd_code,
|
|
BT_HDR* p_pkt) {
|
|
mock_function_count_map[__func__]++;
|
|
}
|
|
void BTA_AvMetaRsp(uint8_t rc_handle, uint8_t label, tBTA_AV_CODE rsp_code,
|
|
BT_HDR* p_pkt) {
|
|
mock_function_count_map[__func__]++;
|
|
}
|
|
void BTA_AvOffloadStart(tBTA_AV_HNDL hndl) {
|
|
mock_function_count_map[__func__]++;
|
|
}
|
|
void BTA_AvOffloadStartRsp(tBTA_AV_HNDL hndl, tBTA_AV_STATUS status) {
|
|
mock_function_count_map[__func__]++;
|
|
}
|
|
void BTA_AvOpen(const RawAddress& bd_addr, tBTA_AV_HNDL handle, bool use_rc,
|
|
uint16_t uuid) {
|
|
mock_function_count_map[__func__]++;
|
|
}
|
|
void BTA_AvOpenRc(tBTA_AV_HNDL handle) { mock_function_count_map[__func__]++; }
|
|
void BTA_AvProtectReq(tBTA_AV_HNDL hndl, uint8_t* p_data, uint16_t len) {
|
|
mock_function_count_map[__func__]++;
|
|
}
|
|
void BTA_AvProtectRsp(tBTA_AV_HNDL hndl, uint8_t error_code, uint8_t* p_data,
|
|
uint16_t len) {
|
|
mock_function_count_map[__func__]++;
|
|
}
|
|
void BTA_AvReconfig(tBTA_AV_HNDL hndl, bool suspend, uint8_t sep_info_idx,
|
|
uint8_t* p_codec_info, uint8_t num_protect,
|
|
const uint8_t* p_protect_info) {
|
|
mock_function_count_map[__func__]++;
|
|
}
|
|
void BTA_AvRegister(tBTA_AV_CHNL chnl, const char* p_service_name,
|
|
uint8_t app_id, tBTA_AV_SINK_DATA_CBACK* p_sink_data_cback,
|
|
uint16_t service_uuid) {
|
|
mock_function_count_map[__func__]++;
|
|
}
|
|
void BTA_AvRemoteCmd(uint8_t rc_handle, uint8_t label, tBTA_AV_RC rc_id,
|
|
tBTA_AV_STATE key_state) {
|
|
mock_function_count_map[__func__]++;
|
|
}
|
|
void BTA_AvRemoteVendorUniqueCmd(uint8_t rc_handle, uint8_t label,
|
|
tBTA_AV_STATE key_state, uint8_t* p_msg,
|
|
uint8_t buf_len) {
|
|
mock_function_count_map[__func__]++;
|
|
}
|
|
void BTA_AvStart(tBTA_AV_HNDL handle) { mock_function_count_map[__func__]++; }
|
|
void BTA_AvStop(tBTA_AV_HNDL handle, bool suspend) {
|
|
mock_function_count_map[__func__]++;
|
|
}
|
|
void BTA_AvVendorCmd(uint8_t rc_handle, uint8_t label, tBTA_AV_CODE cmd_code,
|
|
uint8_t* p_data, uint16_t len) {
|
|
mock_function_count_map[__func__]++;
|
|
}
|
|
void BTA_AvVendorRsp(uint8_t rc_handle, uint8_t label, tBTA_AV_CODE rsp_code,
|
|
uint8_t* p_data, uint16_t len, uint32_t company_id) {
|
|
mock_function_count_map[__func__]++;
|
|
}
|