Home
last modified time | relevance | path

Searched defs:e (Results 1 – 25 of 54) sorted by relevance

123

/hardware/bsp/intel/peripheral/libupm/src/
Dupm_exception.i12 } catch (std::invalid_argument& e) { in catch()
17 } catch (std::domain_error& e) { in catch()
22 } catch (std::overflow_error& e) { in catch()
27 } catch (std::out_of_range& e) { in catch()
32 } catch (std::length_error& e) { in catch()
37 } catch (std::logic_error& e) { in catch()
42 } catch (std::bad_alloc& e) { in catch()
46 } catch (std::runtime_error& e) { in catch()
52 } catch (std::exception& e) { in catch()
/hardware/intel/img/hwcomposer/merrifield/common/base/
DDisplayAnalyzer.cpp318 Event e; in postHotplugEvent() local
327 Event e; in postVideoEvent() local
355 Event e; in postBlankEvent() local
364 Event e; in postInputEvent() local
373 Event e; in postIdleEntryEvent() local
379 void DisplayAnalyzer::postEvent(Event& e) in postEvent()
385 bool DisplayAnalyzer::getEvent(Event& e) in getEvent()
400 Event e; in handlePendingEvents() local
640 Event e; in handleDpmsEvent() local
694 Event e; in handleIdleEntryEvent() local
[all …]
/hardware/intel/img/hwcomposer/moorefield_hdmi/common/base/
DDisplayAnalyzer.cpp66 Event e; in postHotplugEvent() local
73 void DisplayAnalyzer::postEvent(Event& e) in postEvent()
79 bool DisplayAnalyzer::getEvent(Event& e) in getEvent()
94 Event e; in handlePendingEvents() local
/hardware/bsp/intel/peripheral/libmraa/examples/c++/
DUart-example.cpp41 } catch (std::exception& e) { in main() local
47 } catch (std::exception& e) { in main() local
DIio-dummy.cpp120 } catch (std::exception& e) { in main() local
128 } catch (std::exception& e) { in main() local
135 } catch (std::exception& e) { in main() local
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_scale/generic/
Dgen_scalers.c41 unsigned int a, b, c, d, e; in vp8_horizontal_line_5_4_scale_c() local
73 unsigned int a, b, c, d, e; in vp8_vertical_band_5_4_scale_c() local
122 unsigned int a, b, c, d, e; in vp8_horizontal_line_5_3_scale_c() local
151 unsigned int a, b, c, d, e; in vp8_vertical_band_5_3_scale_c() local
/hardware/ti/omap4-aah/hwc/
Drgz_2d.c293 static void rgz_set_async(struct rgz_blt_entry *e, int async) in rgz_set_async()
317 struct rgz_blt_entry* e) in rgz_set_dst_data()
337 blit_rect_t *subregion_rect, struct rgz_blt_entry* e, int is_src2) in rgz_set_src_data()
371 struct rgz_blt_entry* e) in rgz_set_clip_rect()
391 static void rgz_set_src2_is_dst(rgz_out_params_t *params, struct rgz_blt_entry* e) in rgz_set_src2_is_dst()
403 static void rgz_cfg_scale_mode(struct rgz_blt_entry* e, hwc_layer_1_t *layer) in rgz_cfg_scale_mode()
419 struct rgz_blt_entry* e = rgz_blts_get(&blts, params); in rgz_hwc_subregion_copy() local
454 struct rgz_blt_entry* e = rgz_blts_get(&blts, params); in rgz_hwc_subregion_blend() local
495 struct rgz_blt_entry* e = rgz_blts_get(&blts, params); in rgz_out_clrdst() local
576 struct rgz_blt_entry* e = &blts.bvcmds[blts.idx-1]; in rgz_out_bvcmd_paint() local
[all …]
/hardware/bsp/intel/peripheral/libmraa/src/
Dmraa.i34 } catch(const std::invalid_argument& e) { in catch()
/hardware/bsp/intel/peripheral/libmraa/src/java/
Dmraajava.i82 } catch (UnsatisfiedLinkError e) { in catch()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libwebm/
Dmkvreader.cpp35 const errno_t e = fopen_s(&m_file, fileName, "rb"); in Open() local
/hardware/bsp/intel/peripheral/sensors/mraa/
DSensorsHAL.cpp95 } catch (const std::runtime_error& e) { in OpenWrapper() local
155 } catch (const std::exception& e) { in activate() local
/hardware/libhardware/tests/input/evdev/
DSwitchInputMapper_test.cpp99 for (auto e : events) { in TEST_F() local
DMouseInputMapper_test.cpp116 for (auto e : events) { in TEST_F() local
/hardware/ril/libril/
DRilSapSocket.cpp52 RIL_Errno e, in sOnRequestComplete()
299 void RilSapSocket::onRequestComplete(RIL_Token t, RIL_Errno e, void *response, in onRequestComplete()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
Dargs.h42 #define ARG_DEF_ENUM(s,l,v,d,e) {s,l,v,d,e} argument
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/x86/
Ddenoising_sse2.c22 signed char e[16]; member
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
Dvp9_entropymv.c144 int s, z, c, o, d, e, f; in inc_mv_component() local
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_encodemv.c104 int z, c, o, d, e, f, cost = 0; in build_nmv_component_cost_table() local
Dvp9_tokenize.c113 const vp9_extra_bit *const e = vp9_extra_bits; in vp9_tokenize_initialize() local
/hardware/qcom/display/msm8960/libcopybit/
Dcopybit.cpp156 struct mdp_blit_req *e, in set_rects()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
Dbitstream.c244 const int e = p->Extra, L = b->Len; in vp8_pack_tokens_c() local
455 MV e; in write_mv() local
/hardware/libhardware/tests/camera2/
DCameraBurstTests.cpp499 int64_t e; in TEST_F() local
/hardware/qcom/display/msm8994/libcopybit/
Dcopybit.cpp165 struct mdp_blit_req *e, in set_rects()
/hardware/qcom/display/msm8084/libcopybit/
Dcopybit.cpp162 struct mdp_blit_req *e, in set_rects()
/hardware/qcom/display/msm8909/libcopybit/
Dcopybit.cpp168 struct mdp_blit_req *e, in set_rects()

123