OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IQService
(Results
1 - 8
of
8
) sorted by null
/hardware/qcom/display/libhwcomposer/
hwc_qclient.cpp
31
#include <
IQService
.h>
55
case
IQService
::SECURING:
58
case
IQService
::UNSECURING:
61
case
IQService
::SCREEN_REFRESH:
77
if(startEnd ==
IQService
::END)
86
if(startEnd ==
IQService
::END)
hwc_utils.cpp
248
interface_cast<
IQService
>(
[
all
...]
/hardware/qcom/display/libqservice/
IQService.cpp
31
#include <
IQService
.h>
40
class BpQService : public BpInterface<
IQService
>
44
: BpInterface<
IQService
>(impl) {}
48
data.writeInterfaceToken(
IQService
::getInterfaceDescriptor());
55
data.writeInterfaceToken(
IQService
::getInterfaceDescriptor());
62
data.writeInterfaceToken(
IQService
::getInterfaceDescriptor());
69
data.writeInterfaceToken(
IQService
::getInterfaceDescriptor());
76
IMPLEMENT_META_INTERFACE(QService, "android.display.
IQService
");
104
CHECK_INTERFACE(
IQService
, data, reply);
116
CHECK_INTERFACE(
IQService
, data, reply)
[
all
...]
Android.mk
13
IQService
.cpp \
IQService.h
34
class
IQService
: public android::IInterface
57
class BnQService : public android::BnInterface<
IQService
>
QService.h
37
#include <
IQService
.h>
/hardware/qcom/media/mm-video/vidc/vdec/inc/
omx_vdec.h
103
#include <
IQService
.h>
/hardware/qcom/media/mm-video/vidc/vdec/src/
omx_vdec.cpp
[
all
...]
Completed in 227 milliseconds