Home
last modified time | relevance | path

Searched defs:commandId (Results 1 – 25 of 99) sorted by relevance

1234

/aosp_15_r20/tools/tradefederation/core/src/com/android/tradefed/cluster/
DIClusterClient.java85 public TestContext getTestContext(final String requestId, final String commandId) in getTestContext()
89 final String requestId, final String commandId, TestContext testContext) in updateTestContext()
101 public default ClusterCommandStatus getCommandStatus(String requestId, String commandId) { in getCommandStatus()
114 public ClusterCommand.State getCommandState(String requestId, String commandId); in getCommandState()
DClusterClient.java179 public TestContext getTestContext(final String requestId, final String commandId) in getTestContext()
199 final String requestId, final String commandId, TestContext testContext) in updateTestContext()
216 public ClusterCommand.State getCommandState(String requestId, String commandId) { in getCommandState()
221 public ClusterCommandStatus getCommandStatus(String requestId, String commandId) { in getCommandStatus()
DClusterCommand.java69 public ClusterCommand(String commandId, String taskId, String cmdLine) { in ClusterCommand()
86 String commandId, in ClusterCommand()
/aosp_15_r20/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
H A DPacketDispatcher.java193 private int commandId; field in PacketDispatcher.CommandsSynchronyzer
399 public ReplyPacket receiveReply(int commandId, long timeout) in receiveReply()
728 public ReplyPacket receiveReply(int commandId, long timeout) in receiveReply()
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/pm/
H A DPackageManagerShellCommandDataLoader.java68 int commandId; in getDataLoaderParamsArgs() local
360 final int commandId = extractShellCommandId(args); in lookupShellCommand() local
/aosp_15_r20/packages/modules/Wifi/service/java/com/android/server/wifi/hal/
DWifiStaIface.java451 public boolean tearDownTwtSession(int commandId, int sessionId) { in tearDownTwtSession()
459 public boolean getStatsTwtSession(int commandId, int sessionId) { in getStatsTwtSession()
/aosp_15_r20/prebuilts/devtools/tools/lib/
HDorg-eclipse-core-commands-3.6.0.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
/aosp_15_r20/hardware/interfaces/audio/aidl/aidl_api/android.hardware.audio.effect/1/android/hardware/audio/effect/
H A DIEffect.aidl40 void command(in android.hardware.audio.effect.CommandId commandId); in command()
/aosp_15_r20/hardware/interfaces/audio/aidl/android/hardware/audio/effect/
H A DIEffect.aidl141 void command(in CommandId commandId); in command()
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/audio/aidl/android.hardware.audio.effect_interface/dump/android/hardware/audio/effect/
DIEffect.aidl40 void command(in android.hardware.audio.effect.CommandId commandId); in command()
/aosp_15_r20/hardware/interfaces/audio/aidl/aidl_api/android.hardware.audio.effect/2/android/hardware/audio/effect/
H A DIEffect.aidl40 void command(in android.hardware.audio.effect.CommandId commandId); in command()
/aosp_15_r20/hardware/interfaces/audio/aidl/aidl_api/android.hardware.audio.effect/current/android/hardware/audio/effect/
H A DIEffect.aidl40 void command(in android.hardware.audio.effect.CommandId commandId); in command()
/aosp_15_r20/external/openthread/src/core/mac/
H A Dmac_frame.cpp853 uint8_t commandId; in IsDataRequestCommand() local
1583 uint8_t commandId, type; in ToInfoString() local
/aosp_15_r20/external/perfetto/ui/src/frontend/
H A Dsidebar.ts450 const commandId = 'commandId' in item ? item.commandId : undefined; constant
/aosp_15_r20/hardware/interfaces/audio/common/7.0/example/
H A DLoudnessEnhancerEffect.h105 ::android::hardware::Return<void> command(uint32_t commandId, in command()
H A DEqualizerEffect.h105 ::android::hardware::Return<void> command(uint32_t commandId, in command()
H A DEffect.cpp170 Return<void> Effect::command(uint32_t commandId, const hidl_vec<uint8_t>& data, in command()
/aosp_15_r20/hardware/interfaces/audio/effect/all-versions/default/
H A DPresetReverbEffect.cpp142 Return<void> PresetReverbEffect::command(uint32_t commandId, const hidl_vec<uint8_t>& data, in command()
H A DBassBoostEffect.cpp142 Return<void> BassBoostEffect::command(uint32_t commandId, const hidl_vec<uint8_t>& data, in command()
H A DAcousticEchoCancelerEffect.cpp144 Return<void> AcousticEchoCancelerEffect::command(uint32_t commandId, const hidl_vec<uint8_t>& data, in command()
H A DDownmixEffect.cpp142 Return<void> DownmixEffect::command(uint32_t commandId, const hidl_vec<uint8_t>& data, in command()
H A DLoudnessEnhancerEffect.cpp144 Return<void> LoudnessEnhancerEffect::command(uint32_t commandId, const hidl_vec<uint8_t>& data, in command()
H A DNoiseSuppressionEffect.cpp153 Return<void> NoiseSuppressionEffect::command(uint32_t commandId, const hidl_vec<uint8_t>& data, in command()
H A DAutomaticGainControlEffect.cpp157 Return<void> AutomaticGainControlEffect::command(uint32_t commandId, const hidl_vec<uint8_t>& data, in command()
/aosp_15_r20/external/openthread/tests/unit/
H A Dtest_mac_frame.cpp633 uint8_t commandId; in TestMacFrameApi() local

1234