/system/chre/chpp/ |
D | transport.c | 108 static void chppSetRxState(struct ChppTransportState *context, in chppSetRxState() 131 static size_t chppConsumePreamble(struct ChppTransportState *context, in chppConsumePreamble() 178 static size_t chppConsumeHeader(struct ChppTransportState *context, in chppConsumeHeader() 244 static size_t chppConsumePayload(struct ChppTransportState *context, in chppConsumePayload() 273 static size_t chppConsumeFooter(struct ChppTransportState *context, in chppConsumeFooter() 366 static void chppAbortRxPacket(struct ChppTransportState *context) { in chppAbortRxPacket() 429 struct ChppTransportState *context) { in chppProcessTransportLoopbackRequest() 475 struct ChppTransportState *context) { in chppProcessTransportLoopbackResponse() 510 static void chppSetResetComplete(struct ChppTransportState *context) { in chppSetResetComplete() 522 static void chppProcessResetAck(struct ChppTransportState *context) { in chppProcessResetAck() [all …]
|
D | app.c | 98 static bool chppProcessPredefinedClientRequest(struct ChppAppState *context, in chppProcessPredefinedClientRequest() 143 static bool chppProcessPredefinedServiceResponse(struct ChppAppState *context, in chppProcessPredefinedServiceResponse() 196 struct ChppAppState *context, uint8_t *buf, size_t len) { in chppProcessPredefinedClientNotification() 223 struct ChppAppState *context, uint8_t *buf, size_t len) { in chppProcessPredefinedServiceNotification() 249 static bool chppDatagramLenIsOk(struct ChppAppState *context, in chppDatagramLenIsOk() 325 ChppDispatchFunction *chppGetDispatchFunction(struct ChppAppState *context, in chppGetDispatchFunction() 381 struct ChppAppState *context, uint8_t index) { in chppGetClientResetNotifierFunction() 396 struct ChppAppState *context, uint8_t index) { in chppGetServiceResetNotifierFunction() 410 struct ChppAppState *context, uint8_t handle) { in chppServiceOfHandle() 429 struct ChppAppState *context, uint8_t handle) { in chppClientOfHandle() [all …]
|
D | clients.c | 113 struct ChppAppState *context, uint8_t index) { in chppGetClientDeinitFunction() 121 void chppRegisterCommonClients(struct ChppAppState *context) { in chppRegisterCommonClients() 144 void chppDeregisterCommonClients(struct ChppAppState *context) { in chppDeregisterCommonClients() 202 void chppInitBasicClients(struct ChppAppState *context) { in chppInitBasicClients() 243 void chppDeinitBasicClients(struct ChppAppState *context) { in chppDeinitBasicClients() 262 void chppDeinitMatchedClients(struct ChppAppState *context) { in chppDeinitMatchedClients() 539 void chppClientRecalculateNextTimeout(struct ChppAppState *context) { in chppClientRecalculateNextTimeout()
|
/system/chre/chpp/clients/ |
D | discovery.c | 78 struct ChppAppState *context, const struct ChppServiceDescriptor *service) { in chppFindMatchingClient() 100 static void chppDiscoveryProcessDiscoverAll(struct ChppAppState *context, in chppDiscoveryProcessDiscoverAll() 233 struct ChppAppState *context, uint8_t index) { in chppGetClientMatchNotifierFunction() 241 void chppDiscoveryInit(struct ChppAppState *context) { in chppDiscoveryInit() 258 void chppDiscoveryDeinit(struct ChppAppState *context) { in chppDiscoveryDeinit() 266 bool chppWaitForDiscoveryComplete(struct ChppAppState *context, in chppWaitForDiscoveryComplete() 294 bool chppDispatchDiscoveryServiceResponse(struct ChppAppState *context, in chppDispatchDiscoveryServiceResponse() 312 void chppInitiateDiscovery(struct ChppAppState *context) { in chppInitiateDiscovery() 333 bool chppAreAllClientsMatched(struct ChppAppState *context) { in chppAreAllClientsMatched()
|
D | timesync.c | 53 void chppTimesyncClientInit(struct ChppAppState *context) { in chppTimesyncClientInit() 71 void chppTimesyncClientDeinit(struct ChppAppState *context) { in chppTimesyncClientDeinit() 79 void chppTimesyncClientReset(struct ChppAppState *context) { in chppTimesyncClientReset() 90 bool chppDispatchTimesyncServiceResponse(struct ChppAppState *context, in chppDispatchTimesyncServiceResponse() 155 bool chppTimesyncMeasureOffset(struct ChppAppState *context) { in chppTimesyncMeasureOffset() 187 int64_t chppTimesyncGetOffset(struct ChppAppState *context, in chppTimesyncGetOffset() 209 struct ChppAppState *context) { in chppTimesyncGetResult()
|
D | loopback.c | 56 void chppLoopbackClientInit(struct ChppAppState *context) { in chppLoopbackClientInit() 71 void chppLoopbackClientDeinit(struct ChppAppState *context) { in chppLoopbackClientDeinit() 81 bool chppDispatchLoopbackServiceResponse(struct ChppAppState *context, in chppDispatchLoopbackServiceResponse() 146 struct ChppLoopbackTestResult chppRunLoopbackTest(struct ChppAppState *context, in chppRunLoopbackTest()
|
/system/logging/liblog/ |
D | log_event_list.cpp | 48 static void init_context(android_log_context_internal* context, uint32_t tag) { in init_context() argument 61 static void init_parser_context(android_log_context_internal* context, const char* msg, in init_parser_context() 70 android_log_context_internal* context; in create_android_logger() local 83 android_log_context_internal* context; in create_android_log_parser() local 96 android_log_context_internal* context; in android_log_destroy() local 108 int android_log_reset(android_log_context context) { in android_log_reset() 122 int android_log_parser_reset(android_log_context context, const char* msg, size_t len) { in android_log_parser_reset() 133 int android_log_write_list_begin(android_log_context context) { in android_log_write_list_begin() 164 int android_log_write_int32(android_log_context context, int32_t value) { in android_log_write_int32() 184 int android_log_write_int64(android_log_context context, int64_t value) { in android_log_write_int64() [all …]
|
/system/bt/gd/os/android/ |
D | wakelock_native_test.cc | 171 PromiseFutureContext context(acquire_promise, true); in TEST_F() local 178 PromiseFutureContext context(release_promise, true); in TEST_F() local 189 PromiseFutureContext context(acquire_promise, true); in TEST_F() local 196 PromiseFutureContext context(acquire_promise, false); in TEST_F() local 203 PromiseFutureContext context(release_promise, true); in TEST_F() local 214 PromiseFutureContext context(acquire_promise, true); in TEST_F() local 221 PromiseFutureContext context(release_promise, true); in TEST_F() local 228 PromiseFutureContext context(release_promise, false); in TEST_F() local 240 PromiseFutureContext context(acquire_promise, true); in TEST_F() local 247 PromiseFutureContext context(release_promise, true); in TEST_F() local [all …]
|
/system/bt/embdrv/sbc/decoder/srce/ |
D | decoder-sbc.c | 47 PRIVATE OI_STATUS FindSyncword(OI_CODEC_SBC_DECODER_CONTEXT* context, in FindSyncword() 104 static OI_STATUS DecodeBody(OI_CODEC_SBC_DECODER_CONTEXT* context, in DecodeBody() 195 PRIVATE OI_STATUS internal_DecodeRaw(OI_CODEC_SBC_DECODER_CONTEXT* context, in internal_DecodeRaw() 234 OI_STATUS OI_CODEC_SBC_DecoderReset(OI_CODEC_SBC_DECODER_CONTEXT* context, in OI_CODEC_SBC_DecoderReset() 243 OI_STATUS OI_CODEC_SBC_DecodeFrame(OI_CODEC_SBC_DECODER_CONTEXT* context, in OI_CODEC_SBC_DecodeFrame() 353 OI_STATUS OI_CODEC_SBC_SkipFrame(OI_CODEC_SBC_DECODER_CONTEXT* context, in OI_CODEC_SBC_SkipFrame() 446 PRIVATE void OI_SBC_ReadSamplesJoint4(OI_CODEC_SBC_DECODER_CONTEXT* context, in OI_SBC_ReadSamplesJoint4() 453 PRIVATE void OI_SBC_ReadSamplesJoint8(OI_CODEC_SBC_DECODER_CONTEXT* context, in OI_SBC_ReadSamplesJoint8() 468 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()
|
/system/bt/gd/hal/ |
D | facade.cc | 44 ::grpc::ServerContext* context, in SendCommand() 58 ::grpc::ServerContext* context, in SendAcl() 67 ::grpc::ServerContext* context, in SendSco() 76 ::grpc::ServerContext* context, in StreamEvents() 83 ::grpc::ServerContext* context, in StreamAcl() 90 ::grpc::ServerContext* context, in StreamSco() 97 ::grpc::ServerContext* context, in StreamIso()
|
/system/bt/btif/src/ |
D | stack_manager.cc | 197 static void event_init_stack(void* context) { in event_init_stack() 238 static void event_start_up_stack(UNUSED_ATTR void* context) { in event_start_up_stack() 316 static void event_shut_down_stack(UNUSED_ATTR void* context) { in event_shut_down_stack() 386 static void event_clean_up_stack(void* context) { in event_clean_up_stack() 414 static void event_signal_stack_up(UNUSED_ATTR void* context) { in event_signal_stack_up() 421 static void event_signal_stack_down(UNUSED_ATTR void* context) { in event_signal_stack_down()
|
/system/bt/gd/security/ |
D | facade.cc | 93 …::grpc::Status CreateBond(::grpc::ServerContext* context, const facade::BluetoothAddressWithType* … in CreateBond() 103 ::grpc::ServerContext* context, in CreateBondOutOfBand() 129 ::grpc::ServerContext* context, in GetOutOfBandData() 138 ::grpc::ServerContext* context, in FetchGetOutOfBandDataEvents() 144 …::grpc::Status CreateBondLe(::grpc::ServerContext* context, const facade::BluetoothAddressWithType… in CreateBondLe() 153 …::grpc::Status CancelBond(::grpc::ServerContext* context, const facade::BluetoothAddressWithType* … in CancelBond() 162 …::grpc::Status RemoveBond(::grpc::ServerContext* context, const facade::BluetoothAddressWithType* … in RemoveBond() 171 …::grpc::Status FetchUiEvents(::grpc::ServerContext* context, const ::google::protobuf::Empty* requ… in FetchUiEvents() 176 ::grpc::Status SendUiCallback(::grpc::ServerContext* context, const UiCallbackMsg* request, in SendUiCallback() 208 …::grpc::Status FetchBondEvents(::grpc::ServerContext* context, const ::google::protobuf::Empty* re… in FetchBondEvents() [all …]
|
/system/bt/gd/l2cap/classic/ |
D | facade.cc | 50 …::grpc::Status FetchConnectionComplete(::grpc::ServerContext* context, const ::google::protobuf::E… in FetchConnectionComplete() 55 …::grpc::Status FetchConnectionClose(::grpc::ServerContext* context, const ::google::protobuf::Empt… in FetchConnectionClose() 60 …::grpc::Status SendDynamicChannelPacket(::grpc::ServerContext* context, const DynamicChannelPacket… in SendDynamicChannelPacket() 73 ::grpc::Status OpenChannel(::grpc::ServerContext* context, in OpenChannel() 86 ::grpc::Status CloseChannel(::grpc::ServerContext* context, in CloseChannel() 97 …::grpc::Status FetchL2capData(::grpc::ServerContext* context, const ::google::protobuf::Empty* req… in FetchL2capData() 104 …::grpc::Status SetDynamicChannel(::grpc::ServerContext* context, const SetEnableDynamicChannelRequ… in SetDynamicChannel() 112 …::grpc::Status SetTrafficPaused(::grpc::ServerContext* context, const SetTrafficPausedRequest* req… in SetTrafficPaused() 126 …::grpc::Status GetChannelQueueDepth(::grpc::ServerContext* context, const ::google::protobuf::Empt… in GetChannelQueueDepth() 134 ::grpc::ServerContext* context, in InitiateConnectionForSecurity() [all …]
|
/system/bt/gd/neighbor/facade/ |
D | facade.cc | 52 ::grpc::ServerContext* context, in SetConnectability() 64 ::grpc::ServerContext* context, in SetDiscoverability() 84 ::grpc::ServerContext* context, in SetInquiryMode() 118 ::grpc::ServerContext* context, in ReadRemoteName() 148 ::grpc::ServerContext* context, in GetRemoteNameEvents() 155 ::grpc::ServerContext* context, in EnableInquiryScan() 167 ::grpc::ServerContext* context, in EnablePageScan()
|
/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()
|
/system/bt/gd/iso/ |
D | facade.cc | 53 ::grpc::ServerContext* context, in LeSetCigParameters() 94 ::grpc::ServerContext* context, in LeSetCigParametersTest() 141 ::grpc::ServerContext* context, in LeCreateCis() 155 …::grpc::ServerContext* context, const LeCisHandleMsg* request, ::grpc::ServerWriter<IsoPacket>* wr… in FetchIsoData() 160 ::grpc::ServerContext* context, in FetchIsoEvents() 167 ::grpc::ServerContext* context, in SendIsoPacket()
|
/system/chre/chpp/services/ |
D | discovery.c | 48 struct ChppAppState *context, const struct ChppAppHeader *requestHeader) { in chppDiscoveryDiscoverAll() 82 bool chppDispatchDiscoveryClientRequest(struct ChppAppState *context, in chppDispatchDiscoveryClientRequest()
|
D | timesync.c | 40 static void chppTimesyncGetTime(struct ChppAppState *context, in chppTimesyncGetTime() 68 bool chppDispatchTimesyncClientRequest(struct ChppAppState *context, in chppDispatchTimesyncClientRequest()
|
/system/bt/gd/hci/facade/ |
D | facade.cc | 70 ::grpc::ServerContext* context, in SendCommand() 85 ::grpc::ServerContext* context, in RequestEvent() 94 ::grpc::ServerContext* context, in RequestLeSubevent() 103 ::grpc::ServerContext* context, in StreamEvents() 110 ::grpc::ServerContext* context, in StreamLeSubevents() 136 ::grpc::ServerContext* context, in SendAcl() 157 ::grpc::ServerContext* context, in StreamAcl()
|
D | controller_facade.cc | 43 …::grpc::Status GetMacAddress(::grpc::ServerContext* context, const ::google::protobuf::Empty* requ… in GetMacAddress() 50 …::grpc::Status GetLocalName(::grpc::ServerContext* context, const ::google::protobuf::Empty* reque… in GetLocalName() 57 ::grpc::Status WriteLocalName(::grpc::ServerContext* context, const NameMsg* request, in WriteLocalName()
|
/system/bt/osi/src/ |
D | reactor.cc | 54 void* context; // a context that's passed back to the *_ready functions. member 137 reactor_object_t* reactor_register(reactor_t* reactor, int fd, void* context, in reactor_register() 138 void (*read_ready)(void* context), in reactor_register() 139 void (*write_ready)(void* context)) { in reactor_register() 171 void (*read_ready)(void* context), in reactor_change_registration() 172 void (*write_ready)(void* context)) { in reactor_change_registration()
|
/system/chre/chpp/platform/ |
D | pal_api.c | 70 void chppPalSystemApiInit(struct ChppAppState *context) { in chppPalSystemApiInit() 84 void chppPalSystemApiDeinit(struct ChppAppState *context) { in chppPalSystemApiDeinit()
|
/system/keymaster/km_openssl/ |
D | attestation_utils.cpp | 51 const AttestationContext& context, in build_attestation_extension() 81 const AttestationContext& context, // in build_eat_extension() 112 const AttestationContext& context, // in add_attestation_extension() 140 const AttestationContext& context, X509_Ptr* cert_out) { in make_attestation_cert() 223 EVP_PKEY_Ptr get_attestation_key(keymaster_algorithm_t algorithm, const AttestationContext& context, in get_attestation_key() 270 const AttestationContext& context, // in generate_attestation() 287 const AttestationContext& context, // in generate_attestation()
|