8 lines
287 B
C++
8 lines
287 B
C++
#include <stdint.h>
|
|
|
|
// Dummy implementation for unresolved audio symbol
|
|
extern "C" int32_t _ZN7android11AudioSystem24setDeviceConnectionStateE24audio_policy_dev_state_tRKNS_5media5audio6common9AudioPortE14audio_format_t(
|
|
int32_t state, void* port, int32_t format) {
|
|
return 0;
|
|
}
|