Home
last modified time | relevance | path

Searched refs:UNLIKELY (Results 1 – 11 of 11) sorted by relevance

/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/android/aidl/tests/
DITestService.cpp63 …if (UNLIKELY(_aidl_ret_status == ::android::UNKNOWN_TRANSACTION && ITestService::getDefaultImpl())… in UnimplementedMethod()
97 …if (UNLIKELY(_aidl_ret_status == ::android::UNKNOWN_TRANSACTION && ITestService::getDefaultImpl())… in Deprecated()
127 …if (UNLIKELY(_aidl_ret_status == ::android::UNKNOWN_TRANSACTION && ITestService::getDefaultImpl())… in TestOneway()
154 …if (UNLIKELY(_aidl_ret_status == ::android::UNKNOWN_TRANSACTION && ITestService::getDefaultImpl())… in RepeatBoolean()
192 …if (UNLIKELY(_aidl_ret_status == ::android::UNKNOWN_TRANSACTION && ITestService::getDefaultImpl())… in RepeatByte()
230 …if (UNLIKELY(_aidl_ret_status == ::android::UNKNOWN_TRANSACTION && ITestService::getDefaultImpl())… in RepeatChar()
268 …if (UNLIKELY(_aidl_ret_status == ::android::UNKNOWN_TRANSACTION && ITestService::getDefaultImpl())… in RepeatInt()
306 …if (UNLIKELY(_aidl_ret_status == ::android::UNKNOWN_TRANSACTION && ITestService::getDefaultImpl())… in RepeatLong()
344 …if (UNLIKELY(_aidl_ret_status == ::android::UNKNOWN_TRANSACTION && ITestService::getDefaultImpl())… in RepeatFloat()
382 …if (UNLIKELY(_aidl_ret_status == ::android::UNKNOWN_TRANSACTION && ITestService::getDefaultImpl())… in RepeatDouble()
[all …]
DINamedCallback.cpp43 …if (UNLIKELY(_aidl_ret_status == ::android::UNKNOWN_TRANSACTION && INamedCallback::getDefaultImpl(… in GetName()
DIOldName.cpp43 if (UNLIKELY(_aidl_ret_status == ::android::UNKNOWN_TRANSACTION && IOldName::getDefaultImpl())) { in RealName()
DINewName.cpp43 if (UNLIKELY(_aidl_ret_status == ::android::UNKNOWN_TRANSACTION && INewName::getDefaultImpl())) { in RealName()
/system/libbase/include/android-base/
Dmacros.h84 #define UNLIKELY( exp ) (__builtin_expect( (exp) != 0, false )) macro
Dlogging.h202 (UNLIKELY(::android::base::ShouldLog(SEVERITY_LAMBDA(severity), _LOG_TAG_INTERNAL)) || \
260 UNLIKELY(!(_values.lhs.v OP _values.rhs.v)); \
288 while (UNLIKELY((strcmp(s1, s2) == 0) != (sense))) \
/system/incremental_delivery/incfs/util/
Dmap_ptr.cpp112 if (UNLIKELY(TEMP_FAILURE_RETRY(pread64(fd_, &value, 1U, read_offset)) <= 0)) { in Verify()
120 if (UNLIKELY(!success)) { in Verify()
/system/libhwbinder/
DBinder.cpp124 if (UNLIKELY(code == HIDL_DEBUG_TRANSACTION)) { in transact()
DIPCThreadState.cpp468 if (UNLIKELY(!mPostCommandTasks.empty())) { in getAndExecuteCommand()
634 if (UNLIKELY(mCallRestriction != ProcessState::CallRestriction::NONE)) { in transact()
/system/core/storaged/
Dstoraged_diskstats.cpp289 if (UNLIKELY(detect(&perf))) { in update()
/system/tools/aidl/tests/golden_output/aidl_test_loggable_interface-cpp-source/gen/android/aidl/loggable/
DILoggableInterface.cpp157 …if (UNLIKELY(_aidl_ret_status == ::android::UNKNOWN_TRANSACTION && ILoggableInterface::getDefaultI… in LogThis()