HomeSort by relevance Sort by last modified time
    Searched refs:configstore (Results 1 - 25 of 32) sorted by null

1 2

  /hardware/interfaces/configstore/1.1/
ISurfaceFlingerConfigs.hal 16 package android.hardware.configstore@1.1;
types.hal 16 package android.hardware.configstore@1.1;
  /hardware/interfaces/configstore/1.1/default/
Android.mk 5 LOCAL_MODULE := android.hardware.configstore@1.1-service
8 LOCAL_REQUIRED_MODULES_arm64 := configstore@1.1.policy
13 LOCAL_INIT_RC := android.hardware.configstore@1.1-service.rc
25 android.hardware.configstore@1.0 \
26 android.hardware.configstore@1.1
30 # seccomp filter for configstore
33 LOCAL_MODULE := configstore@1.1.policy
36 LOCAL_SRC_FILES := seccomp_policy/configstore@1.1-$(TARGET_ARCH).policy
service.cpp 17 #define LOG_TAG "android.hardware.configstore@1.1-service"
19 #include <android/hardware/configstore/1.1/ISurfaceFlingerConfigs.h>
27 using android::hardware::configstore::V1_1::ISurfaceFlingerConfigs;
28 using android::hardware::configstore::V1_1::implementation::SurfaceFlingerConfigs;
37 SetupMinijail("/vendor/etc/seccomp_policy/configstore@1.1.policy");
SurfaceFlingerConfigs.h 4 #include <android/hardware/configstore/1.1/ISurfaceFlingerConfigs.h>
10 namespace configstore { namespace in namespace:android::hardware
14 using ::android::hardware::configstore::V1_1::ISurfaceFlingerConfigs;
21 // ::android::hardware::configstore::V1_0::ISurfaceFlingerConfigs follow.
36 // ::android::hardware::configstore::V1_1::ISurfaceFlingerConfigs follow.
44 } // namespace configstore
SurfaceFlingerConfigs.cpp 19 #include <android/hardware/configstore/1.1/types.h>
24 namespace configstore { namespace in namespace:android::hardware
28 // Methods from ::android::hardware::configstore::V1_0::ISurfaceFlingerConfigs
145 // Methods from ::android::hardware::configstore::V1_1::ISurfaceFlingerConfigs
156 using ::android::hardware::configstore::V1_1::DisplayOrientation;
198 } // namespace configstore
  /test/vts-testcase/hal/configstore/V1_0/target/
Android.mk 22 VTS_CONFIG_SRC_DIR := testcases/hal/configstore/V1_0/target
  /test/vts-testcase/hal/configstore/V1_0/target_profiling/
Android.mk 22 VTS_CONFIG_SRC_DIR := testcases/hal/configstore/V1_0/target_profiling
  /test/vts-testcase/hal/configstore/V1_0/target_replay/
Android.mk 22 VTS_CONFIG_SRC_DIR := testcases/hal/configstore/V1_0/target_replay
  /hardware/interfaces/configstore/utils/
ConfigStoreUtils.cpp 17 #define LOG_TAG "ConfigStore"
20 #include <configstore/Utils.h>
  /hardware/interfaces/configstore/1.0/
types.hal 16 package android.hardware.configstore@1.0;
ISurfaceFlingerConfigs.hal 16 package android.hardware.configstore@1.0;
  /frameworks/native/services/surfaceflinger/
main_surfaceflinger.cpp 22 #include <android/hardware/configstore/1.0/ISurfaceFlingerConfigs.h>
31 #include <configstore/Utils.h>
38 using android::hardware::configstore::getBool;
39 using android::hardware::configstore::V1_0::ISurfaceFlingerConfigs;
DisplayDevice.cpp 52 #include <android/hardware/configstore/1.0/ISurfaceFlingerConfigs.h>
53 #include <configstore/Utils.h>
57 // retrieve triple buffer setting from configstore
58 using namespace android::hardware::configstore;
59 using namespace android::hardware::configstore::V1_0;
  /hardware/interfaces/configstore/utils/include/configstore/
Utils.h 20 #include <android/hardware/configstore/1.0/types.h>
21 #include <android/hardware/configstore/1.1/types.h>
37 namespace configstore { namespace in namespace:android::hardware
38 // import types from configstore
39 using ::android::hardware::configstore::V1_1::DisplayOrientation;
40 using ::android::hardware::configstore::V1_0::OptionalBool;
41 using ::android::hardware::configstore::V1_0::OptionalInt32;
42 using ::android::hardware::configstore::V1_0::OptionalUInt32;
43 using ::android::hardware::configstore::V1_0::OptionalInt64;
44 using ::android::hardware::configstore::V1_0::OptionalUInt64
    [all...]
  /hardware/interfaces/configstore/1.0/vts/functional/
VtsHalConfigstoreV1_0TargetTest.cpp 22 #include <android/hardware/configstore/1.0/ISurfaceFlingerConfigs.h>
23 #include <android/hardware/configstore/1.0/types.h>
26 using ::android::hardware::configstore::V1_0::ISurfaceFlingerConfigs;
27 using ::android::hardware::configstore::V1_0::OptionalBool;
28 using ::android::hardware::configstore::V1_0::OptionalInt64;
29 using ::android::hardware::configstore::V1_0::OptionalUInt64;
38 // Test environment for Configstore HIDL HAL.
  /build/make/target/product/
embedded.mk 24 android.hardware.configstore@1.1-service \
  /frameworks/native/opengl/libs/EGL/
egl_display.cpp 33 #include <android/hardware/configstore/1.0/ISurfaceFlingerConfigs.h>
34 #include <configstore/Utils.h>
36 using namespace android::hardware::configstore;
37 using namespace android::hardware::configstore::V1_0;
  /frameworks/native/services/surfaceflinger/RenderEngine/
RenderEngine.cpp 30 #include <android/hardware/configstore/1.0/ISurfaceFlingerConfigs.h>
31 #include <configstore/Utils.h>
33 using namespace android::hardware::configstore;
34 using namespace android::hardware::configstore::V1_0;
  /system/sepolicy/prebuilts/api/28.0/public/
attributes 265 hal_attribute(configstore);
  /system/sepolicy/public/
attributes 265 hal_attribute(configstore);
  /frameworks/native/opengl/tests/EGLTest/
EGL_test.cpp 19 #include <android/hardware/configstore/1.0/ISurfaceFlingerConfigs.h>
21 #include <configstore/Utils.h>
49 // retrieve wide-color setting from configstore
50 using namespace android::hardware::configstore;
51 using namespace android::hardware::configstore::V1_0;
  /frameworks/native/vulkan/libvulkan/
driver.cpp 30 #include <android/hardware/configstore/1.0/ISurfaceFlingerConfigs.h>
31 #include <configstore/Utils.h>
41 using namespace android::hardware::configstore;
42 using namespace android::hardware::configstore::V1_0;
    [all...]
  /test/vts/tools/build/tasks/list/
vts_adapter_package_list.mk 79 android.hardware.configstore@1.0-adapter \
80 android.hardware.configstore@1.0-adapter-helper \
vts_test_lib_hidl_package_list.mk 40 android.hardware.configstore@1.0-vts.driver \
133 android.hardware.configstore@1.0-vts.profiler \

Completed in 231 milliseconds

1 2