/aosp_15_r20/external/sdv/vsomeip/third_party/boost/asio/include/boost/asio/detail/ |
D | win_iocp_socket_service_base.hpp | 152 IO_Control_Command& command, boost::system::error_code& ec) in io_control() 167 bool mode, boost::system::error_code& ec) in non_blocking() 181 bool mode, boost::system::error_code& ec) in native_non_blocking()
|
/aosp_15_r20/hardware/interfaces/audio/common/7.0/example/ |
H A D | EqualizerEffect.h | 56 ::android::hardware::audio::common::V7_0::AudioMode mode) override { in setAudioMode() 105 ::android::hardware::Return<void> command(uint32_t commandId, in command() function
|
H A D | Effect.cpp | 89 Return<Result> Effect::setAudioMode(AudioMode mode) { in setAudioMode() 170 Return<void> Effect::command(uint32_t commandId, const hidl_vec<uint8_t>& data, in command() function in android::hardware::audio::effect::V7_0::implementation::Effect
|
/aosp_15_r20/frameworks/base/services/tests/shortcutmanagerutils/src/com/android/server/pm/shortcutmanagertest/ |
H A D | ShortcutManagerTestUtils.java | 191 public static List<String> runCommand(Instrumentation instrumentation, String command) { in runCommand() 194 public static List<String> runCommand(Instrumentation instrumentation, String command, in runCommand() 210 public static void runCommandForNoOutput(Instrumentation instrumentation, String command) { in runCommandForNoOutput() 214 public static List<String> runShortcutCommand(Instrumentation instrumentation, String command, in runShortcutCommand() 220 String command) { in runShortcutCommandForSuccess() 329 String op, String mode) { in appOps()
|
/aosp_15_r20/cts/tests/tests/car/src/android/car/cts/ |
H A D | CarPowerManagerTest.java | 349 private void updateDisplayPowerModeSetting(int mode) throws Exception { in updateDisplayPowerModeSetting() 387 String command = "cmd car_service define-power-policy " + policyId; in definePowerPolicy() local
|
/aosp_15_r20/frameworks/base/services/core/jni/ |
H A D | com_android_server_pm_PackageManagerShellCommandDataLoader.cpp | 127 const RequestCommand command{.magic = INCR, in sendRequest() local 205 MetadataMode mode = STDIN; member 275 auto mode = read<int8_t>(metadata).value_or(STDIN); in openInputs() local 608 bool initStreaming(unique_fd inout, MetadataMode mode) { in initStreaming() 790 void receiver(unique_fd inout, MetadataMode mode) { in receiver() 883 int8_t mode = *meta; in convertFileIdToFileIndex() local 898 android::dataloader::FileId convertFileIndexToFileId(MetadataMode mode, FileIdx fileIdx) { in convertFileIndexToFileId()
|
/aosp_15_r20/packages/modules/Bluetooth/system/gd/rust/topshim/gatt/ |
D | gatt_ble_scanner_shim.cc | 41 ApcfCommand ConvertApcfFromRust(const RustApcfCommand& command) { in ConvertApcfFromRust() 77 for (const RustApcfCommand& command : rustvec) { in ConvertApcfVec() local 299 void BleScannerIntf::SyncTxParameters(RawAddress addr, uint8_t mode, uint16_t skip, in SyncTxParameters()
|
/aosp_15_r20/external/scapy/scapy/arch/windows/ |
H A D | __init__.py | 114 def query(self, command): argument 484 def mode(self): member in NetworkInterface 497 def setmode(self, mode): argument
|
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/netfilter/ |
H A D | nf-queue.c | 121 nfq_build_cfg_request(char *buf, uint8_t command, int queue_num) in nfq_build_cfg_request() 145 nfq_build_cfg_params(char *buf, uint8_t mode, int range, int queue_num) in nfq_build_cfg_params()
|
/aosp_15_r20/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/ |
D | IBluetoothHeadset.aidl | 45 …boolean sendVendorSpecificResultCode(in BluetoothDevice device, in String command, in String arg, … in sendVendorSpecificResultCode() 74 …void clccResponse(int index, int direction, int status, int mode, boolean mpty, String number, int… in clccResponse()
|
/aosp_15_r20/external/googleapis/google/cloud/run/v2/ |
H A D | k8s.min.proto | 59 repeated string command = 3; field 286 int32 mode = 3; field
|
/aosp_15_r20/external/cronet/third_party/brotli/tools/ |
H A D | brotli.c | 63 static FILE* ms_fopen(const char* filename, const char* mode) { in ms_fopen() 198 Command command = ParseAlias(argv[0]); in ParseParams() local 701 static BROTLI_BOOL ReadDictionary(Context* context, Command command) { in ReadDictionary() 1126 Command command; in main() local
|
/aosp_15_r20/packages/services/Telephony/src/com/android/phone/ |
D | PhoneInterfaceManager.java | 515 public int channel, cla, command, p1, p2, p3; field in PhoneInterfaceManager.IccAPDUArgument 518 public IccAPDUArgument(int channel, int cla, int command, in IccAPDUArgument() 1710 int mode = ((int[]) ar.result)[0]; in handleMessage() local 1740 int mode = (int) request.argument; in handleMessage() local 2313 private void handleNullReturnEvent(Message msg, String command) { in handleNullReturnEvent() 2335 private Object sendRequest(int command, Object argument) { in sendRequest() 2345 private Object sendRequest(int command, Object argument, WorkSource workSource) { in sendRequest() 2355 private Object sendRequest(int command, Object argument, Integer subId) { in sendRequest() 2365 private @Nullable Object sendRequest(int command, Object argument, Integer subId, in sendRequest() 2375 private Object sendRequest(int command, Object argument, int subId, WorkSource workSource) { in sendRequest() [all …]
|
/aosp_15_r20/hardware/interfaces/audio/effect/all-versions/default/ |
H A D | PresetReverbEffect.cpp | 94 Return<Result> PresetReverbEffect::setAudioMode(AudioMode mode) { in setAudioMode() 142 Return<void> PresetReverbEffect::command(uint32_t commandId, const hidl_vec<uint8_t>& data, in command() function in android::hardware::audio::effect::CPP_VERSION::implementation::PresetReverbEffect
|
H A D | BassBoostEffect.cpp | 94 Return<Result> BassBoostEffect::setAudioMode(AudioMode mode) { in setAudioMode() 142 Return<void> BassBoostEffect::command(uint32_t commandId, const hidl_vec<uint8_t>& data, in command() function in android::hardware::audio::effect::CPP_VERSION::implementation::BassBoostEffect
|
H A D | AcousticEchoCancelerEffect.cpp | 95 Return<Result> AcousticEchoCancelerEffect::setAudioMode(AudioMode mode) { in setAudioMode() 144 Return<void> AcousticEchoCancelerEffect::command(uint32_t commandId, const hidl_vec<uint8_t>& data, in command() function in android::hardware::audio::effect::CPP_VERSION::implementation::AcousticEchoCancelerEffect
|
H A D | DownmixEffect.cpp | 94 Return<Result> DownmixEffect::setAudioMode(AudioMode mode) { in setAudioMode() 142 Return<void> DownmixEffect::command(uint32_t commandId, const hidl_vec<uint8_t>& data, in command() function in android::hardware::audio::effect::CPP_VERSION::implementation::DownmixEffect
|
H A D | LoudnessEnhancerEffect.cpp | 96 Return<Result> LoudnessEnhancerEffect::setAudioMode(AudioMode mode) { in setAudioMode() 144 Return<void> LoudnessEnhancerEffect::command(uint32_t commandId, const hidl_vec<uint8_t>& data, in command() function in android::hardware::audio::effect::CPP_VERSION::implementation::LoudnessEnhancerEffect
|
H A D | NoiseSuppressionEffect.cpp | 105 Return<Result> NoiseSuppressionEffect::setAudioMode(AudioMode mode) { in setAudioMode() 153 Return<void> NoiseSuppressionEffect::command(uint32_t commandId, const hidl_vec<uint8_t>& data, in command() function in android::hardware::audio::effect::CPP_VERSION::implementation::NoiseSuppressionEffect
|
/aosp_15_r20/packages/modules/Connectivity/tests/cts/net/src/android/net/cts/ |
D | NetworkStatsManagerTest.java | 332 private void setAppOpsMode(String appop, String mode) throws Exception { in setAppOpsMode() 333 final String command = MessageFormat.format(APPOPS_SET_SHELL_COMMAND, in setAppOpsMode() local 339 final String command = MessageFormat.format(APPOPS_GET_SHELL_COMMAND, in getAppOpsMode() local
|
/aosp_15_r20/tools/tradefederation/core/src/com/android/tradefed/invoker/ |
D | TestInvocation.java | 658 RunMode mode, in startInvocation() 849 IConfiguration config, ITestLogger listener, RunMode mode, boolean parentShard) { in logExpandedConfiguration() 979 RunMode mode) in invokeRemoteDynamic() 1031 RunMode mode = RunMode.REGULAR; in invoke() local 1516 public IInvocationExecution createInvocationExec(RunMode mode) { in createInvocationExec() 1733 RecoveryMode mode = device.getRecoveryMode(); in reportRecoveryLogs() local 1971 List<String> command = in backFillBuildInfoForReporting() local
|
/aosp_15_r20/external/libaom/test/ |
H A D | av1_external_partition_test.cc | 284 void SetPartitionControlMode(int mode) { partition_control_mode_ = mode; } in SetPartitionControlMode() 286 void SetDecisionMode(aom_ext_part_decision_mode_t mode) { in SetDecisionMode() 691 std::string command("rm -f feature_* test_feature_*"); in TEST_P() local
|
/aosp_15_r20/packages/modules/AdServices/shared/testing-libraries/side-less/java/com/android/adservices/shared/testing/ |
D | AbstractFlagsSetterRule.java | 262 private void setSyncDisabledMode(DeviceConfig.SyncDisabledModeForTest mode) { in setSyncDisabledMode() 689 RunnableCommand command = new RunnableCommand(description, r); in runOrCache() local 698 private void cacheCommand(Command command) { in cacheCommand() 720 Command command = mInitialCommands.get(i); in runInitialCommands() local
|
/aosp_15_r20/external/python/cpython2/Modules/ |
D | posixmodule.c | 1707 int mode; in posix_access() local 1931 int fd, mode, res; in posix_fchmod() local 2668 int mode = 0777; in posix_mkdir() local 2845 char *command; in posix_system() local 3385 int mode, i; in posix_spawnv() local 3475 int mode, pos, envc; in posix_spawnve() local 3634 int mode, i, argc; in posix_spawnvp() local 3715 int mode, i, pos, argc, envc; in posix_spawnvpe() local 4516 async_system(const char *command) in async_system() 4547 popen(const char *command, const char *mode, int pipesize, int *err) in popen() [all …]
|
/aosp_15_r20/device/google/cuttlefish/common/libs/fs/ |
D | shared_fd.cpp | 214 bool FileInstance::Chmod(mode_t mode) { in Chmod() 471 SharedFD SharedFD::Open(const std::string& path, int flags, mode_t mode) { in Open() 475 SharedFD SharedFD::Open(const char* path, int flags, mode_t mode) { in Open() 490 SharedFD SharedFD::Creat(const std::string& path, mode_t mode) { in Creat() 503 Result<SharedFD> SharedFD::Fifo(const std::string& path, mode_t mode) { in Fifo() 661 int in_type, mode_t mode) { in SocketLocalServer() 861 int FileInstance::Fcntl(int command, int value) { in Fcntl()
|