Searched refs:NAME (Results 1 – 8 of 8) sorted by relevance
/system/bt/gd/storage/ |
D | device.h | 46 #define GENERATE_PROPERTY_GETTER_SETTER_REMOVER(NAME, RETURN_TYPE, PROPERTY_KEY) … argument 48 …std::optional<RETURN_TYPE> Get##NAME() const { … 51 …MutationEntry Set##NAME(const RETURN_TYPE& value) { … 54 …MutationEntry Remove##NAME() { … 66 #define GENERATE_PROPERTY_GETTER_SETTER_REMOVER_WITH_CUSTOM_SETTER(NAME, RETURN_TYPE, PROPERTY_KEY,… argument 68 …std::optional<RETURN_TYPE> Get##NAME() const { … 71 …MutationEntry Set##NAME(const RETURN_TYPE& value) { … 75 …MutationEntry Remove##NAME() { … 87 #define GENERATE_TEMP_PROPERTY_GETTER_SETTER_REMOVER(NAME, RETURN_TYPE, PROPERTY_KEY) … argument 89 …std::optional<RETURN_TYPE> GetTemp##NAME() const { … [all …]
|
/system/bt/osi/test/ |
D | test_stubs.h | 49 #define OVERLOAD_SELECT(NAME, NUM) OVERLOAD_CAT(NAME##_, NUM) argument 52 #define OVERLOAD_OF(NAME, ...) \ argument 53 OVERLOAD_SELECT(NAME, OVERLOAD_VA_SIZE(__VA_ARGS__))(__VA_ARGS__)
|
/system/bpf/progs/include/ |
D | bpf_helpers.h | 23 #define SEC(NAME) __attribute__((section(NAME), used)) argument 44 #define LICENSE(NAME) \ argument 49 char _license[] SEC("license") = (NAME)
|
/system/tools/aidl/ |
D | diagnostics.cpp | 30 #define DIAG(ENUM, NAME, ENABLED) {NAME, DiagnosticOption{DiagnosticID::ENUM, NAME, ENABLED}}, argument 36 #define DIAG(ENUM, NAME, ENABLED) {DiagnosticID::ENUM, NAME}, argument
|
D | diagnostics.h | 40 #define DIAG(ENUM, NAME, ENABLED) ENUM, argument
|
/system/extras/partition_tools/ |
D | README.md | 23 * `-i,--image=[NAME=FILE]` - When writing a sparse image, include the contents of FILE as the data …
|
/system/tools/aidl/tests/rust/ |
D | test_client.rs | 244 const NAME: &str = "Smythe"; in test_binder_exchange() constant 247 .GetOtherTestService(NAME) in test_binder_exchange() 249 assert_eq!(got.GetName().as_ref().map(String::as_ref), Ok(NAME)); in test_binder_exchange() 250 assert_eq!(service.VerifyName(&got, NAME), Ok(true)); in test_binder_exchange()
|
/system/libhidl/transport/token/1.0/utils/include/hidl/ |
D | HybridInterface.h | 384 #define IMPLEMENT_HYBRID_META_INTERFACE(INTERFACE, NAME) \ argument 393 u##NAME); \
|