Searched refs:IRadioClient (Results 1 - 10 of 10) sorted by relevance

/frameworks/av/radio/
H A DIRadioClient.cpp24 #include <radio/IRadioClient.h>
32 class BpRadioClient: public BpInterface<IRadioClient>
37 : BpInterface<IRadioClient>(impl)
44 data.writeInterfaceToken(IRadioClient::getInterfaceDescriptor());
53 "android.hardware.IRadioClient");
62 CHECK_INTERFACE(IRadioClient, data, reply);
H A DIRadioService.cpp33 #include <radio/IRadioClient.h>
80 const sp<IRadioClient>& client,
155 sp<IRadioClient> client =
156 interface_cast<IRadioClient>(data.readStrongBinder());
H A DAndroid.mk22 IRadioClient.cpp \
H A DRadio.cpp30 #include <radio/IRadioClient.h>
H A DIRadio.cpp25 #include <radio/IRadioClient.h>
/frameworks/av/include/radio/
H A DIRadioClient.h27 class IRadioClient : public IInterface class in namespace:android
39 class BnRadioClient : public BnInterface<IRadioClient>
H A DIRadioService.h28 class IRadioClient;
40 const sp<IRadioClient>& client,
H A DRadio.h25 #include <radio/IRadioClient.h>
/frameworks/av/services/radio/
H A DRadioService.h27 #include <radio/IRadioClient.h>
58 const sp<IRadioClient>& client,
77 sp<ModuleClient> addClient(const sp<IRadioClient>& client,
139 const sp<IRadioClient>& client,
170 sp<IRadioClient> client() const { return mClient; }
193 sp<IRadioClient> mClient; // event callback binder interface
H A DRadioService.cpp108 const sp<IRadioClient>& client,
388 sp<RadioService::ModuleClient> RadioService::Module::addClient(const sp<IRadioClient>& client,
645 const sp<IRadioClient>& client,
908 sp<IRadioClient> client;

Completed in 118 milliseconds