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

  /system/core/libsysutils/src/
ServiceManager.cpp 101 char propVal[PROPERTY_VALUE_MAX];
111 if (property_get(propName, propVal, NULL)) {
112 if (!strcmp(propVal, "running"))
  /frameworks/base/telephony/java/android/telephony/
TelephonyManager.java     [all...]
  /packages/apps/Bluetooth/jni/
com_android_bluetooth_btservice_AdapterService.cpp 101 jbyteArray propVal;
103 propVal = callbackEnv->NewByteArray(properties[i].len);
104 if (propVal == NULL) goto Fail;
106 callbackEnv->SetByteArrayRegion(propVal, 0, properties[i].len,
108 callbackEnv->SetObjectArrayElement(*props, i, propVal);
109 // Delete reference to propVal
110 callbackEnv->DeleteLocalRef(propVal);
115 if (propVal) callbackEnv->DeleteLocalRef(propVal);
    [all...]
  /external/deqp/modules/gles31/functional/
es31fProgramInterfaceQueryTestCase.cpp 150 virtual std::string getHumanReadablePropertyString (glw::GLint propVal) const;
177 std::string PropValidator::getHumanReadablePropertyString (glw::GLint propVal) const
179 return de::toString(propVal);
332 std::string getHumanReadablePropertyString (glw::GLint propVal) const;
342 std::string TypeValidator::getHumanReadablePropertyString (glw::GLint propVal) const
344 return de::toString(glu::getShaderVarTypeStr(propVal));
580 std::string getHumanReadablePropertyString (glw::GLint propVal) const;
589 std::string IsRowMajorValidator::getHumanReadablePropertyString (glw::GLint propVal) const
591 return de::toString(glu::getBooleanStr(propVal));
    [all...]

Completed in 195 milliseconds