/hardware/qcom/audio/hal/ |
D | platform_info.c | 60 typedef void (* section_process_fn)(const XML_Char **attr); 62 static void process_acdb_id(const XML_Char **attr); 63 static void process_audio_effect(const XML_Char **attr, effect_type_t effect_type); 64 static void process_effect_aec(const XML_Char **attr); 65 static void process_effect_ns(const XML_Char **attr); 66 static void process_pcm_id(const XML_Char **attr); 67 static void process_backend_name(const XML_Char **attr); 68 static void process_config_params(const XML_Char **attr); 69 static void process_root(const XML_Char **attr); 70 static void process_operator_specific(const XML_Char **attr); [all …]
|
/hardware/qcom/audio/hal/audio_extn/ |
D | audiozoom.c | 48 const XML_Char **attr) in start_tag() argument 52 if (!attr) { in start_tag() 58 if (strcmp(attr[0], "id") == 0) { in start_tag() 59 if (attr[1]) in start_tag() 60 qdsp_audiozoom.topo_id = atoi(attr[1]); in start_tag() 63 if (strcmp(attr[0], "id") == 0) { in start_tag() 64 if (attr[1]) in start_tag() 65 qdsp_audiozoom.module_id = atoi(attr[1]); in start_tag() 68 while (attr[index] != NULL) { in start_tag() 69 if (strcmp(attr[index], "zoom_id") == 0) { in start_tag() [all …]
|
/hardware/nxp/nfc/halimpl/hal/ |
D | phNxpNciHal_NfcDepSWPrio.cc | 130 pthread_attr_t attr; in phNxpNciHal_stop_polling_loop() local 131 pthread_attr_init(&attr); in phNxpNciHal_stop_polling_loop() 132 pthread_attr_setdetachstate(&attr, PTHREAD_CREATE_DETACHED); in phNxpNciHal_stop_polling_loop() 133 if (pthread_create(&pthread, &attr, tmp_thread, (void*)&discover_type) != 0) { in phNxpNciHal_stop_polling_loop() 136 pthread_attr_destroy(&attr); in phNxpNciHal_stop_polling_loop() 155 pthread_attr_t attr; in phNxpNciHal_resume_polling_loop() local 156 pthread_attr_init(&attr); in phNxpNciHal_resume_polling_loop() 157 pthread_attr_setdetachstate(&attr, PTHREAD_CREATE_DETACHED); in phNxpNciHal_resume_polling_loop() 158 if (pthread_create(&pthread, &attr, tmp_thread, (void*)&discover_type) != 0) { in phNxpNciHal_resume_polling_loop() 161 pthread_attr_destroy(&attr); in phNxpNciHal_resume_polling_loop() [all …]
|
/hardware/qcom/sdm845/media/libplatformconfig/ |
D | ConfigParser.cpp | 42 void ConfigParser::processProperty(const XML_Char **attr, ConfigMap &configMap) { in processProperty() argument 43 if (strcmp(attr[0], "name") != 0) { in processProperty() 48 std::string propName(attr[1]); in processProperty() 50 if (strcmp(attr[2], "value") != 0) { in processProperty() 55 std::string propValue(attr[3]); in processProperty() 63 const XML_Char **attr) { in startTag() argument 65 processProperty(attr, *static_cast<ConfigMap *>(userdata)); in startTag()
|
D | ConfigParser.h | 57 static void processProperty(const XML_Char **attr, ConfigMap &confMap); 60 const XML_Char **attr);
|
/hardware/qcom/bootctrl/ |
D | boot_control.cpp | 95 uint8_t *attr = NULL; in get_partition_attribute() local 113 attr = pentry + AB_FLAG_OFFSET; in get_partition_attribute() 115 retval = !!(*attr & AB_PARTITION_ATTR_SLOT_ACTIVE); in get_partition_attribute() 117 retval = !!(*attr & AB_PARTITION_ATTR_BOOT_SUCCESSFUL); in get_partition_attribute() 119 retval = !!(*attr & AB_PARTITION_ATTR_UNBOOTABLE); in get_partition_attribute() 142 uint8_t *attr = NULL; in update_slot_attribute() local 212 attr = pentry + AB_FLAG_OFFSET; in update_slot_attribute() 215 *attr = (*attr) | AB_PARTITION_ATTR_BOOT_SUCCESSFUL; in update_slot_attribute() 219 *attr = (*attr) | AB_PARTITION_ATTR_UNBOOTABLE; in update_slot_attribute() 222 *attr = (*attr) | AB_PARTITION_ATTR_SLOT_ACTIVE; in update_slot_attribute() [all …]
|
/hardware/qcom/gps/msm8960/core/ |
D | MsgTask.cpp | 72 pthread_attr_t attr; in createPThread() local 73 pthread_attr_init(&attr); in createPThread() 74 pthread_attr_setdetachstate(&attr, PTHREAD_CREATE_DETACHED); in createPThread() 79 if (!pthread_create(&tid, &attr, loopMain, in createPThread()
|
/hardware/qcom/sdm845/gps/msm8960/core/ |
D | MsgTask.cpp | 72 pthread_attr_t attr; in createPThread() local 73 pthread_attr_init(&attr); in createPThread() 74 pthread_attr_setdetachstate(&attr, PTHREAD_CREATE_DETACHED); in createPThread() 79 if (!pthread_create(&tid, &attr, loopMain, in createPThread()
|
/hardware/qcom/gps/msm8994/core/ |
D | MsgTask.cpp | 87 pthread_attr_t attr; in createPThread() local 88 pthread_attr_init(&attr); in createPThread() 89 pthread_attr_setdetachstate(&attr, PTHREAD_CREATE_DETACHED); in createPThread() 94 if (!pthread_create(&tid, &attr, loopMain, in createPThread()
|
/hardware/qcom/sdm845/gps/core/ |
D | MsgTask.cpp | 87 pthread_attr_t attr; in createPThread() local 88 pthread_attr_init(&attr); in createPThread() 89 pthread_attr_setdetachstate(&attr, PTHREAD_CREATE_DETACHED); in createPThread() 94 if (!pthread_create(&tid, &attr, loopMain, in createPThread()
|
/hardware/qcom/sdm845/gps/msm8994/core/ |
D | MsgTask.cpp | 87 pthread_attr_t attr; in createPThread() local 88 pthread_attr_init(&attr); in createPThread() 89 pthread_attr_setdetachstate(&attr, PTHREAD_CREATE_DETACHED); in createPThread() 94 if (!pthread_create(&tid, &attr, loopMain, in createPThread()
|
/hardware/qcom/sdm845/gps/msm8084/core/ |
D | MsgTask.cpp | 87 pthread_attr_t attr; in createPThread() local 88 pthread_attr_init(&attr); in createPThread() 89 pthread_attr_setdetachstate(&attr, PTHREAD_CREATE_DETACHED); in createPThread() 94 if (!pthread_create(&tid, &attr, loopMain, in createPThread()
|
/hardware/qcom/gps/msm8084/core/ |
D | MsgTask.cpp | 87 pthread_attr_t attr; in createPThread() local 88 pthread_attr_init(&attr); in createPThread() 89 pthread_attr_setdetachstate(&attr, PTHREAD_CREATE_DETACHED); in createPThread() 94 if (!pthread_create(&tid, &attr, loopMain, in createPThread()
|
/hardware/qcom/gps/core/ |
D | MsgTask.cpp | 87 pthread_attr_t attr; in createPThread() local 88 pthread_attr_init(&attr); in createPThread() 89 pthread_attr_setdetachstate(&attr, PTHREAD_CREATE_DETACHED); in createPThread() 94 if (!pthread_create(&tid, &attr, loopMain, in createPThread()
|
/hardware/ril/libril/ |
D | rilSocketQueue.h | 41 pthread_mutexattr_t attr; variable 95 pthread_mutexattr_init(&attr); in Ril_queue() 96 pthread_mutex_init(&mutex_instance, &attr); in Ril_queue()
|
/hardware/qcom/wlan/qcwcn/wifi_hal/ |
D | cpp_bindings.h | 112 nl_iterator(struct nlattr *attr) { in nl_iterator() argument 113 pos = (struct nlattr *)nla_data(attr); in nl_iterator() 114 rem = nla_len(attr); in nl_iterator() 196 wifi_error wifi_nla_put(struct nl_msg *msg, int attr, in wifi_nla_put() argument 201 status = nla_put(msg, attr, attrlen, data); in wifi_nla_put() 204 attrlen, attr, status); in wifi_nla_put() 288 void attr_end(struct nlattr *attr) { in attr_end() argument 289 nla_nest_end(mMsg, attr); in attr_end()
|
/hardware/qcom/camera/msm8998/QCamera2/HAL3/test/ |
D | QCameraHAL3Test.cpp | 152 pthread_attr_t attr; in processThreadCreate() local 156 pthread_attr_init(&attr); in processThreadCreate() 157 pthread_attr_setdetachstate(&attr, PTHREAD_CREATE_DETACHED); in processThreadCreate() 167 ret = pthread_create(&thread.td, &attr, processBuffers, &thread ); in processThreadCreate()
|
D | QCameraHAL3SnapshotTest.cpp | 175 pthread_attr_t attr; in snapshotThreadCreate() local 179 pthread_attr_init(&attr); in snapshotThreadCreate() 180 pthread_attr_setdetachstate(&attr, PTHREAD_CREATE_DETACHED); in snapshotThreadCreate() 187 ret = pthread_create(&thread.td, &attr, hal3_thread_ops, &thread ); in snapshotThreadCreate()
|
D | QCameraHAL3RawSnapshotTest.cpp | 178 pthread_attr_t attr; in rawProcessThreadCreate() local 182 pthread_attr_init(&attr); in rawProcessThreadCreate() 183 pthread_attr_setdetachstate(&attr, PTHREAD_CREATE_DETACHED); in rawProcessThreadCreate() 190 ret = pthread_create(&thread.td, &attr, hal3_thread_ops, &thread ); in rawProcessThreadCreate()
|
/hardware/broadcom/wlan/bcmdhd/wifi_hal/ |
D | cpp_bindings.h | 112 nl_iterator(struct nlattr *attr) { in nl_iterator() argument 113 pos = (struct nlattr *)nla_data(attr); in nl_iterator() 114 rem = nla_len(attr); in nl_iterator() 218 void attr_end(struct nlattr *attr) { in attr_end() argument 219 nla_nest_end(mMsg, attr); in attr_end()
|
/hardware/qcom/display/msm8996/sdm/libs/core/ |
D | color_manager.cpp | 103 const HWDisplayAttributes &attr, in ColorManagerProxy() argument 196 const DisplayConfigVariableInfo &attr, in Set() argument 203 attributes = attr; in Set()
|
/hardware/qcom/camera/msm8998/QCamera2/stack/mm-camera-interface/src/ |
D | mm_camera_channel.c | 57 mm_camera_channel_attr_t *attr, 381 ch_obj->bundle.superbuf_queue.attr.notify_mode = cmd_cb->u.notify_mode; in mm_channel_process_stream_buf() 475 notify_mode = ch_obj->bundle.superbuf_queue.attr.notify_mode; in mm_channel_process_stream_buf() 1330 mm_camera_channel_attr_t *attr, in mm_channel_init() argument 1338 if (NULL != attr) { in mm_channel_init() 1339 my_obj->bundle.superbuf_queue.attr = *attr; in mm_channel_init() 1497 queue->attr = sync->sync_attr->attr; in mm_channel_reg_frame_sync() 1813 my_obj->bundle.superbuf_queue.attr.user_expected_frame_id; in mm_channel_start() 1957 if (my_obj->bundle.superbuf_queue.attr.enable_frame_sync) { in mm_channel_start() 2038 if (my_obj->bundle.superbuf_queue.attr.enable_frame_sync) { in mm_channel_stop() [all …]
|
/hardware/qcom/camera/msm8998/QCamera2/stack/mm-camera-test/src/ |
D | mm_qcamera_snapshot.c | 618 mm_camera_channel_attr_t attr; in mm_app_start_capture_raw() local 620 memset(&attr, 0, sizeof(mm_camera_channel_attr_t)); in mm_app_start_capture_raw() 621 attr.notify_mode = MM_CAMERA_SUPER_BUF_NOTIFY_BURST; in mm_app_start_capture_raw() 622 attr.max_unmatched_frames = 3; in mm_app_start_capture_raw() 625 &attr, in mm_app_start_capture_raw() 691 mm_camera_channel_attr_t attr; in mm_app_start_capture() local 692 memset(&attr, 0, sizeof(mm_camera_channel_attr_t)); in mm_app_start_capture() 693 attr.notify_mode = MM_CAMERA_SUPER_BUF_NOTIFY_CONTINUOUS; in mm_app_start_capture() 694 attr.max_unmatched_frames = 3; in mm_app_start_capture() 697 &attr, in mm_app_start_capture()
|
/hardware/qcom/display/msm8909/sdm/libs/core/ |
D | color_manager.cpp | 103 const HWDisplayAttributes &attr, in ColorManagerProxy() argument 196 const DisplayConfigVariableInfo &attr, in Set() argument 203 attributes = attr; in Set()
|
/hardware/qcom/sdm845/display/sdm/libs/core/ |
D | color_manager.cpp | 103 const HWDisplayAttributes &attr, in ColorManagerProxy() argument 196 const DisplayConfigVariableInfo &attr, in Set() argument 203 attributes = attr; in Set()
|