Searched refs:IRadioService (Results 1 - 7 of 7) sorted by relevance

/frameworks/av/include/radio/
H A DIRadioService.h30 class IRadioService : public IInterface class in namespace:android
48 class BnRadioService: public BnInterface<IRadioService>
H A DRadio.h24 #include <radio/IRadioService.h>
78 static const sp<IRadioService> getRadioService();
/frameworks/av/radio/
H A DIRadioService.cpp32 #include <radio/IRadioService.h>
45 class BpRadioService: public BpInterface<IRadioService>
49 : BpInterface<IRadioService>(impl)
60 data.writeInterfaceToken(IRadioService::getInterfaceDescriptor());
87 data.writeInterfaceToken(IRadioService::getInterfaceDescriptor());
111 IMPLEMENT_META_INTERFACE(RadioService, "android.hardware.IRadioService");
120 CHECK_INTERFACE(IRadioService, data, reply);
152 CHECK_INTERFACE(IRadioService, data, reply);
H A DRadio.cpp29 #include <radio/IRadioService.h>
36 sp<IRadioService> gRadioService;
58 const sp<IRadioService> Radio::getRadioService()
76 gRadioService = interface_cast<IRadioService>(binder);
87 const sp<IRadioService> service = getRadioService();
101 const sp<IRadioService> service = getRadioService();
H A DAndroid.mk23 IRadioService.cpp
H A DIRadio.cpp23 #include <radio/IRadioService.h>
/frameworks/av/services/radio/
H A DRadioService.h25 #include <radio/IRadioService.h>
50 // IRadioService

Completed in 208 milliseconds