Home
last modified time | relevance | path

Searched refs:e (Results 1 – 25 of 178) sorted by relevance

12345678

/hardware/ril/libril/
Dril_service.h27 int token, RIL_Errno e, void *response, size_t responselen);
30 int responseType, int serial, RIL_Errno e, void *response,
34 int responseType, int serial, RIL_Errno e, void *response,
38 int responseType, int serial, RIL_Errno e, void *response,
42 int responseType, int serial, RIL_Errno e, void *response,
46 int responseType, int serial, RIL_Errno e, void *response,
50 int responseType, int serial, RIL_Errno e, void *response,
54 int responseType, int serial, RIL_Errno e,
58 int responseType, int serial, RIL_Errno e, void *response,
62 int responseType, int serial, RIL_Errno e, void *response, size_t responselen);
[all …]
Dril_service.cpp57 #define CALL_ONREQUEST(a, b, c, d, e) \ argument
58 s_vendorFunctions->onRequest((a), (b), (c), (d), ((RIL_SOCKET_ID)(e)))
61 #define CALL_ONREQUEST(a, b, c, d, e) s_vendorFunctions->onRequest((a), (b), (c), (d)) argument
2962 RIL_Errno e) { in populateResponseInfo() argument
2972 responseInfo.error = (RadioError) e; in populateResponseInfo()
2975 int responseIntOrEmpty(RadioResponseInfo& responseInfo, int serial, int responseType, RIL_Errno e, in responseIntOrEmpty() argument
2977 populateResponseInfo(responseInfo, serial, responseType, e); in responseIntOrEmpty()
2986 if (e == RIL_E_SUCCESS) responseInfo.error = RadioError::INVALID_RESPONSE; in responseIntOrEmpty()
2994 int responseInt(RadioResponseInfo& responseInfo, int serial, int responseType, RIL_Errno e, in responseInt() argument
2996 populateResponseInfo(responseInfo, serial, responseType, e); in responseInt()
[all …]
DRilSapSocket.h119 void onRequestComplete(RIL_Token t,RIL_Errno e,
172 RIL_Errno e, void *response, size_t responselen);
/hardware/libhardware/modules/sensors/dynamic_sensor/test/
DHidRawDeviceTest.cpp85 virtual int submitEvent(SP(BaseSensorObject) /*sensor*/, const sensors_event_t &e) { in test() argument
86 LOG_V << "sensor: " << e.sensor << ", type: " << e.type << ", ts: " << e.timestamp in test()
87 << ", values (" << e.data[0] << ", " << e.data[1] << ", " << e.data[2] << ")" in test()
/hardware/interfaces/sensors/common/vts/utils/
DSensorsHidlTestBase.cpp326 for (auto& e : events) { in testDirectReportOperation() local
328 EXPECT_EQ(eventToken, e.sensorHandle) in testDirectReportOperation()
333 if (isMetaSensorType(e.sensorType)) { in testDirectReportOperation()
336 sensorEvents.push_back(e); in testDirectReportOperation()
339 EXPECT_EQ(type, e.sensorType) in testDirectReportOperation()
344 EXPECT_GT(e.timestamp, lastTimestamp) in testDirectReportOperation()
347 lastTimestamp = e.timestamp; in testDirectReportOperation()
396 for (auto& e : events) { in testStreamingOperation() local
397 if (e.sensorType == type) { in testStreamingOperation()
400 EXPECT_EQ(e.sensorHandle, handle) in testStreamingOperation()
[all …]
/hardware/qcom/display/msm8960/libcopybit/
Dcopybit.cpp156 struct mdp_blit_req *e, in set_rects() argument
165 e->dst_rect.x = clip.l; in set_rects()
166 e->dst_rect.y = clip.t; in set_rects()
167 e->dst_rect.w = clip.r - clip.l; in set_rects()
168 e->dst_rect.h = clip.b - clip.t; in set_rects()
174 e->src_rect.w = (clip.b - clip.t); in set_rects()
175 e->src_rect.h = (clip.r - clip.l); in set_rects()
181 e->src_rect.w = (clip.r - clip.l); in set_rects()
182 e->src_rect.h = (clip.b - clip.t); in set_rects()
187 MULDIV(&delta_x, &e->src_rect.w, src->r - src->l, W); in set_rects()
[all …]
/hardware/qcom/display/msm8996/libcopybit/
Dcopybit.cpp171 struct mdp_blit_req *e, in set_rects() argument
181 e->dst_rect.x = clip.l; in set_rects()
182 e->dst_rect.y = clip.t; in set_rects()
183 e->dst_rect.w = clip.r - clip.l; in set_rects()
184 e->dst_rect.h = clip.b - clip.t; in set_rects()
190 e->src_rect.w = (clip.b - clip.t); in set_rects()
191 e->src_rect.h = (clip.r - clip.l); in set_rects()
197 e->src_rect.w = (clip.r - clip.l); in set_rects()
198 e->src_rect.h = (clip.b - clip.t); in set_rects()
203 MULDIV(&delta_x, &e->src_rect.w, src->r - src->l, W); in set_rects()
[all …]
/hardware/qcom/sdm845/display/libcopybit/
Dcopybit.cpp173 struct mdp_blit_req *e, in set_rects() argument
183 e->dst_rect.x = clip.l; in set_rects()
184 e->dst_rect.y = clip.t; in set_rects()
185 e->dst_rect.w = clip.r - clip.l; in set_rects()
186 e->dst_rect.h = clip.b - clip.t; in set_rects()
192 e->src_rect.w = (clip.b - clip.t); in set_rects()
193 e->src_rect.h = (clip.r - clip.l); in set_rects()
199 e->src_rect.w = (clip.r - clip.l); in set_rects()
200 e->src_rect.h = (clip.b - clip.t); in set_rects()
205 MULDIV(&delta_x, &e->src_rect.w, src->r - src->l, W); in set_rects()
[all …]
/hardware/qcom/display/msm8994/libcopybit/
Dcopybit.cpp165 struct mdp_blit_req *e, in set_rects() argument
172 e->dst_rect.x = clip.l; in set_rects()
173 e->dst_rect.y = clip.t; in set_rects()
174 e->dst_rect.w = clip.r - clip.l; in set_rects()
175 e->dst_rect.h = clip.b - clip.t; in set_rects()
181 e->src_rect.w = (clip.b - clip.t); in set_rects()
182 e->src_rect.h = (clip.r - clip.l); in set_rects()
188 e->src_rect.w = (clip.r - clip.l); in set_rects()
189 e->src_rect.h = (clip.b - clip.t); in set_rects()
194 MULDIV(&delta_x, &e->src_rect.w, src->r - src->l, W); in set_rects()
[all …]
/hardware/qcom/display/msm8909/libcopybit/
Dcopybit.cpp173 struct mdp_blit_req *e, in set_rects() argument
183 e->dst_rect.x = clip.l; in set_rects()
184 e->dst_rect.y = clip.t; in set_rects()
185 e->dst_rect.w = clip.r - clip.l; in set_rects()
186 e->dst_rect.h = clip.b - clip.t; in set_rects()
192 e->src_rect.w = (clip.b - clip.t); in set_rects()
193 e->src_rect.h = (clip.r - clip.l); in set_rects()
199 e->src_rect.w = (clip.r - clip.l); in set_rects()
200 e->src_rect.h = (clip.b - clip.t); in set_rects()
205 MULDIV(&delta_x, &e->src_rect.w, src->r - src->l, W); in set_rects()
[all …]
/hardware/qcom/display/msm8909w_3100/libcopybit/
Dcopybit.cpp173 struct mdp_blit_req *e, in set_rects() argument
183 e->dst_rect.x = clip.l; in set_rects()
184 e->dst_rect.y = clip.t; in set_rects()
185 e->dst_rect.w = clip.r - clip.l; in set_rects()
186 e->dst_rect.h = clip.b - clip.t; in set_rects()
192 e->src_rect.w = (clip.b - clip.t); in set_rects()
193 e->src_rect.h = (clip.r - clip.l); in set_rects()
199 e->src_rect.w = (clip.r - clip.l); in set_rects()
200 e->src_rect.h = (clip.b - clip.t); in set_rects()
205 MULDIV(&delta_x, &e->src_rect.w, src->r - src->l, W); in set_rects()
[all …]
/hardware/qcom/display/msm8998/libcopybit/
Dcopybit.cpp171 struct mdp_blit_req *e, in set_rects() argument
181 e->dst_rect.x = clip.l; in set_rects()
182 e->dst_rect.y = clip.t; in set_rects()
183 e->dst_rect.w = clip.r - clip.l; in set_rects()
184 e->dst_rect.h = clip.b - clip.t; in set_rects()
190 e->src_rect.w = (clip.b - clip.t); in set_rects()
191 e->src_rect.h = (clip.r - clip.l); in set_rects()
197 e->src_rect.w = (clip.r - clip.l); in set_rects()
198 e->src_rect.h = (clip.b - clip.t); in set_rects()
203 MULDIV(&delta_x, &e->src_rect.w, src->r - src->l, W); in set_rects()
[all …]
/hardware/qcom/display/msm8226/libcopybit/
Dcopybit.cpp162 struct mdp_blit_req *e, in set_rects() argument
169 e->dst_rect.x = clip.l; in set_rects()
170 e->dst_rect.y = clip.t; in set_rects()
171 e->dst_rect.w = clip.r - clip.l; in set_rects()
172 e->dst_rect.h = clip.b - clip.t; in set_rects()
178 e->src_rect.w = (clip.b - clip.t); in set_rects()
179 e->src_rect.h = (clip.r - clip.l); in set_rects()
185 e->src_rect.w = (clip.r - clip.l); in set_rects()
186 e->src_rect.h = (clip.b - clip.t); in set_rects()
191 MULDIV(&delta_x, &e->src_rect.w, src->r - src->l, W); in set_rects()
[all …]
/hardware/qcom/display/msm8084/libcopybit/
Dcopybit.cpp162 struct mdp_blit_req *e, in set_rects() argument
169 e->dst_rect.x = clip.l; in set_rects()
170 e->dst_rect.y = clip.t; in set_rects()
171 e->dst_rect.w = clip.r - clip.l; in set_rects()
172 e->dst_rect.h = clip.b - clip.t; in set_rects()
178 e->src_rect.w = (clip.b - clip.t); in set_rects()
179 e->src_rect.h = (clip.r - clip.l); in set_rects()
185 e->src_rect.w = (clip.r - clip.l); in set_rects()
186 e->src_rect.h = (clip.b - clip.t); in set_rects()
191 MULDIV(&delta_x, &e->src_rect.w, src->r - src->l, W); in set_rects()
[all …]
/hardware/interfaces/tests/pointer/1.0/default/
DPointer.cpp16 for(const auto& e : errors) in getErrors() local
17 ALOGW("SERVER(Pointer) error: %s", e.c_str()); in getErrors()
/hardware/interfaces/audio/common/all-versions/util/include/common/all-versions/
DHidlSupport.h27 bool isValidHidlEnum(Enum e) { in isValidHidlEnum() argument
29 return std::find(values.begin(), values.end(), e) != values.end(); in isValidHidlEnum()
/hardware/interfaces/tests/safeunion/1.0/default/
DSafeUnion.cpp76 Return<void> SafeUnion::setE(const LargeSafeUnion& myUnion, const hidl_array<int8_t, 13>& e, setE_c… in setE() argument
77 LOG(INFO) << "SERVER(SafeUnion) setE(myUnion, " << toString(e) << ")"; in setE()
80 myNewUnion.e(e); in setE()
227 const hidl_vec<hidl_string>& e, setInterfaceE_cb _hidl_cb) { in setInterfaceE() argument
228 LOG(INFO) << "SERVER(SafeUnion) setInterfaceE(myUnion, " << toString(e) << ")"; in setInterfaceE()
231 myNewUnion.e(e); in setInterfaceE()
/hardware/libhardware/modules/sensors/dynamic_sensor/
DBaseSensorObject.cpp51 void BaseSensorObject::generateEvent(const sensors_event_t &e) { in generateEvent() argument
53 mCallback->submitEvent(SP_THIS, e); in generateEvent()
/hardware/google/pixel/perfstatsd/
Dio_usage.cpp135 size_t e = s; in update() local
137 while (buffer[e] && !std::isspace(buffer[e])) e++; in update()
138 std::string pname(buffer, s, e - s); in update()
141 s = buffer.find("\nUid:", e); in update()
151 e = s; in update()
153 while (buffer[e] && !std::isspace(buffer[e])) e++; in update()
154 std::string strUid(buffer, s, e - s); in update()
/hardware/interfaces/power/1.1/
Dtypes.hal21 * a subsystem (e.g. wifi, bt) is capable of getting into.
54 * PowerStateSubsystem represents a subsystem (e.g. wifi, bt)
61 * Subsystem name (e.g. wifi, bt etc.)
68 * i.e. lesser steady-state power is consumed by the subsystem to
/hardware/qcom/msm8998/json-c/
Dlinkhash.c554 struct lh_entry *e = lh_table_lookup_entry(t, k); in lh_table_lookup_ex() local
555 if (e != NULL) { in lh_table_lookup_ex()
556 if (v != NULL) *v = (void *)e->v; in lh_table_lookup_ex()
563 int lh_table_delete_entry(struct lh_table *t, struct lh_entry *e) in lh_table_delete_entry() argument
565 …ptrdiff_t n = (ptrdiff_t)(e - t->table); /* CAW: fixed to be 64bit nice, still need the crazy nega… in lh_table_delete_entry()
572 if(t->free_fn) t->free_fn(e); in lh_table_delete_entry()
594 struct lh_entry *e = lh_table_lookup_entry(t, k); in lh_table_delete() local
595 if(!e) return -1; in lh_table_delete()
596 return lh_table_delete_entry(t, e); in lh_table_delete()
/hardware/interfaces/audio/core/all-versions/default/include/core/default/
DUtil.h44 inline bool element_in(T e, const std::vector<T>& v) { in element_in() argument
45 return std::find(v.begin(), v.end(), e) != v.end(); in element_in()
/hardware/interfaces/gnss/1.0/
DIGnssDebug.hal13 * Both ephemeris & almanac are not known (e.g. during a cold start
37 * method, e.g. injected via a local debug tool, from build defaults
38 * (e.g. almanac), or is from a satellite
103 * If no fresh information is available, e.g. after a delete all,
105 * provided (e.g. Jan. 1, 2017, with an uncertainty of 5 years) expressed
144 * effective time of the ephemeris source (e.g. TOE, TOA.)
/hardware/interfaces/tests/safeunion/1.0/
DISafeUnion.hal52 int8_t[13] e;
78 vec<string> e;
96 setE(LargeSafeUnion myUnion, int8_t[13] e) generates (LargeSafeUnion myUnion);
112 …setInterfaceE(InterfaceTypeSafeUnion myUnion, vec<string> e) generates (InterfaceTypeSafeUnion myU…
/hardware/interfaces/sensors/common/vts/utils/include/sensors-vts-utils/
DSensorEventsChecker.h40 for (const auto& e : events) { in check() local
41 if (!checkEvent(e, out)) { in check()

12345678