/device/google/felix/vibrator/cs40l26/tests/ |
D | test-hwcal.cpp | 141 std::transform(expect.begin(), expect.end(), actual.begin(), [](uint32_t &e) { in TEST_F() 154 std::transform(expect.begin(), expect.end(), actual.begin(), [](uint32_t &e) { in TEST_F() 167 std::transform(expect.begin(), expect.end(), actual.begin(), [](uint32_t &e) { in TEST_F() 184 std::transform(expect.begin(), expect.end(), actual.begin(), [](uint32_t &e) { return ~e; }); in TEST_F() 193 std::transform(expect.begin(), expect.end(), actual.begin(), [](uint32_t &e) { return ~e; }); in TEST_F() 202 std::transform(expect.begin(), expect.end(), actual.begin(), [](uint32_t &e) { return ~e; }); in TEST_F() 214 std::transform(expect.begin(), expect.end(), actual.begin(), [](uint32_t &e) { return ~e; }); in TEST_F() 238 std::transform(expect.begin(), expect.end(), actual.begin(), [](uint32_t &e) { return ~e; }); in TEST_F() 262 std::transform(expect.begin(), expect.end(), actual.begin(), [](uint32_t &e) { return ~e; }); in TEST_F() 296 std::transform(volTickExpect.begin(), volTickExpect.end(), volActual.begin(), [](uint32_t &e) { in TEST_F() [all …]
|
/device/google/cuttlefish/guest/hals/ril/reference-libril/ |
D | ril_service.cpp | 83 #define CALL_ONREQUEST(a, b, c, d, e) \ argument 87 #define CALL_ONREQUEST(a, b, c, d, e) s_vendorFunctions->onRequest((a), (b), (c), (d)) argument 3531 RIL_Errno e; in setSignalStrengthReportingCriteria() local 4841 RIL_Errno e) { in populateResponseInfo() 4856 int serial, int responseType, RIL_Errno e) { in populateResponseInfo_1_6() 4869 int responseIntOrEmpty(RadioResponseInfo& responseInfo, int serial, int responseType, RIL_Errno e, in responseIntOrEmpty() 4888 int responseInt(RadioResponseInfo& responseInfo, int serial, int responseType, RIL_Errno e, in responseInt() 4903 …:hardware::radio::V1_6::RadioResponseInfo &responseInfo, int serial, int responseType, RIL_Errno e, in responseInt_1_6() 4919 int responseType, int serial, RIL_Errno e, in getIccCardStatusResponse() 5033 int responseType, int serial, RIL_Errno e, in supplyIccPinForAppResponse() [all …]
|
D | ril_config.cpp | 57 #define CALL_ONREQUEST(a, b, c, d, e) s_vendorFunctions_config->onRequest((a), (b), (c), (d), (e)) argument 61 #define CALL_ONREQUEST(a, b, c, d, e) s_vendorFunctions_config->onRequest((a), (b), (c), (d)) argument 349 RIL_Errno e, void *response, size_t responseLen) { in getSimSlotsStatusResponse() 386 RIL_Errno e, void *response, size_t responseLen) { in setSimSlotsMappingResponse() 405 RIL_Errno e, void *response, size_t responseLen) { in getPhoneCapabilityResponse() 439 RIL_Errno e, void *response, size_t responseLen) { in setPreferredDataModemResponse() 458 RIL_Errno e, void *response, size_t responseLen) { in setModemsConfigResponse() 477 RIL_Errno e, void *response, size_t responseLen) { in getModemsConfigResponse() 504 RIL_Errno e, void *response, size_t responseLen) { in getHalDeviceCapabilitiesResponse() 530 int radio_1_6::simSlotsStatusChanged(int slotId, int indicationType, int token, RIL_Errno e, in simSlotsStatusChanged()
|
D | RilSapSocket.cpp | 43 RIL_Errno e, in sOnRequestComplete() 232 void RilSapSocket::onRequestComplete(RIL_Token t, RIL_Errno e, void *response, in onRequestComplete()
|
/device/generic/opengl-transport/host/commands/emugen/ |
D | ApiGen.cpp | 90 EntryPoint *e = &at(i); in genProcTypes() local 150 EntryPoint *e = &at(i); in genFuncTable() local 189 EntryPoint *e = &at(i); in genContext() local 264 EntryPoint *e = &at(i); in genEntryPoints() local 391 Var& var, EntryPoint* e, char* buff, size_t bufflen, in getVarEncodingSizeExpression() 518 static void addGuestTimePrinting(const EntryPoint* e, bool hasTimeBeforeReadback, in addGuestTimePrinting() 561 EntryPoint *e = &at(i); in genEncoderImpl() local 841 EntryPoint *e = &at(i); in genEncoderImpl() local 916 EntryPoint *e = &at(i); in genContextImpl() local 1031 EntryPoint *e = &(*this)[f]; in genDecoderImpl() local
|
/device/generic/goldfish/camera/ |
D | exif.cpp | 57 ExifEntry* e = exif_entry_new_mem(mem); in allocateEntry() local 69 ExifEntry* e = exif_entry_new_mem(mem); in appendEntry() local 78 ExifEntry* e = allocateEntry(mem, tag, EXIF_FORMAT_BYTE, 1); in appendEntryU8() local 87 ExifEntry* e = allocateEntry(mem, tag, EXIF_FORMAT_SHORT, 1); in appendEntryU16() local 96 ExifEntry* e = allocateEntry(mem, tag, EXIF_FORMAT_LONG, 1); in appendEntryU32() local 105 ExifEntry* e = allocateEntry(mem, tag, EXIF_FORMAT_RATIONAL, n); in appendEntryR32() local 126 ExifEntry* e = allocateEntry(mem, tag, format, size); in appendEntryS() local
|
D | qemu_channel.cpp | 34 int e = qemu_pipe_read_fully(fd, len16, 8); in qemuReceiveMessage() local 78 int e = qemu_pipe_write_fully(fd, query, querySize); in qemuRunQuery() local
|
D | metadata_utils.cpp | 109 camera_metadata_ro_entry_t e; in parseCameraMetadataMap() local 147 camera_metadata_ro_entry_t e; in prettyPrintCameraMetadata() local
|
D | utils.cpp | 29 int e = set_sched_policy(0, policy); in setThreadPriority() local
|
/device/linaro/dragonboard/shared/utils/qrtr/src/ |
D | map.c | 66 struct map_entry *e; in map_hash() local 151 struct map_entry *e; in map_find() local 180 struct map_entry *e; in map_get() local 190 struct map_entry *e; in map_remove() local
|
/device/google/cuttlefish/host/frontend/webrtc/html_client/js/ |
D | touch.js | 22 function onPointerDown(e) { argument 29 function onPointerUp(e) { argument 39 function onPointerMove(e) { argument
|
D | app.js | 948 #onRotateLeftButton(e) { argument 954 #onRotateRightButton(e) { argument 968 #onControlPanelButton(e, command) { argument 985 #onKeyEvent(e) { argument 1000 #onWheelEvent(e) { argument 1124 #onCustomShellButton(shell_command, e) { argument
|
/device/google/cuttlefish/guest/monitoring/cuttlefish_service/java/com/android/google/gce/gceservice/ |
D | GceFuture.java | 47 Exception e = new Exception(); in set() local 54 public void set(Exception e) { in set()
|
D | GceWifiManager.java | 70 public void onDependencyFailed(Exception e) { in onDependencyFailed() 120 public void onDependencyFailed(Exception e) { in onDependencyFailed()
|
/device/google/contexthub/firmware/os/core/ |
D | floatRt.c | 61 uint32_t e, word = *(const uint32_t*)&f; in floatToUint64() local 92 uint32_t e, word = *(const uint32_t*)&f; in floatToInt64() local
|
D | simpleQ.c | 44 static inline uint32_t simpleQueueGetIdx(struct SimpleQueue* sq, const struct SimpleQueueEntry *e) in simpleQueueGetIdx() 95 struct SimpleQueueEntry *e; in simpleQueueDequeue() local 148 struct SimpleQueueEntry *e = NULL; in simpleQueueEnqueue() local
|
/device/generic/goldfish-opengl/system/hals/ |
D | mapper3.cpp | 116 const Error3 e = importBufferImpl(hh.getNativeHandle(), &imported); in importBuffer() local 153 const Error3 e = lockImpl(raw, cpuUsage, accessRegion, acquireFence, in lock() local 169 const Error3 e = lockYCbCrImpl(raw, cpuUsage, accessRegion, acquireFence, in lockYCbCr() local 309 const Error3 e = lockHostImpl(*cb, checkedUsage, accessRegion, bufferBits); in lockImpl() local 399 const Error3 e = lockHostImpl(*cb, checkedUsage, accessRegion, bufferBits); in lockYCbCrImpl() local
|
D | allocator3.cpp | 75 const Error3 e = allocateImpl(rawDescriptor, count, &stride, &cbs); in allocate() local 116 Error3 e = getBufferFormat(descriptor.format, usage, &format); in allocateImpl() local 261 Error3 e = allocateCb(usage, in allocateImpl2() local
|
/device/generic/opengl-transport/host/commands/emugen/android/base/ |
D | EnumFlags.h | 100 enable_if_scoped_enum<E, bool> nonzero(E e) { in nonzero()
|
/device/google/contexthub/firmware/lib/builtins/ |
D | aeabi_ul2f.c | 34 int e = sd - 1; /* 8 exponent */ in __aeabi_ul2f() local
|
D | aeabi_l2f.c | 36 int e = sd - 1; /* exponent */ in __aeabi_l2f() local
|
/device/google/sunfish/json-c/ |
D | linkhash.c | 554 struct lh_entry *e = lh_table_lookup_entry(t, k); in lh_table_lookup_ex() local 563 int lh_table_delete_entry(struct lh_table *t, struct lh_entry *e) in lh_table_delete_entry() 594 struct lh_entry *e = lh_table_lookup_entry(t, k); in lh_table_delete() local
|
/device/google/redbull/json-c/ |
D | linkhash.c | 554 struct lh_entry *e = lh_table_lookup_entry(t, k); in lh_table_lookup_ex() local 563 int lh_table_delete_entry(struct lh_table *t, struct lh_entry *e) in lh_table_delete_entry() 594 struct lh_entry *e = lh_table_lookup_entry(t, k); in lh_table_delete() local
|
/device/google/coral/json-c/ |
D | linkhash.c | 554 struct lh_entry *e = lh_table_lookup_entry(t, k); in lh_table_lookup_ex() local 563 int lh_table_delete_entry(struct lh_table *t, struct lh_entry *e) in lh_table_delete_entry() 594 struct lh_entry *e = lh_table_lookup_entry(t, k); in lh_table_delete() local
|
/device/google/gs-common/bootctrl/1.2/ |
D | BootControl.cpp | 99 gpt_entry *e = gpt.GetPartitionEntry(slot ? "boot_b" : "boot_a"); in isSlotFlagSet() local 121 gpt_entry *e = gpt.GetPartitionEntry(slot ? "boot_b" : "boot_a"); in setSlotFlag() local 431 gpt_entry *e = gpt.GetPartitionEntry(slot ? "boot_b" : "boot_a"); in setSlotAsUnbootable() local
|