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.cpp34 #include <radio/IRadioClient.h>
81 const sp<IRadioClient>& client,
154 sp<IRadioClient> client =
155 interface_cast<IRadioClient>(data.readStrongBinder());
H A DAndroid.mk22 IRadioClient.cpp \
H A DRadio.cpp30 #include <radio/IRadioClient.h>
H A DIRadio.cpp24 #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>
55 const sp<IRadioClient>& client,
74 sp<ModuleClient> addClient(const sp<IRadioClient>& client,
135 const sp<IRadioClient>& client,
166 sp<IRadioClient> client() const { return mClient; }
186 sp<IRadioClient> mClient; // event callback binder interface
H A DRadioService.cpp120 const sp<IRadioClient>& client,
402 sp<RadioService::ModuleClient> RadioService::Module::addClient(const sp<IRadioClient>& client,
646 const sp<IRadioClient>& client,
873 sp<IRadioClient> client;

Completed in 147 milliseconds