Home
last modified time | relevance | path

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

12345

/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.cpp55 #define CALL_ONREQUEST(a, b, c, d, e) \ argument
56 s_vendorFunctions->onRequest((a), (b), (c), (d), ((RIL_SOCKET_ID)(e)))
59 #define CALL_ONREQUEST(a, b, c, d, e) s_vendorFunctions->onRequest((a), (b), (c), (d)) argument
2956 RIL_Errno e) { in populateResponseInfo() argument
2966 responseInfo.error = (RadioError) e; in populateResponseInfo()
2969 int responseIntOrEmpty(RadioResponseInfo& responseInfo, int serial, int responseType, RIL_Errno e, in responseIntOrEmpty() argument
2971 populateResponseInfo(responseInfo, serial, responseType, e); in responseIntOrEmpty()
2980 if (e == RIL_E_SUCCESS) responseInfo.error = RadioError::INVALID_RESPONSE; in responseIntOrEmpty()
2988 int responseInt(RadioResponseInfo& responseInfo, int serial, int responseType, RIL_Errno e, in responseInt() argument
2990 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/intel/img/hwcomposer/moorefield_hdmi/common/base/
DDisplayAnalyzer.cpp66 Event e; in postHotplugEvent() local
67 e.type = HOTPLUG_EVENT; in postHotplugEvent()
68 e.bValue = connected; in postHotplugEvent()
69 postEvent(e); in postHotplugEvent()
73 void DisplayAnalyzer::postEvent(Event& e) in postEvent() argument
76 mPendingEvents.add(e); in postEvent()
79 bool DisplayAnalyzer::getEvent(Event& e) in getEvent() argument
85 e = mPendingEvents[0]; in getEvent()
94 Event e; in handlePendingEvents() local
95 if (!getEvent(e)) { in handlePendingEvents()
[all …]
DDisplayAnalyzer.h51 inline void postEvent(Event& e);
52 inline bool getEvent(Event& e);
/hardware/intel/img/hwcomposer/merrifield/common/base/
DDisplayAnalyzer.cpp318 Event e; in postHotplugEvent() local
319 e.type = HOTPLUG_EVENT; in postHotplugEvent()
320 e.bValue = connected; in postHotplugEvent()
321 postEvent(e); in postHotplugEvent()
327 Event e; in postVideoEvent() local
328 e.type = VIDEO_EVENT; in postVideoEvent()
329 e.videoEvent.instanceID = instanceID; in postVideoEvent()
330 e.videoEvent.state = state; in postVideoEvent()
331 postEvent(e); in postVideoEvent()
355 Event e; in postBlankEvent() local
[all …]
DDisplayAnalyzer.h80 inline void postEvent(Event& e);
81 inline bool getEvent(Event& e);
/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/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/intel/common/utils/ituxd/src/com/intel/thermal/
DThermalUtils.java52 } catch (UnsatisfiedLinkError e) { in readSysfs()
61 } catch (UnsatisfiedLinkError e) { in readSysfsTemp()
70 } catch (UnsatisfiedLinkError e) { in writeSysfs()
79 } catch (UnsatisfiedLinkError e) { in getThermalZoneIndex()
88 } catch (UnsatisfiedLinkError e) { in getThermalZoneIndexContains()
97 } catch (UnsatisfiedLinkError e) { in getCoolingDeviceIndex()
106 } catch (UnsatisfiedLinkError e) { in getCoolingDeviceIndexContains()
115 } catch (UnsatisfiedLinkError e) { in isFileExists()
DThermalCooling.java117 Log.e(TAG, "mParser NewInstance Exception"); in ThermalParser()
130 Log.e(TAG, "mParser setInput XmlPullParserException"); in ThermalParser()
131 } catch (FileNotFoundException e) { in ThermalParser()
132 Log.e(TAG, "mParser setInput FileNotFoundException"); in ThermalParser()
150 } catch (IOException e) { in parse()
198 } catch (IOException e) { in parse()
199 Log.i(TAG, "IOException caught in parse():" + e.getMessage()); in parse()
209 } catch (IOException e) { in parse()
232 Log.e(TAG, "XmlPullParserException:" + xppe.getMessage()); in processMetaTag()
235 Log.e(TAG, "IOException:" + ioe.getMessage()); in processMetaTag()
[all …]
DThermalService.java124 } catch (SecurityException e) { in ThermalParser()
125 Log.e(TAG, "SecurityException caught in ThermalParser"); in ThermalParser()
126 } catch (IllegalArgumentException e) { in ThermalParser()
127 Log.e(TAG, "IllegalArgumentException caught in ThermalParser"); in ThermalParser()
129 Log.e(TAG, "XmlPullParserException caught in ThermalParser"); in ThermalParser()
142 } catch (FileNotFoundException e) { in ThermalParser()
143 Log.e(TAG, "FileNotFoundException Exception in ThermalParser()"); in ThermalParser()
144 } catch (XmlPullParserException e) { in ThermalParser()
145 Log.e(TAG, "XmlPullParserException Exception in ThermalParser()"); in ThermalParser()
166 } catch (IOException e) { in parse()
[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/display/sdm845/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/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/msm8998/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/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/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.cpp168 struct mdp_blit_req *e, in set_rects() argument
178 e->dst_rect.x = clip.l; in set_rects()
179 e->dst_rect.y = clip.t; in set_rects()
180 e->dst_rect.w = clip.r - clip.l; in set_rects()
181 e->dst_rect.h = clip.b - clip.t; in set_rects()
187 e->src_rect.w = (clip.b - clip.t); in set_rects()
188 e->src_rect.h = (clip.r - clip.l); in set_rects()
194 e->src_rect.w = (clip.r - clip.l); in set_rects()
195 e->src_rect.h = (clip.b - clip.t); in set_rects()
200 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/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/interfaces/sensors/1.0/vts/functional/
DVtsHalSensorsV1_0TargetTest.cpp211 for (const auto& e : events) { in pollingThread() local
212 env->addEvent(e); in pollingThread()
398 for (const auto &e : events) { in check() local
399 if (!checkEvent(e, out)) { in check()
946 for (auto & e : events) { in testStreamingOperation() local
947 if (e.sensorType == type) { in testStreamingOperation()
950 EXPECT_EQ(e.sensorHandle, handle) in testStreamingOperation()
958 EXPECT_TRUE(isMetaSensorType(e.sensorType)) in testStreamingOperation()
1088 for (auto & e : events1) { in testSamplingRateHotSwitchOperation() local
1089 if (e.sensorType == type) { in testSamplingRateHotSwitchOperation()
[all …]
/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/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.)

12345