/system/wlan/ti/wilink_6_1/external_drivers/sdio/linux/ |
SdioDrvDbg.h | 36 #define PERR(format, args... ) if(g_sdio_debug_level >= SDIO_DEBUGLEVEL_ERR) printk(format , ##args) 44 #define PERR(format, args... ) if(g_sdio_debug_level >= SDIO_DEBUGLEVEL_ERR) printk(format , ##args) 54 #define PERR1 PERR 55 #define PERR2 PERR 56 #define PERR3 PERR
|
SdioDrv.c | 355 PERR("sdiodrv_irq: ERROR in STAT = 0x%x\n", status); 380 PERR("sdiodrv_dma_init() omap_request_dma(TIWLAN_MMC_DMA_TX) FAILED\n"); 386 PERR("sdiodrv_dma_init() omap_request_dma(TIWLAN_MMC_DMA_RX) FAILED\n"); 485 PERR("MMC clock not stoped, clock freq can not be altered\n"); 500 PERR("OMAP3430_mmc_reset() MMC reset FAILED!! status=0x%x\n",status); 540 PERR("OMAP3430_mmc_set_clock() clock not stable!! status=0x%x\n",status); 618 PERR("sdiodrv_send_data_xfer_commad() SDIO Command error! STAT = 0x%x\n", status); 636 PERR("sdiodrv_data_xfer_sync() buffer disabled! length = %d BLK = 0x%x PSTATE = 0x%x\n", 689 PERR("sdiodrv_data_xfer_sync() transfer error! STAT = 0x%x\n", status); 746 PERR("sdioDrv_ExecuteCmd() SDIO Command error status = 0x%x\n", uStatus) [all...] |
/hardware/ti/omap3/omx/core_plugin/omx_core_plugin/src/ |
ti_omx_interface.cpp | 23 const char* pErr = dlerror(); 24 if (NULL != pErr) 26 LOGE("TIOMXInterface: Error closing library: %s\n", pErr); 88 const char* pErr = dlerror(); 89 if (NULL == pErr) 99 "library (%s): %s\n", OMX_CORE_LIBRARY, pErr);
|
/hardware/ti/wlan/wl1271/external_drivers/sdio/linux/ |
SdioDrvDbg.h | 54 #define PERR(format, args... ) if(g_sdio_debug_level >= SDIO_DEBUGLEVEL_ERR) printk(format , ##args) 62 #define PERR(format, args... ) if(g_sdio_debug_level >= SDIO_DEBUGLEVEL_ERR) printk(format , ##args) 72 #define PERR1 PERR 73 #define PERR2 PERR 74 #define PERR3 PERR
|
SdioDrv.c | 363 PERR("sdiodrv_irq: ERROR in STAT = 0x%x\n", status); 390 PERR("sdiodrv_dma_init() omap_request_dma(TIWLAN_MMC_DMA_TX) FAILED\n"); 396 PERR("sdiodrv_dma_init() omap_request_dma(TIWLAN_MMC_DMA_RX) FAILED\n"); 484 PERR("MMC clock not stoped, clock freq can not be altered\n"); 499 PERR("OMAP3430_mmc_reset() MMC reset FAILED!! status=0x%x\n",status); 539 PERR("OMAP3430_mmc_set_clock() clock not stable!! status=0x%x\n",status); 612 PERR("sdiodrv_send_data_xfer_commad() SDIO Command error! STAT = 0x%x\n", status); 630 PERR("sdiodrv_data_xfer_sync() buffer disabled! length = %d BLK = 0x%x PSTATE = 0x%x\n", 683 PERR("sdiodrv_data_xfer_sync() transfer error! STAT = 0x%x\n", status); 736 PERR("sdioDrv_ExecuteCmd() SDIO Command error status = 0x%x\n", uStatus) [all...] |
/external/icu4c/test/intltest/ |
itrbnfp.cpp | 124 UParseError perr; local 125 RuleBasedNumberFormat* formatter = new RuleBasedNumberFormat(rule, Locale::getUS(), perr, status); 137 logln("perror line: %x offset: %x context: %s|%s", perr.line, perr.offset, perr.preContext, perr.postContext);
|
numfmtst.cpp | [all...] |
/external/opencore/codecs_v2/omx/omx_core_plugins/template/src/ |
pv_omx_interface.cpp | 39 const char* pErr = dlerror(); 40 if (NULL != pErr) 42 LOGE("PVOMXInterface: Error closing library: %s\n", pErr); 99 const char* pErr = dlerror(); 100 if (NULL == pErr) 110 "library (%s): %s\n", OMX_CORE_LIBRARY, pErr);
|
/external/opencore/oscl/oscl/oscllib/src/ |
oscl_shared_library.cpp | 225 const char* pErr = dlerror(); 226 if (NULL == pErr) 238 "symbol in library: %s", pErr)); 285 const char* pErr = dlerror(); 286 if (NULL == pErr) 298 "symbol in library: %s", pErr)); 315 const char* pErr = dlerror(); 316 if (NULL != pErr) 319 (0, "OsclSharedLibrary::Close: Error closing library: %s", pErr)); 429 const char* pErr = dlerror() [all...] |
/external/icu4c/common/ |
udatamem.c | 39 UDataMemory *UDataMemory_createNewInstance(UErrorCode *pErr) { 42 if (U_FAILURE(*pErr)) { 47 *pErr = U_MEMORY_ALLOCATION_ERROR; }
|
udatamem.h | 45 UDataMemory *UDataMemory_createNewInstance(UErrorCode *pErr);
|
udata.c | 117 UErrorCode *pErr) 119 UDataMemory *newCommonData = UDataMemory_createNewInstance(pErr); 120 if (U_FAILURE(*pErr)) { 137 *pErr = U_USING_DEFAULT_WARNING; 266 static UDataMemory *udata_cacheDataItem(const char *path, UDataMemory *item, UErrorCode *pErr) { 274 if (U_FAILURE(*pErr)) { 283 *pErr = U_MEMORY_ALLOCATION_ERROR; 286 newElement->item = UDataMemory_createNewInstance(pErr); 287 if (U_FAILURE(*pErr)) { 297 *pErr = U_MEMORY_ALLOCATION_ERROR [all...] |
/external/bluetooth/bluez/network/ |
connection.c | 366 int perr; local 374 perr = bnep_connect(nc); 375 if (perr < 0) { 376 err_msg = strerror(-perr); 377 error("bnep connect(): %s (%d)", err_msg, -perr);
|
server.c | 487 int perr; local 514 perr = btd_request_authorization(&src, &dst, BNEP_SVC_UUID, 516 if (perr < 0) { 518 strerror(-perr), -perr);
|
/external/bluetooth/bluez/audio/ |
manager.c | 436 int perr; local 490 perr = audio_device_request_authorization(device, server_uuid, 492 if (perr < 0) { 493 debug("Authorization denied: %s", strerror(-perr)); 531 int perr; local 569 perr = audio_device_request_authorization(device, server_uuid, 571 if (perr < 0) {
|
gateway.c | 595 static void get_record_cb(sdp_list_t *recs, int perr, gpointer user_data) 606 if (perr < 0) { 607 error("Unable to get service record: %s (%d)", strerror(-perr), 608 -perr);
|
avdtp.c | 2090 int perr; local [all...] |
/external/tinyxml/ |
tinyxmlparser.cpp | 1040 const char* pErr = p; 1045 if ( document ) document->SetError( TIXML_ERROR_FAILED_TO_READ_ELEMENT_NAME, pErr, data, encoding ); 1057 pErr = p; 1061 if ( document ) document->SetError( TIXML_ERROR_READING_ATTRIBUTES, pErr, data, encoding ); 1103 if ( document ) document->SetError( TIXML_ERROR_OUT_OF_MEMORY, pErr, data, encoding ); 1108 const char* pErr = p; 1113 if ( document ) document->SetError( TIXML_ERROR_PARSING_ELEMENT, pErr, data, encoding ); 1333 const char* pErr = p; 1337 if ( document ) document->SetError( TIXML_ERROR_READING_ATTRIBUTES, pErr, data, encoding ); [all...] |
/external/bluetooth/bluez/serial/ |
proxy.c | 476 int perr; local 500 perr = btd_request_authorization(&prx->src, &prx->dst, 502 if (perr < 0) { 504 strerror(-perr), -perr);
|
/external/icu4c/test/cintltst/ |
cnumtst.c | 1128 UParseError perr; local 1274 UParseError perr; local [all...] |
/hardware/ti/omap3/omx/system/src/openmax_il/omx_core/src/ |
OMX_Core.c | 175 const char* pErr = dlerror(); 251 pErr = dlerror(); 252 if( (pErr != NULL) || (pComponentInit == NULL) ) {
|
/hardware/broadcom/wlan/bcm4329/src/dhd/exe/ |
dhdu.c | 82 char *buf, uint buflen, int *perr); [all...] |
/external/icu4c/i18n/ |
rbnf.cpp | [all...] |
/external/libxml2/ |
relaxng.c | 389 int perr; /* signal error in content model member in struct:_xmlRelaxNGValidCtxt [all...] |
/hardware/broadcom/wlan/bcm4329/src/wl/sys/ |
wl_iw.c | [all...] |