Home
last modified time | relevance | path

Searched defs:f (Results 1 – 25 of 36) sorted by relevance

12

/device/generic/opengl-transport/host/libs/virglrenderer/emugl/common/
Ddma_device.cpp20 void set_emugl_dma_add_buffer(emugl_dma_add_buffer_t f) { in set_emugl_dma_add_buffer()
24 void set_emugl_dma_remove_buffer(emugl_dma_remove_buffer_t f) { in set_emugl_dma_remove_buffer()
28 void set_emugl_dma_get_host_addr(emugl_dma_get_host_addr_t f) { in set_emugl_dma_get_host_addr()
32 void set_emugl_dma_invalidate_host_mappings(emugl_dma_invalidate_host_mappings_t f) { in set_emugl_dma_invalidate_host_mappings()
36 void set_emugl_dma_unlock(emugl_dma_unlock_t f) { in set_emugl_dma_unlock()
/device/google/trout/hal/sensors/2.1/tests/
DMultiPoll.cpp66 MultiPoll::OnPollIn f = [&called](int) -> void { called = true; }; in TEST() local
80 MultiPoll::OnPollIn f = [&called, &poll_fd](int fd) -> void { in TEST() local
97 MultiPoll::OnPollIn f = [&called, &poll_fd](int fd) -> void { in TEST() local
120 MultiPoll::OnPollIn f = [&called](int) -> void { ++called; }; in TEST() local
138 MultiPoll::OnPollIn f = [&called, &prev_fd, &repeat_fd](int fd) -> void { in TEST() local
160 MultiPoll::OnPollIn f = [&called, &poll_fd](int fd) -> void { in TEST() local
185 MultiPoll::OnPollIn f = [&called, &poll_fd](int fd) -> void { in TEST() local
DIioUtilsTest.cpp66 std::ofstream f; in writeFile() local
/device/google/contexthub/firmware/os/inc/
DfloatRt.h35 static inline uint64_t floatToUint64(float f) in floatToUint64()
40 static inline int64_t floatToInt64(float f) in floatToInt64()
DhalIntf.h98 float f[0]; member
/device/google/contexthub/firmware/os/core/
DfloatRt.c59 uint64_t floatToUint64(float f) in floatToUint64()
90 int64_t floatToInt64(float f) in floatToInt64()
Dsyscall.c81 SyscallFunc *f = syscallFindHandlerLoc(path); in syscallAddFunc() local
92 SyscallFunc *f = syscallFindHandlerLoc(path); in syscallGetHandler() local
/device/google/contexthub/lib/nanohub/
Dnanoapp.c48 FILE *f = fopen(fileName, "rb"); in readFile() local
70 FILE *f = fopen(fileName, "rb"); in loadFile() local
Dsha2.c68 uint32_t i, a, b, c, d, e, f, g, h; in sha2processBlock() local
/device/google/contexthub/firmware/lib/builtins/
Dfp_extend.h79 const union { src_t f; src_rep_t i; } rep = {.f = x}; in srcToRep() member
84 const union { dst_t f; dst_rep_t i; } rep = {.i = x}; in dstFromRep() member
Dint_lib.h51 float f; member
/device/google/cuttlefish/host/commands/secure_env/rust/
Dsdd.rs30 let mut f = fs::File::open(SECURE_DELETION_DATA_FILE).map_err(|e| { in read_sdd_file() localVariable
39 let mut f = fs::File::create(SECURE_DELETION_DATA_FILE).map_err(|e| { in write_sdd_file() localVariable
/device/google/atv/libraries/BluetoothServices/src/com/google/android/tv/btservices/settings/
DSettingsFragment.java52 final Fragment f = in onPreferenceStartFragment() local
/device/generic/opengl-transport/host/commands/emugen/tests/t.001/expected/encoder/
Dfoo_entry.cpp20 void foo_client_context_t::setContextAccessor(CONTEXT_ACCESSOR_TYPE *f) { getCurrentContext = f; } in setContextAccessor()
/device/generic/opengl-transport/host/commands/emugen/tests/t.001/expected/wrapper/
Dfoo_wrapper_entry.cpp20 void foo_wrapper_context_t::setContextAccessor(CONTEXT_ACCESSOR_TYPE *f) { getCurrentContext = f; } in setContextAccessor()
/device/google/cuttlefish/host/commands/modem_simulator/
Dthread_looper.h29 std::function<void()> makeSafeCallback(T *me, std::function<void(T *)> f) { in makeSafeCallback()
/device/google/contexthub/firmware/lib/libm/
Dkf_rem_pio2.c63 float z,fw,f[20],fq[20],q[20]; local
/device/google/cuttlefish/tests/src/com/android/tests/tombstoneTransmit/
DTombstoneTransmitTest.java203 private String convertFileContentsToString(File f) throws IOException { in convertFileContentsToString()
/device/generic/goldfish/MultiDisplayProvider/src/com/android/emulator/multidisplay/
DMultiDisplayService.java98 public void set(int w, int h, int d, int f) { in set()
106 public boolean match(int w, int h, int d, int f) { in match()
/device/google/cuttlefish/guest/hals/confirmationui/
Dguest_session.h89 bool SerializedSend(F&& f, cuttlefish::SharedFD fd, Args&&... args) { in SerializedSend()
/device/google/trout/hal/sensors/2.1/
Diio_utils.cpp97 static int sysfs_write_val(const std::string& f, const std::string& fmt, const T value) { in sysfs_write_val()
115 static int sysfs_read_val(const std::string& f, const std::string& fmt, const T* value) { in sysfs_read_val()
/device/google/cuttlefish/host/frontend/webrtc/html_client/js/
Dcontrols.js329 function(f) { argument
/device/google/contexthub/firmware/external/freebsd/lib/msun/src/
Dmath_private.h438 float complex f; member
442 double complex f; member
446 long double complex f; member
/device/google/trout/hal/dumpstate/1.1/
DDumpstateDevice.cpp285 void DumpstateDevice::debugDumpServices(std::function<void(std::string)> f) { in debugDumpServices()
/device/linaro/dragonboard/shared/utils/qrtr/src/
Dns.c118 static int server_match(const struct server *srv, const struct server_filter *f) in server_match()
129 static int server_query(const struct server_filter *f, struct list *list) in server_query()

12