OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IInterface
(Results
51 - 75
of
134
) sorted by null
1
2
3
4
5
6
/frameworks/native/include/binder/
IInterface.h
27
class
IInterface
: public virtual RefBase
30
IInterface
();
35
virtual ~
IInterface
();
53
virtual sp<
IInterface
> queryLocalInterface(const String16& _descriptor);
115
inline sp<
IInterface
> BnInterface<INTERFACE>::queryLocalInterface(
IAppOpsService.h
22
#include <binder/
IInterface
.h>
28
class IAppOpsService : public
IInterface
IBinder.h
34
class
IInterface
;
67
virtual sp<
IInterface
> queryLocalInterface(const String16& descriptor);
IServiceManager.h
21
#include <binder/
IInterface
.h>
30
class IServiceManager : public
IInterface
/cts/tests/tests/os/src/android/os/cts/
RemoteCallbackListTest.java
26
import android.os.
IInterface
;
86
MockRemoteCallbackList<
IInterface
> rc = new MockRemoteCallbackList<
IInterface
>();
112
IInterface
actual = rc.getBroadcastItem(index - 1);
136
MockRemoteCallbackList<
IInterface
> rc = new MockRemoteCallbackList<
IInterface
>();
157
private class MockRemoteCallbackList<E extends
IInterface
> extends RemoteCallbackList<E> {
/frameworks/av/include/common_time/
ICommonClock.h
23
#include <binder/
IInterface
.h>
28
class ICommonClockListener : public
IInterface
{
41
class ICommonClock : public
IInterface
{
ICommonTimeConfig.h
23
#include <binder/
IInterface
.h>
30
class ICommonTimeConfig : public
IInterface
{
/frameworks/base/core/java/android/os/
IServiceManager.java
29
public interface IServiceManager extends
IInterface
IBinder.java
183
public
IInterface
queryLocalInterface(String descriptor);
Binder.java
60
private
IInterface
mOwner;
166
public static final boolean isProxy(
IInterface
iface) {
189
* to return the given owner
IInterface
when the corresponding
192
public void attachInterface(
IInterface
owner, String descriptor) {
224
* associated
IInterface
if it matches the requested
227
public
IInterface
queryLocalInterface(String descriptor) {
437
public
IInterface
queryLocalInterface(String descriptor) {
/frameworks/base/core/java/android/os/storage/
IMountServiceListener.java
21
import android.os.
IInterface
;
31
public interface IMountServiceListener extends
IInterface
{
49
IInterface
iin = (
IInterface
) obj.queryLocalInterface(DESCRIPTOR);
/system/core/healthd/
BatteryMonitor.h
20
#include <binder/
IInterface
.h>
/frameworks/av/include/camera/
ICamera.h
21
#include <binder/
IInterface
.h>
33
class ICamera: public
IInterface
ICameraService.h
21
#include <binder/
IInterface
.h>
35
class ICameraService : public
IInterface
IProCameraUser.h
21
#include <binder/
IInterface
.h>
35
class IProCameraUser: public
IInterface
/frameworks/av/include/media/
IAudioTrack.h
25
#include <binder/
IInterface
.h>
35
class IAudioTrack : public
IInterface
IMediaRecorder.h
21
#include <binder/
IInterface
.h>
31
class IMediaRecorder: public
IInterface
IMediaPlayer.h
21
#include <binder/
IInterface
.h>
37
class IMediaPlayer: public
IInterface
IMediaPlayerService.h
24
#include <binder/
IInterface
.h>
43
class IMediaPlayerService: public
IInterface
IAudioPolicyService.h
26
#include <binder/
IInterface
.h>
35
class IAudioPolicyService : public
IInterface
/hardware/libhardware_legacy/include/hardware_legacy/
IMountService.h
21
#include <binder/
IInterface
.h>
28
class IMountService : public
IInterface
/frameworks/native/include/gui/
IGraphicBufferConsumer.h
27
#include <binder/
IInterface
.h>
37
class IGraphicBufferConsumer : public
IInterface
{
ISurfaceComposer.h
26
#include <binder/
IInterface
.h>
46
class ISurfaceComposer: public
IInterface
{
/packages/experimental/RpcPerformance/
rpcperftest.cpp
17
#include <binder/
IInterface
.h>
31
class ITestService : public
IInterface
{
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowRemoteCallbackList.java
6
import android.os.
IInterface
;
14
public class ShadowRemoteCallbackList<E extends
IInterface
> {
Completed in 302 milliseconds
1
2
3
4
5
6