device_brax_brax3/libfmjni
Vincent Vidal 8710a52d67 init
2025-08-07 16:07:57 +02:00
..
Android.bp init 2025-08-07 16:07:57 +02:00
common.cpp init 2025-08-07 16:07:57 +02:00
custom.cpp init 2025-08-07 16:07:57 +02:00
fm.h init 2025-08-07 16:07:57 +02:00
fmlib_cust.h init 2025-08-07 16:07:57 +02:00
fmr.h init 2025-08-07 16:07:57 +02:00
fmr_core.cpp init 2025-08-07 16:07:57 +02:00
fmr_err.cpp init 2025-08-07 16:07:57 +02:00
libfm_jni.cpp init 2025-08-07 16:07:57 +02:00
NOTICE init 2025-08-07 16:07:57 +02:00
README init 2025-08-07 16:07:57 +02:00

Libraries of MTK FM feature, including FM power on/off,
seek, scan, tune...and some other basic functions.

WHAT IT DOES?
=============
Provide FM basic functions

HOW IT WAS BUILT?
==================
It needs the following libs from AOSP:
1.  libcutils
2.	libdl

and the following libs from MediaTek:
1.	libmedia

HOW TO USE IT?
==============
Files in this directory is used to
generate libraries 'libfmjni'

These libraries are loaded when system up

All the source code of this library were written by MediaTek co..