Home
last modified time | relevance | path

Searched defs:op (Results 1 – 10 of 10) sorted by relevance

/system/core/toolbox/
Ddmesg.c16 int n, op; in dmesg_main() local
/system/core/adb/
Dbackup_service.c51 int backup_service(BackupOperation op, char* args) { in backup_service()
/system/netd/
DBandwidthController.cpp256 std::string BandwidthController::makeIptablesNaughtyCmd(IptOp op, int uid) { in makeIptablesNaughtyCmd()
291 IptOp op; in maninpulateNaughtyApps() local
331 std::string BandwidthController::makeIptablesQuotaCmd(IptOp op, const char *costName, int64_t quota… in makeIptablesQuotaCmd()
671 int BandwidthController::runIptablesAlertCmd(IptOp op, const char *alertName, int64_t bytes) { in runIptablesAlertCmd()
703 int BandwidthController::runIptablesAlertFwdCmd(IptOp op, const char *alertName, int64_t bytes) { in runIptablesAlertFwdCmd()
/system/media/mca/filterfw/native/core/
Dgl_env.cpp296 bool GLEnv::CheckGLError(const std::string& op) { in CheckGLError()
307 bool GLEnv::CheckEGLError(const std::string& op) { in CheckEGLError()
/system/core/debuggerd/arm/
Dpr-support.c114 _uw op; in unwind_execute_with_ptrace() local
/system/core/fastboot/
Dengine.c68 unsigned op; member
97 static Action *queue_action(unsigned op, const char *fmt, ...) in queue_action()
/system/core/libnetutils/
Ddhcpmsg.h37 uint8_t op; /* BOOTREQUEST / BOOTREPLY */ member
/system/media/wilhelm/tests/native-media/src/com/example/nativemedia/
DMyGLSurfaceView.java401 private void checkGlError(String op) { in checkGlError()
/system/core/libpixelflinger/
Dbuffer.cpp228 static uint32_t logic_op(int op, uint32_t s, uint32_t d) in logic_op()
/system/bluetooth/bluez-clean-headers/bluetooth/
Dhci.h2355 #define cmd_opcode_ogf(op) (op >> 10) argument
2356 #define cmd_opcode_ocf(op) (op & 0x03ff) argument