| /hardware/invensense/6515/libsensors_iio/software/simple_apps/common/ |
| D | mlerrorcode.h | 24 #define CALL_N_CHECK(f) { \ argument 32 #define CALL_CHECK_N_RETURN_ERROR(f) { \ argument 42 #define CALL_CHECK_N_RETURN(f) do { \ argument 51 #define CALL_CHECK_N_EXIT(f) { \ argument 61 #define CALL_CHECK_N_CALLBACK(f, cb) { \ argument 70 #define CALL_CHECK_N_GOTO(f, label) { \ argument
|
| /hardware/google/aemu/host-common/ |
| D | sync_device.cpp | 38 static void defaultRegisterTriggerWait(emugl_sync_trigger_wait_t f) { in defaultRegisterTriggerWait() 56 void set_emugl_sync_create_timeline(emugl_sync_create_timeline_t f) { in set_emugl_sync_create_timeline() 60 void set_emugl_sync_create_fence(emugl_sync_create_fence_t f) { in set_emugl_sync_create_fence() 64 void set_emugl_sync_timeline_inc(emugl_sync_timeline_inc_t f) { in set_emugl_sync_timeline_inc() 68 void set_emugl_sync_destroy_timeline(emugl_sync_destroy_timeline_t f) { in set_emugl_sync_destroy_timeline() 72 void set_emugl_sync_register_trigger_wait(emugl_sync_register_trigger_wait_t f) { in set_emugl_sync_register_trigger_wait() 76 void set_emugl_sync_device_exists(emugl_sync_device_exists_t f) { in set_emugl_sync_device_exists()
|
| D | dma_device.cpp | 13 void set_emugl_dma_get_host_addr(emugl_dma_get_host_addr_t f) { in set_emugl_dma_get_host_addr() 17 void set_emugl_dma_unlock(emugl_dma_unlock_t f) { in set_emugl_dma_unlock()
|
| /hardware/google/aemu/base/ |
| D | ScopedFd_unittest.cpp | 43 ScopedFd f; in TEST() local 49 ScopedFd f(OpenNull()); in TEST() local 54 ScopedFd f(OpenNull()); in TEST() local 63 ScopedFd f(OpenNull()); in TEST() local
|
| D | Stream.cpp | 90 float f; in putFloat() member 99 float f; in getFloat() member
|
| /hardware/st/secure_element2/secure_element/esehal/src/ |
| D | compiler.h | 41 # define check_printf(f, v) __attribute__((format(printf, f, v))) argument 43 # define check_printf(f, v) argument
|
| /hardware/st/secure_element2/secure_element/1.0/esehal/src/ |
| D | compiler.h | 41 # define check_printf(f, v) __attribute__((format(printf, f, v))) argument 43 # define check_printf(f, v) argument
|
| /hardware/interfaces/biometrics/common/util/ |
| D | CancellationSignal.cpp | 32 bool shouldCancel(const std::future<void>& f) { in shouldCancel()
|
| /hardware/interfaces/automotive/can/1.0/tools/libprotocan/ |
| D | Checksum.cpp | 21 Checksum::Checksum(Signal signal, formula f) : mSignal(signal), mFormula(f) {} in Checksum()
|
| /hardware/libhardware/tests/input/evdev/ |
| D | InputHub_test.cpp | 87 auto f = delay_async(100ms, [&]() { EXPECT_EQ(OK, mInputHub->wake()); }); in TEST_F() local 110 auto f = delay_async(100ms, in TEST_F() local 148 auto f = delay_async(100ms, [&]() { deviceFile.reset(); }); in TEST_F() local 172 auto f = delay_async(inputDelayMs, [&] { in TEST_F() local 229 auto f = delay_async(100ms, in TEST_F() local
|
| /hardware/qcom/display/msm8909/gralloc/ |
| D | gr_buf_descriptor.h | 41 BufferDescriptor(int w, int h, int f) in BufferDescriptor() 49 BufferDescriptor(int w, int h, int f, gralloc1_producer_usage_t prod_usage, in BufferDescriptor()
|
| /hardware/qcom/display/msm8998/libgralloc1/ |
| D | gr_buf_descriptor.h | 40 BufferDescriptor(int w, int h, int f) in BufferDescriptor() 48 BufferDescriptor(int w, int h, int f, gralloc1_producer_usage_t prod_usage, in BufferDescriptor()
|
| /hardware/qcom/display/msm8996/libgralloc1/ |
| D | gr_buf_descriptor.h | 40 BufferDescriptor(int w, int h, int f) in BufferDescriptor() 48 BufferDescriptor(int w, int h, int f, gralloc1_producer_usage_t prod_usage, in BufferDescriptor()
|
| /hardware/qcom/display/msm8909w_3100/libgralloc1/ |
| D | gr_buf_descriptor.h | 41 BufferDescriptor(int w, int h, int f) in BufferDescriptor() 49 BufferDescriptor(int w, int h, int f, gralloc1_producer_usage_t prod_usage, in BufferDescriptor()
|
| /hardware/invensense/6515/libsensors_iio/software/simple_apps/mpu_iio/ |
| D | mpu_iio.c | 453 #define VARVAL(f, v) printf("\t%s : " f "\n", #v, v); in dump_dmp_event_struct() argument 652 struct dmp_feat_t f = { in main() local 662 struct dmp_feat_t f = { in main() local 682 struct dmp_feat_t f = { in main() local 692 struct dmp_feat_t f = { in main() local
|
| /hardware/interfaces/health/utils/libhealthtest/include/health-test/ |
| D | TestUtils.h | 97 inline AssertionResult SucceedOnce(Duration d, Function f) { in SucceedOnce()
|
| /hardware/st/nfc/1.0/adaptation/ |
| D | config.cpp | 80 inline bool Is(unsigned long f) { return (state & f) == f; } in Is() 81 inline void Set(unsigned long f) { state |= f; } in Set() 82 inline void Reset(unsigned long f) { state &= ~f; } in Reset()
|
| /hardware/google/graphics/common/gralloc-headers/pixel-gralloc/ |
| D | usage.h | 11 #define MapUsage(f) f = static_cast<uint32_t>(FrameworkUsage::f) argument
|
| D | metadata.h | 16 #define MapMetadataType(f) f = static_cast<uint64_t>(StandardMetadataType::f) argument
|
| D | format.h | 11 #define MapFormat(f) f = static_cast<uint32_t>(FrameworkFormat::f) argument
|
| /hardware/st/nfc/st21nfc/adaptation/ |
| D | config.cpp | 82 inline bool Is(unsigned long f) { return (state & f) == f; } in Is() 83 inline void Set(unsigned long f) { state |= f; } in Set() 84 inline void Reset(unsigned long f) { state &= ~f; } in Reset()
|
| /hardware/samsung/nfc/halimpl/src/ |
| D | config.cpp | 168 inline bool Is(unsigned long f) { return (state & f) == f; } in Is() 169 inline void Set(unsigned long f) { state |= f; } in Set() 170 inline void Reset(unsigned long f) { state &= ~f; } in Reset()
|
| /hardware/st/secure_element2/secure_element/1.0/ |
| D | SecureElement.cpp | 639 SecureElement::parseConfigFile(FILE *f, int verbose) in parseConfigFile() 685 FILE *f; in openConfigFile() local
|
| /hardware/interfaces/keymaster/4.0/vts/functional/ |
| D | HmacKeySharingTest.cpp | 161 explicit final_action(F f) : f_(std::move(f)) {} in final_action() 169 inline final_action<F> finally(const F& f) { in finally()
|
| /hardware/nxp/nfc/pn8x/halimpl/utils/ |
| D | phNxpConfig.cpp | 150 inline bool Is(unsigned long f) { return (state & f) == f; } in Is() 151 inline void Set(unsigned long f) { state |= f; } in Set() 152 inline void Reset(unsigned long f) { state &= ~f; } in Reset()
|