Home
last modified time | relevance | path

Searched defs:UNUSED (Results 1 – 6 of 6) sorted by relevance

/system/core/libsysutils/src/
DFrameworkCommand.cpp24 #define UNUSED __attribute__((unused)) macro
30 int FrameworkCommand::runCommand(SocketClient *c UNUSED, int argc UNUSED, in runCommand()
31 char **argv UNUSED) { in runCommand()
/system/hardware/interfaces/media/aidl_api/android.media.audio.common.types/current/android/media/audio/common/
DMicrophoneDynamicInfo.aidl41 UNUSED = 0, enumConstant
/system/hardware/interfaces/media/aidl/android/media/audio/common/
DMicrophoneDynamicInfo.aidl37 UNUSED = 0, enumConstant
/system/hardware/interfaces/media/aidl_api/android.media.audio.common.types/2/android/media/audio/common/
DMicrophoneDynamicInfo.aidl41 UNUSED = 0, enumConstant
/system/libbase/include/android-base/
Dmacros.h93 void UNUSED(const T&...) { in UNUSED() function
/system/core/libprocessgroup/
Dtask_profiles.h89 enum CacheUseResult { SUCCESS, FAIL, UNUSED }; enumerator