OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IInterface
(Results
1 - 25
of
343
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/frameworks/base/core/java/android/os/
IInterface.java
21
* you must derive it from
IInterface
.
23
public interface
IInterface
/frameworks/native/libs/binder/
IInterface.cpp
17
#define LOG_TAG "
IInterface
"
19
#include <binder/
IInterface
.h>
25
IInterface
::
IInterface
()
29
IInterface
::~
IInterface
() {
33
sp<IBinder>
IInterface
::asBinder(const
IInterface
* iface)
36
return const_cast<
IInterface
*>(iface)->onAsBinder();
40
sp<IBinder>
IInterface
::asBinder(const sp<IInterface>& iface
[
all
...]
/frameworks/av/include/media/
IMediaHTTPService.h
21
#include <binder/
IInterface
.h>
30
struct IMediaHTTPService : public
IInterface
{
IAudioFlingerClient.h
22
#include <binder/
IInterface
.h>
31
class IAudioFlingerClient : public
IInterface
IDrmClient.h
21
#include <binder/
IInterface
.h>
27
class IDrmClient: public
IInterface
IMediaCodecService.h
20
#include <binder/
IInterface
.h>
28
class IMediaCodecService: public
IInterface
IMediaLogService.h
20
#include <binder/
IInterface
.h>
26
class IMediaLogService: public
IInterface
IMediaPlayerClient.h
21
#include <binder/
IInterface
.h>
26
class IMediaPlayerClient: public
IInterface
IMediaRecorderClient.h
21
#include <binder/
IInterface
.h>
26
class IMediaRecorderClient: public
IInterface
IRemoteDisplay.h
24
#include <binder/
IInterface
.h>
37
class IRemoteDisplay : public
IInterface
IResourceManagerClient.h
22
#include <binder/
IInterface
.h>
27
class IResourceManagerClient: public
IInterface
/frameworks/av/media/utils/
ISchedulingPolicyService.h
20
#include <binder/
IInterface
.h>
24
class ISchedulingPolicyService : public
IInterface
/frameworks/base/include/storage/
IMountShutdownObserver.h
20
#include <binder/
IInterface
.h>
25
class IMountShutdownObserver: public
IInterface
IMountServiceListener.h
20
#include <binder/
IInterface
.h>
25
class IMountServiceListener: public
IInterface
{
IObbActionListener.h
20
#include <binder/
IInterface
.h>
27
class IObbActionListener: public
IInterface
/frameworks/native/include/batteryservice/
IBatteryPropertiesListener.h
21
#include <binder/
IInterface
.h>
34
class IBatteryPropertiesListener : public
IInterface
{
/frameworks/native/include/binder/
IAppOpsCallback.h
21
#include <binder/
IInterface
.h>
27
class IAppOpsCallback : public
IInterface
IProcessInfoService.h
20
#include <binder/
IInterface
.h>
26
class IProcessInfoService : public
IInterface
{
IResultReceiver.h
21
#include <binder/
IInterface
.h>
27
class IResultReceiver : public
IInterface
IMediaResourceMonitor.h
20
#include <binder/
IInterface
.h>
26
class IMediaResourceMonitor : public
IInterface
{
/frameworks/native/include/input/
IInputFlinger.h
23
#include <binder/
IInterface
.h>
31
class IInputFlinger : public
IInterface
{
/system/core/gatekeeperd/
IUserManager.h
22
#include <binder/
IInterface
.h>
31
class IUserManager : public
IInterface
{
/frameworks/av/include/radio/
IRadioClient.h
21
#include <binder/
IInterface
.h>
27
class IRadioClient : public
IInterface
/frameworks/av/include/soundtrigger/
ISoundTriggerClient.h
21
#include <binder/
IInterface
.h>
26
class ISoundTriggerClient : public
IInterface
/frameworks/native/include/gui/
IProducerListener.h
20
#include <binder/
IInterface
.h>
46
class IProducerListener : public ProducerListener, public
IInterface
Completed in 239 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>