Searched refs:__LINE__ (Results 51 - 74 of 74) sorted by relevance

123

/frameworks/rs/script_api/include/
H A Drs_debug.rsh30 #define RS_DEBUG_MARKER rsDebug(__FILE__, __LINE__)
/frameworks/native/libs/binder/
H A DValue.cpp51 ALOGE("Failed at %s:%d (%s)", __FILE__, __LINE__, __func__); \
/frameworks/wilhelm/tests/examples/
H A DslesTestEqFdPath.cpp36 #define ExitOnError(x) ExitOnErrorFunc(x,__LINE__)
H A DslesTestEqOutputPath.cpp36 #define ExitOnError(x) ExitOnErrorFunc(x,__LINE__)
H A DslesTestSendToPresetReverb.cpp37 #define ExitOnError(x) ExitOnErrorFunc(x,__LINE__)
H A DslesTestDecodeToBuffQueue.cpp95 #define ExitOnError(x) ExitOnErrorFunc(x,__LINE__)
H A DslesTestRecBuffQueue.cpp71 #define ExitOnError(x) ExitOnErrorFunc(x,__LINE__)
H A DslesTestDecodeAac.cpp145 #define ExitOnError(x) ExitOnErrorFunc(x,__LINE__)
/frameworks/wilhelm/tests/listening/
H A DslesTest_playMuteSolo.cpp41 #define ExitOnError(x) ExitOnErrorFunc(x,__LINE__)
/frameworks/wilhelm/tests/mimeUri/
H A DslesTestGetPositionUri.cpp45 #define CheckErr(x) ExitOnErrorFunc(x,__LINE__)
H A DslesTestSlowDownUri.cpp53 #define CheckErr(x) ExitOnErrorFunc(x,__LINE__)
/frameworks/wilhelm/tests/sandbox/
H A Dmultiplay.c84 #define check(result) check2(result, __LINE__)
/frameworks/wilhelm/tests/sandbox/streamSource/
H A DslesTestPlayStream.cpp59 #define CheckErr(x) ExitOnErrorFunc(x,__LINE__)
/frameworks/native/libs/binder/tests/
H A DbinderThroughputTest.cpp27 cerr << __func__ << ":" << __LINE__ << " condition:" << #cond << " failed\n" << endl; \
H A Dschd-dbg.cpp30 cerr << __func__ << ":" << __LINE__ << " condition:" << #cond \
/frameworks/native/services/surfaceflinger/RenderEngine/
H A DGLES20RenderEngine.cpp70 if (checkGlError(__FUNCTION__, __LINE__)) {
/frameworks/native/libs/vr/libpdx/private/pdx/
H A Dservice.h673 #define PDX_ERROR_PREFIX "[" __FILE__ ":" STRINGIFY(__LINE__) "]"
/frameworks/ml/nn/runtime/test/
H A DTestPartitioning.cpp405 std::cerr << "returning true from " << __LINE__ << std::endl; \
417 std::cerr << "returning false from " << __LINE__ MESSAGE << std::endl; \
/frameworks/av/services/camera/libcameraservice/api2/
H A DCameraDeviceClient.cpp37 String8::format("%s:%d: %s", __FUNCTION__, __LINE__, errorString))
41 String8::format("%s:%d: " errorString, __FUNCTION__, __LINE__, \
/frameworks/av/services/camera/libcameraservice/
H A DCameraService.cpp103 String8::format("%s:%d: %s", __FUNCTION__, __LINE__, errorString))
107 String8::format("%s:%d: " errorString, __FUNCTION__, __LINE__, \
/frameworks/native/libs/vr/libvrflinger/
H A Dhardware_composer.cpp118 TraceArgs PASTE(__tracer, __LINE__) { format, ##__VA_ARGS__ }
/frameworks/av/services/camera/libcameraservice/device3/
H A DCamera3Device.cpp4253 "list: %s (%d)", __FUNCTION__, __LINE__, strerror(-res), res);
4258 "list: %s (%d)", __FUNCTION__, __LINE__, strerror(-res), res);
4684 ALOGVV("%s: %d: submitting %zu requests in a batch.", __FUNCTION__, __LINE__,
/frameworks/av/services/camera/libcameraservice/api1/
H A DCamera2Client.cpp1032 ALOGE("%s: %d: Only video buffer queue is supported", __FUNCTION__, __LINE__);
/frameworks/base/services/core/jni/
H A Dcom_android_server_location_GnssLocationProvider.cpp1471 ALOGE("Neither a GSM nor a UMTS cellid (%s:%d).", __FUNCTION__, __LINE__);

Completed in 551 milliseconds

123