/system/media/audio_utils/ |
D | fifo_index.cpp | 36 int audio_utils_fifo_index::wait(int op, uint32_t expected, const struct timespec *timeout) in wait() 41 int audio_utils_fifo_index::wake(int op, int waiters) in wake() 84 void RefIndexDeferredStoreReleaseDeferredWake::wakeDeferred(int op, int waiters) in wakeDeferred() 109 void RefIndexDeferredStoreReleaseDeferredWake::wakeNow(int op, int waiters) in wakeNow() 155 int RefIndexCachedLoadAcquireDeferredWait::wait(int op, const struct timespec *timeout) in wait()
|
D | fifo.cpp | 228 int op = FUTEX_WAIT; in obtain() local 320 int op = FUTEX_WAKE; in release() local 478 int op = FUTEX_WAKE; in release() local 529 int op = FUTEX_WAIT; in obtain() local
|
/system/update_engine/scripts/update_payload/ |
D | applier.py | 244 def _ApplyReplaceOperation(self, op, op_name, out_data, part_file, part_size): argument 309 def _ApplyMoveOperation(self, op, op_name, part_file): argument 333 def _ApplyZeroOperation(self, op, op_name, part_file): argument 355 def _ApplySourceCopyOperation(self, op, op_name, old_part_file, argument 399 def _ApplyDiffOperation(self, op, op_name, patch_data, old_part_file, argument
|
D | checker.py | 777 def _CheckReplaceOperation(self, op, data_length, total_dst_blocks, op_name): argument 809 def _CheckMoveOperation(self, op, data_offset, total_src_blocks, argument 892 def _CheckZeroOperation(self, op, op_name): argument 910 def _CheckAnyDiffOperation(self, op, data_length, total_dst_blocks, op_name): argument 967 def _CheckAnySourceOperation(self, op, total_src_blocks, op_name): argument 986 def _CheckOperation(self, op, op_name, is_last, old_block_counters, argument
|
/system/update_engine/payload_generator/ |
D | annotated_operation.h | 36 InstallOperation op; member
|
D | delta_diff_utils_unittest.cc | 209 InstallOperation op; in TEST_F() local 267 InstallOperation op; in TEST_F() local 328 InstallOperation op; in TEST_F() local 378 InstallOperation op; in TEST_F() local 421 InstallOperation op; in TEST_F() local 455 InstallOperation op; in TEST_F() local 485 InstallOperation op; in TEST_F() local 504 InstallOperation op; in TEST_F() local
|
/system/tools/aidl/ |
D | aidl_const_expressions.cpp | 65 T handleUnary(const string& op, T val) { in handleUnary() 76 T handleBinaryCommon(T lval, const string& op, T rval) { in handleBinaryCommon() 98 T handleShift(T lval, const string& op, int64_t rval) { in handleShift() 107 bool handleLogical(bool lval, const string& op, bool rval) { in handleLogical() 121 bool AidlUnaryConstExpression::IsCompatibleType(Type type, const string& op) { in IsCompatibleType() 826 AidlUnaryConstExpression::AidlUnaryConstExpression(const AidlLocation& location, const string& op, in AidlUnaryConstExpression() 836 const string& op, in AidlBinaryConstExpression()
|
/system/security/keystore/ |
D | operation.cpp | 47 auto op = entry->second; in getOperation() local 66 auto op = entry->second; in removeOperation() local
|
D | key_operation_log_handler.cpp | 114 void logKeystoreKeyOperationEvent(const Operation& op, bool wasOperationSuccessful, in logKeystoreKeyOperationEvent()
|
/system/media/audio_utils/include/audio_utils/ |
D | futex.h | 35 int sys_futex(void *addr1, int op, int val1, const struct timespec *timeout, void *addr2, in sys_futex()
|
/system/netd/server/ |
D | IdletimerControllerTest.cpp | 44 const char *op = add ? "-A" : "-D"; in makeAddRemoveCommands() local
|
D | IdletimerController.cpp | 140 int IdletimerController::modifyInterfaceIdletimer(IptOp op, const char *iface, in modifyInterfaceIdletimer()
|
D | BandwidthController.cpp | 337 const char *op = jumpToString(enable ? IptJumpReject : IptJumpReturn); in makeDataSaverCommand() local 397 IptOp op) { in manipulateSpecialApps() 646 int BandwidthController::runIptablesAlertCmd(IptOp op, const std::string& alertName, in runIptablesAlertCmd() 861 inline const char *BandwidthController::opToString(IptOp op) { in opToString()
|
D | FirewallController.cpp | 194 const char* op; in setInterfaceRule() local 230 const char* op; in setUidRule() local
|
/system/core/libunwindstack/tools/ |
D | unwind_reg_info.cpp | 56 DwarfOp<uint32_t> op(&dwarf_memory, nullptr); in PrintExpression() local 59 DwarfOp<uint64_t> op(&dwarf_memory, nullptr); in PrintExpression() local
|
/system/tools/hidl/ |
D | ConstantExpression.cpp | 101 T handleUnary(const std::string& op, T val) { in handleUnary() 112 T handleBinaryCommon(T lval, const std::string& op, T rval) { in handleBinaryCommon() 135 T handleShift(T lval, const std::string& op, int64_t rval) { in handleShift() 145 bool handleLogical(bool lval, const std::string& op, bool rval) { in handleLogical() 685 UnaryConstantExpression::UnaryConstantExpression(const std::string& op, ConstantExpression* value) in UnaryConstantExpression() 692 BinaryConstantExpression::BinaryConstantExpression(ConstantExpression* lval, const std::string& op, in BinaryConstantExpression()
|
/system/core/libunwindstack/tests/ |
D | DwarfOpTest.cpp | 1405 for (uint8_t op = 0x30; op <= 0x4f; op++) { in TYPED_TEST_P() local 1411 uint32_t op = opcode_buffer[i]; in TYPED_TEST_P() local 1423 for (uint8_t op = 0x50; op <= 0x6f; op++) { in TYPED_TEST_P() local 1429 uint32_t op = opcode_buffer[i]; in TYPED_TEST_P() local 1461 for (uint8_t op = 0x70; op <= 0x8f; op++) { in TYPED_TEST_P() local 1479 for (uint32_t op = 0x70; op <= 0x8f; op++) { in TYPED_TEST_P() local
|
/system/core/libappfuse/ |
D | EpollController.cc | 54 bool EpollController::InvokeControl(int op, int fd, int events, void* data) const { in InvokeControl()
|
/system/bt/btif/src/ |
D | btif_gatt_test.cc | 77 static void btif_test_command_complete_cback(uint16_t conn_id, tGATTC_OPTYPE op, in btif_test_command_complete_cback()
|
/system/core/adb/fdevent/ |
D | fdevent_poll.cpp | 91 std::string op; in dump_pollfds() local
|
/system/bt/bta/gatt/ |
D | bta_gattc_act.cc | 917 uint8_t op = (uint8_t)p_data->op_cmpl.op_code; in bta_gattc_op_cmpl() local 1192 void bta_gattc_proc_other_indication(tBTA_GATTC_CLCB* p_clcb, uint8_t op, in bta_gattc_proc_other_indication() 1215 void bta_gattc_process_indicate(uint16_t conn_id, tGATTC_OPTYPE op, in bta_gattc_process_indicate() 1283 static void bta_gattc_cmpl_cback(uint16_t conn_id, tGATTC_OPTYPE op, in bta_gattc_cmpl_cback() 1312 static void bta_gattc_cmpl_sendmsg(uint16_t conn_id, tGATTC_OPTYPE op, in bta_gattc_cmpl_sendmsg()
|
/system/chre/external/kiss_fft/ |
D | _kiss_fft_guts.h | 58 # define CHECK_OVERFLOW_OP(a,op,b) \ argument 97 # define CHECK_OVERFLOW_OP(a,op,b) /* noop */ argument
|
/system/keymaster/km_openssl/ |
D | hmac_operation.cpp | 68 UniquePtr<HmacOperation> op(new (std::nothrow) HmacOperation( in CreateOperation() local
|
/system/extras/ioshark/ |
D | compile_ioshark_subr.c | 238 enum file_op op = file_op->ioshark_io_op; in ioshark_write_file_op() local
|
/system/bt/internal_include/ |
D | bte.h | 104 uint8_t op; member
|