Home
last modified time | relevance | path

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

12

/hardware/ti/wpan/tools/FM/FmRadioIf/src/java/com/ti/fm/
DFmRadio.java90 Log.e(TAG, "mService is NULL");
167 } catch (RemoteException e) { in rxIsEnabled()
168 Log.e(TAG, e.toString()); in rxIsEnabled()
188 } catch (RemoteException e) { in rxGetFMState()
189 Log.e(TAG, e.toString()); in rxGetFMState()
210 } catch (RemoteException e) { in rxIsFMPaused()
211 Log.e(TAG, e.toString()); in rxIsFMPaused()
231 } catch (RemoteException e) { in rxEnable()
232 Log.e(TAG, e.toString()); in rxEnable()
252 } catch (RemoteException e) { in rxDisable()
[all …]
/hardware/ti/wpan/tools/FM/service/src/java/com/ti/server/
DStubFmService.java303 Log.e(TAG, "Failed to get Power Manager."); in initialise()
311 Log.e(TAG, "Failed to create WakeLock."); in initialise()
344 } catch (Exception e) { in close()
345 Log.e(TAG, "close: Exception thrown during close (" + e.toString() in close()
436 Log.e(TAG, "StubFmService rxEnable: FM TX is enabled could not Enable fm RX"); in rxEnable()
503 Log.e(TAG, "FmRxEnable: FmRx create failed. Aborting"); in rxEnable()
512 Log.e(TAG, "mJFmRx.enable returned status "+ status.toString()); in rxEnable()
516 } catch (Exception e) { in rxEnable()
517 Log.e(TAG, "enable: Exception thrown during enable (" in rxEnable()
518 + e.toString() + ")"); in rxEnable()
[all …]
/hardware/ti/wpan/tools/FM/FmRadioIf/src/java/com/ti/core/
DJFmRx.java43 JFmLog.e(TAG, "WARNING: Could not load libfmradio.so");
45 catch (Exception e) {
46 JFmLog.e("JFmRx", "Exception during NativeJFmRx_ClassInitNative ("
47 + e.toString() + ")");
547 } catch (Exception e) { in create()
548 JFmLog.e(TAG, "create: exception during nativeJFmRx_create (" + e.toString() + ")"); in create()
572 } catch (Exception e) { in destroy()
573 JFmLog.e(TAG, "destroy: exception during nativeJFmRx_Destroy (" + e.toString() + ")"); in destroy()
592 } catch (Exception e) { in enable()
593 JFmLog.e(TAG, "enable: exception during nativeJFmRx_enable (" + e.toString() + ")"); in enable()
[all …]
DJFmTx.java45 JFmLog.e(TAG, "WARNING: Could not load libfmradio.so");
47 catch (Exception e) {
48 JFmLog.e("JFmRx", "Exception during NativeJFmRx_ClassInitNative ("
49 + e.toString() + ")");
514 } catch (Exception e) { in txCreate()
515 JFmLog.e(TAG, "create: exception during nativeJFmTx_create (" + e.toString() + ")"); in txCreate()
538 } catch (Exception e) { in txDestroy()
539 JFmLog.e(TAG, "txDestroy: exception during nativeJFmTx_Destroy (" + e.toString() + ")"); in txDestroy()
557 } catch (Exception e) { in txEnable()
558 JFmLog.e(TAG, "txEnable: exception during nativeJFmTx_Enable (" + e.toString() + ")"); in txEnable()
[all …]
DJFmLog.java40 public static int e(String tag, String msg) { in e() method in JFmLog
41 return Log.e(tag, msg); in e()
DJFmUtils.java43 JFmLog.e(TAG, "getEnumConst: Invalid const (" + constValue + ") for " in getEnumConst()
/hardware/qcom/display/msm8x26/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/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/msm8974/libcopybit/
Dcopybit.cpp159 struct mdp_blit_req *e, in set_rects() argument
168 e->dst_rect.x = clip.l; in set_rects()
169 e->dst_rect.y = clip.t; in set_rects()
170 e->dst_rect.w = clip.r - clip.l; in set_rects()
171 e->dst_rect.h = clip.b - clip.t; in set_rects()
177 e->src_rect.w = (clip.b - clip.t); in set_rects()
178 e->src_rect.h = (clip.r - clip.l); in set_rects()
184 e->src_rect.w = (clip.r - clip.l); in set_rects()
185 e->src_rect.h = (clip.b - clip.t); in set_rects()
190 MULDIV(&delta_x, &e->src_rect.w, src->r - src->l, W); in set_rects()
[all …]
/hardware/libhardware/modules/camera/
DMetadata.cpp217 void Metadata::push(Entry *e) in push() argument
220 mHead = mTail = e; in push()
222 mTail->insertAfter(e); in push()
223 mTail = e; in push()
235 void Metadata::Entry::insertAfter(Entry *e) in insertAfter() argument
237 if (e == NULL) in insertAfter()
240 mNext->mPrev = e; in insertAfter()
241 e->mNext = mNext; in insertAfter()
242 e->mPrev = this; in insertAfter()
243 mNext = e; in insertAfter()
DMetadata.h60 void insertAfter(Entry *e);
66 void push(Entry *e);
/hardware/samsung_slsi/exynos5/mobicore/daemon/Registry/
DRegistry.cpp53 #define ASSERT_STATIC(e) do { enum { assert_static__ = 1 / (e) }; } while (0) argument
445 int e; in mcRegistryCleanupTrustlet() local
457 if (0 != (e = remove(dname.c_str()))) { in mcRegistryCleanupTrustlet()
458 LOG_E("remove UUID-data %s failed! error: %d", dname.c_str(), e); in mcRegistryCleanupTrustlet()
464 if (0 != (e = rmdir(pathname.c_str()))) { in mcRegistryCleanupTrustlet()
465 LOG_E("remove UUID-dir failed! errno: %d", e); in mcRegistryCleanupTrustlet()
471 if (0 != (e = remove(tlBinFilePath.c_str()))) { in mcRegistryCleanupTrustlet()
472 LOG_E("remove Tlb failed! errno: %d", e); in mcRegistryCleanupTrustlet()
477 if (0 != (e = remove(tlContFilePath.c_str()))) { in mcRegistryCleanupTrustlet()
478 LOG_E("remove Tlc failed! errno: %d", e); in mcRegistryCleanupTrustlet()
[all …]
/hardware/libhardware/tests/camera2/
DCameraBurstTests.cpp494 int64_t e; in TEST_F() local
500 e = minExp; in TEST_F()
503 while (e < maxExp) { in TEST_F()
504 expList.push_back(e); in TEST_F()
507 e = e * 2; in TEST_F()
509 e = maxExp; in TEST_F()
510 expList.push_back(e); in TEST_F()
516 e = 30 * MSEC; in TEST_F()
521 expList.push_back(e > d ? d : e); in TEST_F()
529 e = 30 * MSEC; in TEST_F()
[all …]
/hardware/ti/omap3/omx/system/src/openmax_il/common/inc/
DOMX_TI_Debug.h564 int e=0; in mymalloc() local
571 while((lines[e]!=0)&& (e<(mem_array_size - 1)) ){ in mymalloc()
572 e++; in mymalloc()
574 arr[e]=p; in mymalloc()
575 lines[e]=line; in mymalloc()
576 bytes[e]=size; in mymalloc()
577 strcpy(file[e],s); in mymalloc()
579 "Allocating %d bytes on address %p, line %d file %s pos %d\n", size, p, line, s, e); in mymalloc()
/hardware/ti/wpan/tools/FM/FmRxApp/src/com/ti/fmrxapp/
DFmRxApp.java567 } catch (NullPointerException e) { in SetStation()
568 Log.e(TAG, "Tried to add null value"); in SetStation()
582 } catch (NullPointerException e) { in UnSetStation()
583 Log.e(TAG, "Tried to add null value"); in UnSetStation()
607 } catch (NullPointerException e) { in GetStation()
608 Log.e(TAG, "Tried to add null value"); in GetStation()
1071 Log.e(TAG, "setRdsConfig()-- setBand ->Erorr"); in setRdsConfig()
1099 Log.e(TAG, "setRdsConfig()-- setBand ->Erorr"); in setRdsConfig()
1130 Log.e(TAG, "setRdsConfig()-- setDeEmphasisFilter ->Erorr"); in setRdsConfig()
1178 Log.e(TAG, "setChannelSpacing()-- setChannelSpacing ->Erorr"); in setRdsConfig()
[all …]
/hardware/qcom/media/mm-video-legacy/vidc/vdec/test/
Domx_vdec_test.cpp3484 struct mdp_blit_req *e; in render_fb() local
3498 e = &img.list.req[0]; in render_fb()
3532 e->src.width = portFmt.format.video.nStride; in render_fb()
3533 e->src.height = portFmt.format.video.nSliceHeight; in render_fb()
3534 e->src.format = MDP_Y_CBCR_H2V2; in render_fb()
3535 e->src.offset = pPMEMInfo->offset; in render_fb()
3537 e->src.memory_id = vheap->getHeapID(); in render_fb()
3539 e->src.memory_id = pPMEMInfo->pmem_fd; in render_fb()
3542 DEBUG_PRINT_ERROR("pmemOffset %d pmemID %d\n",e->src.offset,e->src.memory_id); in render_fb()
3544 e->dst.width = vinfo.xres; in render_fb()
[all …]
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/test/
Domx_vdec_test.cpp3737 struct mdp_blit_req *e; in render_fb() local
3750 e = &img.list.req[0]; in render_fb()
3782 e->src.width = portFmt.format.video.nStride; in render_fb()
3783 e->src.height = portFmt.format.video.nSliceHeight; in render_fb()
3784 e->src.format = MDP_Y_CBCR_H2V2; in render_fb()
3785 e->src.offset = pPMEMInfo->offset; in render_fb()
3787 e->src.memory_id = vheap->getHeapID(); in render_fb()
3789 e->src.memory_id = pPMEMInfo->pmem_fd; in render_fb()
3792 DEBUG_PRINT_ERROR("pmemOffset %d pmemID %d\n",e->src.offset,e->src.memory_id); in render_fb()
3794 e->dst.width = vinfo.xres; in render_fb()
[all …]
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/tests/
DG711DecTest.c1687 int e=0; in mymalloc() local
1694 while((lines[e]!=0)&& (e<500) ){ in mymalloc()
1695 e++; in mymalloc()
1697 arr[e]=p; in mymalloc()
1698 lines[e]=line; in mymalloc()
1699 bytes[e]=size; in mymalloc()
1700 strcpy(file[e],s); in mymalloc()
1701 printf("Allocating %d bytes on address %p, line %d file %s pos %d\n", size, p, line, s, e); in mymalloc()
/hardware/ti/omap3/omx/audio/src/openmax_il/wma_dec/tests/
DWmaDecTest.c1888 int e=0; in mymalloc() local
1895 while((lines[e]!=0)&& (e<500) ){ in mymalloc()
1896 e++; in mymalloc()
1898 arr[e]=p; in mymalloc()
1899 lines[e]=line; in mymalloc()
1900 bytes[e]=size; in mymalloc()
1901 strcpy(file[e],s); in mymalloc()
1902 printf("Allocating %d bytes on address %p, line %d file %s pos %d\n", size, p, line, s, e); in mymalloc()
/hardware/broadcom/wlan/bcmdhd/dhdutil/
Ddhdu.c1389 char line[256], *s, *e; in read_vars() local
1411 for (e = s; *e != 0 && *e != '#' && *e != '\r' && *e != '\n'; e++) in read_vars()
1412 if (*e == '=') in read_vars()
1416 while (e > s && (e[-1] == ' ' || e[-1] == '\t')) in read_vars()
1417 e--; in read_vars()
1419 slen = e - s; in read_vars()
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_enc/tests/
DG726EncTest.c170 int e=0; in DebugMalloc() local
177 while((lines[e]!=0)&& (e<500) ){ in DebugMalloc()
178 e++; in DebugMalloc()
180 arr[e]=p; in DebugMalloc()
181 lines[e]=line; in DebugMalloc()
182 bytes[e]=size; in DebugMalloc()
183 strcpy(file[e],s); in DebugMalloc()
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_enc/tests/
DWbAmrEncTest.c183 int e = 0; in mynewmalloc() local
190 while ((lines[e] != 0) && (e < 500) ) { in mynewmalloc()
191 e++; in mynewmalloc()
194 arr[e] = p; in mynewmalloc()
195 lines[e] = line; in mynewmalloc()
196 bytes[e] = size; in mynewmalloc()
197 strcpy(file[e], s); in mynewmalloc()
198 … APP_IPRINT("Allocating %d bytes on address %p, line %d file %s pos %d\n", size, p, line, s, e); in mynewmalloc()
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/src/
DOMX_G711Decoder.c2006 int e=0; in mymalloc() local
2014 while((lines[e]!=0)&& (e<500) ){ in mymalloc()
2015 e++; in mymalloc()
2017 arr[e]=p; in mymalloc()
2018 lines[e]=line; in mymalloc()
2019 bytes[e]=size; in mymalloc()
2020 strcpy(file[e],s); in mymalloc()
2021 … G711DEC_PRINT("Allocating %d bytes on address %p, line %d file %s pos %d\n", size, p, line, s, e); in mymalloc()
/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_enc/tests/
DAmrEncTest.c202 int e=0; in mynewmalloc() local
209 while((lines[e]!=0)&& (e<500) ){ in mynewmalloc()
210 e++; in mynewmalloc()
212 arr[e]=p; in mynewmalloc()
213 lines[e]=line; in mynewmalloc()
214 bytes[e]=size; in mynewmalloc()
215 strcpy(file[e],s); in mynewmalloc()
216 … APP_IPRINT("Allocating %d bytes on address %p, line %d file %s pos %d\n", size, p, line, s, e); in mynewmalloc()
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_dec/tests/
DWBAmrDecTest.c2072 int e=0; local
2079 while((lines[e]!=0)&& (e<500) ){
2080 e++;
2082 arr[e]=p;
2083 lines[e]=line;
2084 bytes[e]=size;
2085 strcpy(file[e],s);

12