HomeSort by relevance Sort by last modified time
    Searched refs:tempFp (Results 1 - 4 of 4) sorted by null

  /hardware/invensense/6515/libsensors_iio/
CompassSensor.IIO.primary.cpp 146 FILE *tempFp = NULL;
155 tempFp = fopen(compassSysFs.buffer_length, "w");
156 if (tempFp == NULL) {
159 if (fprintf(tempFp, "%d", IIO_BUFFER_LENGTH) < 0 || fclose(tempFp) < 0) {
MPLSensor.cpp 604 FILE *tempFp = NULL;
611 tempFp = fopen(mpu.in_timestamp_en, "w");
612 if (tempFp == NULL) {
615 if(fprintf(tempFp, "%d", 1) < 0) {
618 if(fclose(tempFp) < 0) {
625 tempFp = fopen(mpu.buffer_length, "w");
626 if (tempFp == NULL) {
629 if (fprintf(tempFp, "%d", IIO_BUFFER_LENGTH) < 0) {
632 if (fclose(tempFp) < 0) {
639 tempFp = fopen(mpu.chip_enable, "w")
    [all...]
  /hardware/invensense/65xx/libsensors_iio/
CompassSensor.IIO.primary.cpp 146 FILE *tempFp = NULL;
155 tempFp = fopen(compassSysFs.buffer_length, "w");
156 if (tempFp == NULL) {
159 if (fprintf(tempFp, "%d", IIO_BUFFER_LENGTH) < 0 || fclose(tempFp) < 0) {
MPLSensor.cpp 685 FILE *tempFp = NULL;
692 tempFp = fopen(mpu.in_timestamp_en, "w");
693 if (tempFp == NULL) {
696 if(fprintf(tempFp, "%d", 1) < 0 || fclose(tempFp) < 0) {
703 tempFp = fopen(mpu.buffer_length, "w");
704 if (tempFp == NULL) {
707 if (fprintf(tempFp, "%d", IIO_BUFFER_LENGTH) < 0 || fclose(tempFp) < 0) {
714 tempFp = fopen(mpu.chip_enable, "w")
    [all...]

Completed in 243 milliseconds