/system/bt/btif/src/ |
D | stack_manager.cc | 103 static void event_init_stack(void* context) { in event_init_stack() 138 static void event_start_up_stack(UNUSED_ATTR void* context) { in event_start_up_stack() 167 static void event_shut_down_stack(UNUSED_ATTR void* context) { in event_shut_down_stack() 202 static void event_clean_up_stack(void* context) { in event_clean_up_stack() 225 static void event_signal_stack_up(UNUSED_ATTR void* context) { in event_signal_stack_up() 232 static void event_signal_stack_down(UNUSED_ATTR void* context) { in event_signal_stack_down()
|
/system/core/liblog/ |
D | log_event_list.cpp | 53 static void init_context(android_log_context_internal* context, uint32_t tag) { in init_context() 68 static void init_parser_context(android_log_context_internal* context, const char* msg, in init_parser_context() 77 android_log_context_internal* context; in create_android_logger() local 90 android_log_context_internal* context; in create_android_log_parser() local 104 android_log_context_internal* context; in android_log_destroy() local 117 android_log_context_internal* context; in android_log_reset() local 133 android_log_context_internal* context; in android_log_parser_reset() local 148 android_log_context_internal* context; in android_log_write_list_begin() local 189 android_log_context_internal* context; in android_log_write_int32() local 223 android_log_context_internal* context; in android_log_write_int64() local [all …]
|
/system/bt/embdrv/sbc/decoder/srce/ |
D | decoder-sbc.c | 41 PRIVATE OI_STATUS FindSyncword(OI_CODEC_SBC_DECODER_CONTEXT* context, in FindSyncword() 98 static OI_STATUS DecodeBody(OI_CODEC_SBC_DECODER_CONTEXT* context, in DecodeBody() 189 PRIVATE OI_STATUS internal_DecodeRaw(OI_CODEC_SBC_DECODER_CONTEXT* context, in internal_DecodeRaw() 228 OI_STATUS OI_CODEC_SBC_DecoderReset(OI_CODEC_SBC_DECODER_CONTEXT* context, in OI_CODEC_SBC_DecoderReset() 237 OI_STATUS OI_CODEC_SBC_DecodeFrame(OI_CODEC_SBC_DECODER_CONTEXT* context, in OI_CODEC_SBC_DecodeFrame() 347 OI_STATUS OI_CODEC_SBC_SkipFrame(OI_CODEC_SBC_DECODER_CONTEXT* context, in OI_CODEC_SBC_SkipFrame() 440 PRIVATE void OI_SBC_ReadSamplesJoint4(OI_CODEC_SBC_DECODER_CONTEXT* context, in OI_SBC_ReadSamplesJoint4() 447 PRIVATE void OI_SBC_ReadSamplesJoint8(OI_CODEC_SBC_DECODER_CONTEXT* context, in OI_SBC_ReadSamplesJoint8() 462 PRIVATE void OI_SBC_ReadSamplesJoint(OI_CODEC_SBC_DECODER_CONTEXT* context, in OI_SBC_ReadSamplesJoint()
|
D | decoder-oina.c | 39 OI_CODEC_SBC_DECODER_CONTEXT* context, OI_BOOL enhanced, uint8_t frequency, in OI_CODEC_SBC_DecoderConfigureRaw() 93 OI_STATUS OI_CODEC_SBC_DecodeRaw(OI_CODEC_SBC_DECODER_CONTEXT* context, in OI_CODEC_SBC_DecodeRaw() 101 OI_STATUS OI_CODEC_SBC_DecoderLimit(OI_CODEC_SBC_DECODER_CONTEXT* context, in OI_CODEC_SBC_DecoderLimit()
|
D | synthesis-sbc.c | 276 PRIVATE void OI_SBC_SynthFrame_80(OI_CODEC_SBC_DECODER_CONTEXT* context, in OI_SBC_SynthFrame_80() 315 PRIVATE void OI_SBC_SynthFrame_4SB(OI_CODEC_SBC_DECODER_CONTEXT* context, in OI_SBC_SynthFrame_4SB() 355 PRIVATE void OI_SBC_SynthFrame_Enhanced(OI_CODEC_SBC_DECODER_CONTEXT* context, in OI_SBC_SynthFrame_Enhanced() 413 PRIVATE void OI_SBC_SynthFrame(OI_CODEC_SBC_DECODER_CONTEXT* context, in OI_SBC_SynthFrame()
|
D | decoder-private.c | 45 INLINE OI_STATUS internal_DecoderReset(OI_CODEC_SBC_DECODER_CONTEXT* context, in internal_DecoderReset() 178 PRIVATE void OI_SBC_ReadSamples(OI_CODEC_SBC_DECODER_CONTEXT* context, in OI_SBC_ReadSamples()
|
/system/extras/power_profile/camera_avg/Application/src/main/java/com/example/android/powerprofile/cameraavg/ |
D | AutoFitTextureView.java | 31 public AutoFitTextureView(Context context) { in AutoFitTextureView() 35 public AutoFitTextureView(Context context, AttributeSet attrs) { in AutoFitTextureView() 39 public AutoFitTextureView(Context context, AttributeSet attrs, int defStyle) { in AutoFitTextureView()
|
/system/core/property_service/libpropertyinfoserializer/ |
D | trie_builder.h | 33 const std::string* context; member 57 bool AddPrefixContext(const std::string& prefix, const std::string* context, in AddPrefixContext() 68 bool AddExactMatchContext(const std::string& exact_match, const std::string* context, in AddExactMatchContext() 81 const std::string* context() const { return property_entry_.context; } in context() function 82 void set_context(const std::string* context) { property_entry_.context = context; } in set_context()
|
D | property_info_serializer_test.cpp | 148 const char* context; in TEST() local 779 const char* context; in TEST() local 824 const char* context; in TEST() local 863 const char* context; in TEST() local
|
D | trie_builder.cpp | 34 bool TrieBuilder::AddToTrie(const std::string& name, const std::string& context, in AddToTrie() 41 bool TrieBuilder::AddToTrie(const std::string& name, const std::string* context, in AddToTrie()
|
/system/core/init/ |
D | subcontext.h | 40 Subcontext(std::string path_prefix, std::string context) in Subcontext() 50 const std::string& context() const { return context_; } in context() function
|
D | descriptors.cpp | 37 gid_t gid, int perm, const std::string& context) in DescriptorInfo() 74 gid_t gid, int perm, const std::string& context) in SocketInfo() 96 gid_t gid, int perm, const std::string& context) in FileInfo()
|
D | descriptors.h | 46 const std::string& context() const { return context_; } in context() function
|
/system/bt/osi/src/ |
D | reactor.cc | 54 void* context; // a context that's passed back to the *_ready functions. member 139 reactor_object_t* reactor_register(reactor_t* reactor, int fd, void* context, in reactor_register() 140 void (*read_ready)(void* context), in reactor_register() 141 void (*write_ready)(void* context)) { in reactor_register() 173 void (*read_ready)(void* context), in reactor_change_registration() 174 void (*write_ready)(void* context)) { in reactor_change_registration()
|
D | socket.cc | 45 void* context; // Not owned, do not free. member 195 void socket_register(socket_t* socket, reactor_t* reactor, void* context, in socket_register() 220 static void internal_read_ready(void* context) { in internal_read_ready() 227 static void internal_write_ready(void* context) { in internal_write_ready()
|
D | thread.cc | 59 void* context; member 126 bool thread_post(thread_t* thread, thread_fn func, void* context) { in thread_post() 217 void* context = thread->work_queue; in run_thread() local 246 static void work_queue_read_cb(void* context) { in work_queue_read_cb()
|
/system/bt/stack/btu/ |
D | btu_task.cc | 95 void btu_task_start_up(UNUSED_ATTR void* context) { in btu_task_start_up() 128 void btu_task_shut_down(UNUSED_ATTR void* context) { in btu_task_shut_down()
|
/system/core/logcat/ |
D | logcat.cpp | 130 android_logcat_context_internal* context; in create_android_logcat() local 166 static void close_output(android_logcat_context_internal* context) { in close_output() 202 static void close_error(android_logcat_context_internal* context) { in close_error() 237 static void rotateLogs(android_logcat_context_internal* context) { in rotateLogs() 300 void printBinary(android_logcat_context_internal* context, struct log_msg* buf) { in printBinary() 306 static bool regexOk(android_logcat_context_internal* context, in regexOk() 315 static void processBuffer(android_logcat_context_internal* context, in processBuffer() 362 static void maybePrintStart(android_logcat_context_internal* context, in maybePrintStart() 379 android_logcat_context_internal* context, bool blocking) { in setupOutputAndSchedulingPolicy() 430 static void show_help(android_logcat_context_internal* context) { in show_help() [all …]
|
/system/media/audio_utils/tests/ |
D | fifo_threads.cpp | 37 Context *context = (Context *) arg; in input_routine() local 68 Context *context = (Context *) arg; in output_routine() local 124 Context context; in main() local
|
/system/keymaster/tests/ |
D | ckdf_test.cpp | 32 const char* context; member 91 auto context = hex2blob(test.context); in TEST() local
|
/system/netd/server/ |
D | MDnsSdListener.cpp | 76 Context *context = new Context(requestId, mListener); in discover() local 106 MDnsSdListener::Context *context = reinterpret_cast<MDnsSdListener::Context *>(inContext); in MDnsSdListenerDiscoverCallback() local 168 Context *context = new Context(requestId, mListener); in serviceRegister() local 199 MDnsSdListener::Context *context = reinterpret_cast<MDnsSdListener::Context *>(inContext); in MDnsSdListenerRegisterCallback() local 224 Context *context = new Context(requestId, mListener); in resolveService() local 254 MDnsSdListener::Context *context = reinterpret_cast<MDnsSdListener::Context *>(inContext); in MDnsSdListenerResolveCallback() local 290 Context *context = new Context(requestId, mListener); in getAddrInfo() local 319 MDnsSdListener::Context *context = reinterpret_cast<MDnsSdListener::Context *>(inContext); in MDnsSdListenerGetAddrInfoCallback() local 350 Context *context = new Context(requestId, mListener); in setHostname() local 376 MDnsSdListener::Context *context = reinterpret_cast<MDnsSdListener::Context *>(inContext); in MDnsSdListenerSetHostnameCallback() local [all …]
|
/system/core/toolbox/ |
D | getprop.cpp | 57 const char* context = nullptr; in PrintAllProperties() local 79 const char* context = nullptr; in PrintProperty() local
|
/system/sepolicy/tests/ |
D | FcSort.py | 8 context = None variable in FileContextsNode 14 def __init__(self, path, fileType, context, meta, stemLen, strLen): argument
|
/system/tools/aidl/tests/java_app/src/android/aidl/tests/ |
D | TestLogger.java | 28 public TestLogger(Context context) { in TestLogger()
|
/system/core/libstats/ |
D | stats_event_list.c | 52 android_log_context_internal* context = (android_log_context_internal*)(ctx); in reset_log_context() local 69 android_log_context_internal* context; in stats_write_list() local 209 android_log_context_internal* context; in android_log_write_char_array() local
|