OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CommandType
(Results
1 - 14
of
14
) sorted by null
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
AppInterface.java
55
public static enum
CommandType
{
80
CommandType
(int value) {
89
* Create a
CommandType
object.
91
* @param value Integer value to be converted to a
CommandType
object.
92
* @return
CommandType
object whose "Type of Command" value is {@code
93
* value}. If no
CommandType
object has that value, null is
96
public static
CommandType
fromInt(int value) {
97
for (
CommandType
e :
CommandType
.values()) {
CatCmdMessage.java
171
public AppInterface.
CommandType
getCmdType() {
172
return AppInterface.
CommandType
.fromInt(mCmdDet.typeOfCommand);
CommandParams.java
32
AppInterface.
CommandType
getCommandType() {
33
return AppInterface.
CommandType
.fromInt(mCmdDet.typeOfCommand);
CatService.java
339
cmdParams.mCmdDet.typeOfCommand =
CommandType
.SET_UP_IDLE_MODE_TEXT.value();
412
} else if (cmdParams.getCommandType() ==
CommandType
.OPEN_CHANNEL) {
434
((cmdParams.getCommandType() ==
CommandType
.CLOSE_CHANNEL) ||
435
(cmdParams.getCommandType() ==
CommandType
.RECEIVE_DATA) ||
436
(cmdParams.getCommandType() ==
CommandType
.SEND_DATA))) {
542
CommandType
cmdType = AppInterface.
CommandType
.fromInt(cmdDet.typeOfCommand);
786
AppInterface.
CommandType
type = AppInterface.
CommandType
.fromInt(cmdDet.typeOfCommand);
[
all
...]
ResponseData.java
26
import com.android.internal.telephony.cat.AppInterface.
CommandType
;
215
int tag = 0x80 |
CommandType
.PROVIDE_LOCAL_INFORMATION.value();
CommandParamsFactory.java
117
AppInterface.
CommandType
cmdType = AppInterface.
CommandType
[
all
...]
/external/lzma/CPP/7zip/UI/Common/
ArchiveCommandLine.h
39
NCommandType::EEnum
CommandType
;
42
bool IsTestMode() const { return
CommandType
== NCommandType::kTest; }
ArchiveCommandLine.cpp
206
switch(
CommandType
)
219
switch(
CommandType
)
231
return (
CommandType
== NCommandType::kAdd ||
232
CommandType
== NCommandType::kUpdate ||
233
CommandType
== NCommandType::kDelete);
258
command.
CommandType
= (NCommandType::EEnum)commandIndex;
618
NCommandType::EEnum
commandType
,
623
switch(
commandType
)
853
options.Command.
CommandType
!= NCommandType::kBenchmark &&
854
options.Command.
CommandType
!= NCommandType::kInfo;
[
all
...]
/external/lldb/source/Plugins/Process/MacOSX-Kernel/
CommunicationKDP.h
73
}
CommandType
;
264
MakeRequestPacketHeader (
CommandType
request_type,
313
CommandType
317
return (
CommandType
)(first_packet_byte & eCommandTypeMask);
327
SendRequestAndGetReply (const
CommandType
command,
CommunicationKDP.cpp
79
uint8_t request; // Either:
CommandType
| ePacketTypeRequest, or
CommandType
| ePacketTypeReply
87
CommunicationKDP::MakeRequestPacketHeader (
CommandType
request_type,
99
CommunicationKDP::SendRequestAndGetReply (const
CommandType
command,
406
const
CommandType
command = KDP_CONNECT;
435
const
CommandType
command = KDP_REATTACH;
475
const
CommandType
command = KDP_VERSION;
502
const
CommandType
command = KDP_IMAGEPATH;
612
const
CommandType
command = KDP_HOSTINFO;
647
const
CommandType
command = KDP_KERNELVERSION
[
all
...]
/external/qemu/distrib/sdl-1.2.15/src/audio/nds/
soundcommon.h
42
}
CommandType
;
/external/lzma/CPP/7zip/UI/Console/
Main.cpp
239
options.Command.
CommandType
== NCommandType::kList ||
247
if (options.Command.
CommandType
== NCommandType::kInfo)
339
else if (options.Command.
CommandType
== NCommandType::kBenchmark)
379
else if (isExtractGroupCommand || options.Command.
CommandType
== NCommandType::kList)
/packages/apps/Stk/src/com/android/stk/
StkAppService.java
622
if ((mCurrentCmd.getCmdType().value() == AppInterface.
CommandType
.DISPLAY_TEXT
643
if (mCurrentCmd.getCmdType().value() == AppInterface.
CommandType
.OPEN_CHANNEL
[
all
...]
/external/deqp/modules/gles31/functional/
es31fSynchronizationTests.cpp
973
enum
CommandType
986
CommandType
type;
[
all
...]
Completed in 248 milliseconds