| /hardware/google/pixel/vibrator/drv2624/tests/ |
| D | test-hwcal.cpp | 81 std::string prefix{PROPERTY_PREFIX}; in TEST_F() local 94 std::string prefix{PROPERTY_PREFIX}; in TEST_F() local 107 std::string prefix{PROPERTY_PREFIX}; in TEST_F() local 120 std::string prefix{PROPERTY_PREFIX}; in TEST_F() local 133 std::string prefix{PROPERTY_PREFIX}; in TEST_F() local 146 std::string prefix{PROPERTY_PREFIX}; in TEST_F() local 159 std::string prefix{PROPERTY_PREFIX}; in TEST_F() local 172 std::string prefix{PROPERTY_PREFIX}; in TEST_F() local 185 std::string prefix{PROPERTY_PREFIX}; in TEST_F() local 198 std::string prefix{PROPERTY_PREFIX}; in TEST_F() local [all …]
|
| /hardware/qcom/sm7250/media/mm-video-v4l2/vidc/common/src/ |
| D | vidc_debug.cpp | 32 void print_debug_color_aspects(ColorAspects *a, const char *prefix) in print_debug_color_aspects() 40 void print_debug_hdr_color_info(HDRStaticInfo *hdr_info, const char *prefix) in print_debug_hdr_color_info()
|
| /hardware/qcom/display/msm8994/liboverlay/ |
| D | overlayUtils.cpp | 330 void getDump(char *buf, size_t len, const char *prefix, in getDump() 344 void getDump(char *buf, size_t len, const char *prefix, in getDump() 354 void getDump(char *buf, size_t len, const char *prefix, in getDump() 363 void getDump(char *buf, size_t len, const char *prefix, in getDump() 373 void getDump(char *buf, size_t len, const char *prefix, in getDump() 382 void getDump(char *buf, size_t len, const char *prefix, in getDump() 394 void getDump(char *buf, size_t len, const char *prefix, in getDump()
|
| /hardware/qcom/display/msm8226/liboverlay/ |
| D | overlayUtils.cpp | 337 void getDump(char *buf, size_t len, const char *prefix, in getDump() 351 void getDump(char *buf, size_t len, const char *prefix, in getDump() 361 void getDump(char *buf, size_t len, const char *prefix, in getDump() 370 void getDump(char *buf, size_t len, const char *prefix, in getDump() 380 void getDump(char *buf, size_t len, const char *prefix, in getDump() 389 void getDump(char *buf, size_t len, const char *prefix, in getDump() 401 void getDump(char *buf, size_t len, const char *prefix, in getDump()
|
| /hardware/qcom/display/msm8960/liboverlay/ |
| D | overlayUtils.cpp | 329 void getDump(char *buf, size_t len, const char *prefix, in getDump() 342 void getDump(char *buf, size_t len, const char *prefix, in getDump() 352 void getDump(char *buf, size_t len, const char *prefix, in getDump() 361 void getDump(char *buf, size_t len, const char *prefix, in getDump() 371 void getDump(char *buf, size_t len, const char *prefix, in getDump() 381 void getDump(char *buf, size_t len, const char *prefix, in getDump() 393 void getDump(char *buf, size_t len, const char *prefix, in getDump()
|
| /hardware/ril/reference-ril/ |
| D | misc.c | 21 int strStartsWith(const char *line, const char *prefix) in strStartsWith()
|
| /hardware/interfaces/tetheroffload/control/1.0/vts/functional/ |
| D | VtsHalTetheroffloadControlV1_0TargetTest.cpp | 123 const hidl_string prefix("192.0.2.0/24"); in TEST_P() local 132 const hidl_string prefix("2001:db8::/64"); in TEST_P() local 141 const hidl_string prefix("192.0.2.0/24"); in TEST_P() local 150 const hidl_string prefix("2001:db8::/64"); in TEST_P() local 371 const hidl_string prefix("192.0.2.0/24"); in TEST_P() local 379 const hidl_string prefix("2001:db8::/64"); in TEST_P() local 387 const hidl_string prefix(""); in TEST_P() local 394 const hidl_string prefix("192.0.2.0/24"); in TEST_P() local 408 const hidl_string prefix(bogus); in TEST_P() local 421 const hidl_string prefix("192.0.2.0/24"); in TEST_P() local [all …]
|
| /hardware/qcom/display/msm8084/liboverlay/ |
| D | overlayUtils.cpp | 406 void getDump(char *buf, size_t len, const char *prefix, in getDump() 420 void getDump(char *buf, size_t len, const char *prefix, in getDump() 430 void getDump(char *buf, size_t len, const char *prefix, in getDump() 439 void getDump(char *buf, size_t len, const char *prefix, in getDump() 449 void getDump(char *buf, size_t len, const char *prefix, in getDump() 458 void getDump(char *buf, size_t len, const char *prefix, in getDump() 470 void getDump(char *buf, size_t len, const char *prefix, in getDump()
|
| /hardware/google/aemu/CMake/ |
| D | aemu_host_common_testing_support.pc.in | 1 prefix="@CMAKE_INSTALL_PREFIX@" var
|
| D | logging_base.pc.in | 1 prefix="@CMAKE_INSTALL_PREFIX@" var
|
| D | aemu_base.pc.in | 1 prefix="@CMAKE_INSTALL_PREFIX@" var
|
| D | aemu_host_common.pc.in | 1 prefix="@CMAKE_INSTALL_PREFIX@" var
|
| D | gfxstream_snapshot.pc.in | 1 prefix="@CMAKE_INSTALL_PREFIX@" var
|
| D | aemu_base_testing_support.pc.in | 1 prefix="@CMAKE_INSTALL_PREFIX@" var
|
| /hardware/google/aemu/base/ |
| D | StringUtils.cpp | 102 bool StartsWith(std::string_view s, std::string_view prefix) { in StartsWith() 106 bool startsWith(std::string_view string, std::string_view prefix) { in startsWith() 157 bool StartsWith(std::string_view s, char prefix) { in StartsWith() 161 bool StartsWithIgnoreCase(std::string_view s, std::string_view prefix) { in StartsWithIgnoreCase()
|
| /hardware/interfaces/tetheroffload/aidl/android/hardware/tetheroffload/ |
| D | IOffload.aidl | 259 void addDownstream(in String iface, in String prefix); in addDownstream() 281 void removeDownstream(in String iface, in String prefix); in removeDownstream()
|
| /hardware/interfaces/tetheroffload/aidl/aidl_api/android.hardware.tetheroffload/1/android/hardware/tetheroffload/ |
| D | IOffload.aidl | 43 void addDownstream(in String iface, in String prefix); in addDownstream() 44 void removeDownstream(in String iface, in String prefix); in removeDownstream()
|
| /hardware/interfaces/tetheroffload/aidl/aidl_api/android.hardware.tetheroffload/current/android/hardware/tetheroffload/ |
| D | IOffload.aidl | 43 void addDownstream(in String iface, in String prefix); in addDownstream() 44 void removeDownstream(in String iface, in String prefix); in removeDownstream()
|
| /hardware/qcom/sm7150/gps/location/ |
| D | location-api.pc.in | 1 prefix=@prefix@ var
|
| /hardware/qcom/sm8150/gps/batching/ |
| D | location-batching.pc.in | 1 prefix=@prefix@ var
|
| /hardware/qcom/gps/msm8998/utils/platform_lib_abstractions/loc_pla/ |
| D | loc-pla.pc.in | 1 prefix=@prefix@ var
|
| /hardware/qcom/sm7150/gps/ |
| D | loc-hal.pc.in | 1 prefix=@prefix@ var
|
| /hardware/qcom/gps/msm8909w_3100/utils/platform_lib_abstractions/loc_pla/ |
| D | loc-pla.pc.in | 1 prefix=@prefix@ var
|
| /hardware/qcom/wlan/wcn6740/cld80211-lib/ |
| D | cld80211-lib.pc.in | 1 prefix=@prefix@ var
|
| /hardware/qcom/sm7250/gps/batching/ |
| D | location-batching.pc.in | 1 prefix=@prefix@ var
|