/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/payload_generator/ |
D | annotated_operation.h | 36 InstallOperation op; member
|
D | delta_diff_utils_unittest.cc | 220 InstallOperation op; in TEST_F() local 262 InstallOperation op; in TEST_F() local 296 InstallOperation op; in TEST_F() local 326 InstallOperation op; in TEST_F() local
|
/system/tools/aidl/ |
D | aidl_const_expressions.cpp | 73 bool handleUnary(const AidlConstantValue& context, const string& op, T val, int64_t* out) { in handleUnary() 82 bool handleUnary<bool>(const AidlConstantValue& context, const string& op, bool val, int64_t* out) { in handleUnary() 96 bool handleBinaryCommon(const AidlConstantValue& context, T lval, const string& op, T rval, in handleBinaryCommon() 119 bool handleShift(const AidlConstantValue& context, T lval, const string& op, int64_t rval, in handleShift() 129 bool handleLogical(const AidlConstantValue& context, bool lval, const string& op, bool rval, in handleLogical() 144 bool AidlUnaryConstExpression::IsCompatibleType(Type type, const string& op) { in IsCompatibleType() 869 AidlUnaryConstExpression::AidlUnaryConstExpression(const AidlLocation& location, const string& op, in AidlUnaryConstExpression() 879 const string& op, in AidlBinaryConstExpression()
|
/system/update_engine/scripts/update_payload/ |
D | applier.py | 231 def _ApplyReplaceOperation(self, op, op_name, out_data, part_file, part_size): argument 294 def _ApplyZeroOperation(self, op, op_name, part_file): argument 314 def _ApplySourceCopyOperation(self, op, op_name, old_part_file, argument 358 def _ApplyDiffOperation(self, op, op_name, patch_data, old_part_file, argument
|
D | checker.py | 753 def _CheckReplaceOperation(self, op, data_length, total_dst_blocks, op_name): argument 790 def _CheckZeroOperation(self, op, op_name): argument 808 def _CheckAnyDiffOperation(self, op, data_length, total_dst_blocks, op_name): argument 864 def _CheckAnySourceOperation(self, op, total_src_blocks, op_name): argument 883 def _CheckOperation(self, op, op_name, old_block_counters, new_block_counters, argument
|
/system/security/keystore/ |
D | operation.cpp | 46 auto op = entry->second; in getOperation() local 65 auto op = entry->second; in removeOperation() local
|
D | operation_proto_handler.cpp | 108 void OperationProtoHandler::uploadOpAsProto(Operation& op, bool wasOpSuccessful) { in uploadOpAsProto()
|
/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/core/libpixelflinger/codeflinger/ |
D | mips_opcode.h | 55 unsigned op: 6; member 60 unsigned op: 6; member 69 unsigned op: 6; member 79 unsigned op: 6; /* always '0x11' */ member 84 unsigned op: 6; member 91 unsigned op: 6; member 96 unsigned op: 6; member 105 unsigned op: 6; /* always '0x11' */ member
|
/system/tools/hidl/ |
D | ConstantExpression.cpp | 101 T handleUnary(const std::string& op, T val) { in handleUnary() 118 T handleBinaryCommon(T lval, const std::string& op, T rval) { in handleBinaryCommon() 141 T handleShift(T lval, const std::string& op, int64_t rval) { in handleShift() 151 bool handleLogical(bool lval, const std::string& op, bool rval) { in handleLogical() 691 UnaryConstantExpression::UnaryConstantExpression(const std::string& op, ConstantExpression* value) in UnaryConstantExpression() 698 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/core/libutils/ |
D | BitSet_fuzz.cpp | 65 uint8_t op = dataProvider.ConsumeIntegral<uint8_t>(); in LLVMFuzzerTestOneInput() local
|
D | String16_fuzz.cpp | 115 uint8_t op = dataProvider.ConsumeIntegralInRange<uint8_t>(0, operations.size() - 1); in LLVMFuzzerTestOneInput() local
|
D | String8_fuzz.cpp | 127 uint8_t op = dataProvider.ConsumeIntegralInRange<uint8_t>(0, operations.size() - 1); in LLVMFuzzerTestOneInput() local
|
/system/bt/btif/src/ |
D | btif_gatt_test.cc | 76 static void btif_test_command_complete_cback(uint16_t conn_id, tGATTC_OPTYPE op, in btif_test_command_complete_cback()
|
/system/bt/bta/gatt/ |
D | bta_gattc_act.cc | 915 uint8_t op = (uint8_t)p_data->op_cmpl.op_code; in bta_gattc_op_cmpl() local 1190 void bta_gattc_proc_other_indication(tBTA_GATTC_CLCB* p_clcb, uint8_t op, in bta_gattc_proc_other_indication() 1213 void bta_gattc_process_indicate(uint16_t conn_id, tGATTC_OPTYPE op, in bta_gattc_process_indicate() 1281 static void bta_gattc_cmpl_cback(uint16_t conn_id, tGATTC_OPTYPE op, in bta_gattc_cmpl_cback() 1310 static void bta_gattc_cmpl_sendmsg(uint16_t conn_id, tGATTC_OPTYPE op, in bta_gattc_cmpl_sendmsg()
|
/system/core/adb/fdevent/ |
D | fdevent_poll.cpp | 91 std::string op; in dump_pollfds() local
|