HomeSort by relevance Sort by last modified time
    Searched refs:IMediaLogService (Results 1 - 4 of 4) sorted by null

  /frameworks/av/media/libmedia/include/media/
IMediaLogService.h 26 class IMediaLogService: public IInterface
37 class BnMediaLogService: public BnInterface<IMediaLogService>
  /frameworks/av/services/medialog/
IMediaLogService.cpp 18 #define LOG_TAG "IMediaLogService"
25 #include <media/IMediaLogService.h>
35 class BpMediaLogService : public BpInterface<IMediaLogService>
39 : BpInterface<IMediaLogService>(impl)
45 data.writeInterfaceToken(IMediaLogService::getInterfaceDescriptor());
55 data.writeInterfaceToken(IMediaLogService::getInterfaceDescriptor());
63 data.writeInterfaceToken(IMediaLogService::getInterfaceDescriptor());
70 IMPLEMENT_META_INTERFACE(MediaLogService, "android.media.IMediaLogService");
80 CHECK_INTERFACE(IMediaLogService, data, reply);
89 CHECK_INTERFACE(IMediaLogService, data, reply)
    [all...]
MediaLogService.h 21 #include <media/IMediaLogService.h>
  /frameworks/av/services/audioflinger/
AudioFlinger.cpp 63 #include <media/IMediaLogService.h>
125 static sp<IMediaLogService> sMediaLogService;
133 sMediaLogService = interface_cast<IMediaLogService>(sMediaLogServiceAsBinder);
    [all...]

Completed in 101 milliseconds