HomeSort by relevance Sort by last modified time
    Searched refs:NAME_NOT_FOUND (Results 1 - 25 of 56) sorted by null

1 2 3

  /system/core/libpixelflinger/codeflinger/tinyutils/
Errors.h 39 NAME_NOT_FOUND = -ENOENT,
  /system/core/include/utils/
Errors.h 55 NAME_NOT_FOUND = -ENOENT,
  /frameworks/native/libs/input/
Keyboard.cpp 49 if (status == NAME_NOT_FOUND) {
60 if (status == NAME_NOT_FOUND) {
92 return NAME_NOT_FOUND;
111 return NAME_NOT_FOUND;
128 return NAME_NOT_FOUND;
KeyLayoutMap.cpp 93 return NAME_NOT_FOUND;
138 return NAME_NOT_FOUND;
  /frameworks/native/include/binder/
IServiceManager.h 76 return NAME_NOT_FOUND;
  /hardware/ti/omap4xxx/libtiutils/
ErrorUtils.cpp 112 return NAME_NOT_FOUND;
  /frameworks/native/opengl/libagl/
Tokenizer.cpp 99 return NAME_NOT_FOUND;
105 ssize_t err = NAME_NOT_FOUND;
  /frameworks/av/drm/common/
DrmInfo.cpp 50 if (NAME_NOT_FOUND != mAttributes.indexOfKey(key)) {
DrmInfoRequest.cpp 47 if (NAME_NOT_FOUND != mRequestInformationMap.indexOfKey(key)) {
DrmConstraints.cpp 51 if (NAME_NOT_FOUND != mConstraintMap.indexOfKey(*key)) {
DrmMetadata.cpp 49 if (NAME_NOT_FOUND != mMetadataMap.indexOfKey(*key)) {
  /frameworks/native/opengl/tests/include/
EGLUtils.h 118 return NAME_NOT_FOUND;
  /frameworks/base/libs/hwui/utils/
SortedListImpl.cpp 52 ssize_t err = NAME_NOT_FOUND;
  /frameworks/native/libs/binder/
PermissionCache.cpp 48 return NAME_NOT_FOUND;
  /frameworks/native/libs/gui/
SensorManager.cpp 68 if (err == NAME_NOT_FOUND) {
  /frameworks/av/drm/drmserver/
DrmManager.cpp 278 if (mDecryptSessionMap.indexOfKey(decryptHandle->decryptId) != NAME_NOT_FOUND) {
289 if (mDecryptSessionMap.indexOfKey(decryptHandle->decryptId) != NAME_NOT_FOUND) {
353 if (mConvertSessionMap.indexOfKey(convertId) != NAME_NOT_FOUND) {
364 if (mConvertSessionMap.indexOfKey(convertId) != NAME_NOT_FOUND) {
495 if (mDecryptSessionMap.indexOfKey(decryptHandle->decryptId) != NAME_NOT_FOUND) {
509 if (mDecryptSessionMap.indexOfKey(decryptHandle->decryptId) != NAME_NOT_FOUND) {
521 if (mDecryptSessionMap.indexOfKey(decryptHandle->decryptId) != NAME_NOT_FOUND) {
533 if (mDecryptSessionMap.indexOfKey(decryptHandle->decryptId) != NAME_NOT_FOUND) {
545 if (mDecryptSessionMap.indexOfKey(decryptHandle->decryptId) != NAME_NOT_FOUND) {
  /device/generic/goldfish/camera/
EmulatedCameraHotplugThread.cpp 262 return NAME_NOT_FOUND;
272 return NAME_NOT_FOUND;
  /hardware/libhardware_legacy/include/hardware_legacy/
AudioSystemLegacy.h 41 NAME_NOT_FOUND = android::NAME_NOT_FOUND,
  /hardware/qcom/audio/legacy/alsa_sound/
AudioStreamInALSA.cpp 778 return NAME_NOT_FOUND;
783 return NAME_NOT_FOUND;
788 return NAME_NOT_FOUND;
793 return NAME_NOT_FOUND;
798 return NAME_NOT_FOUND;
803 return NAME_NOT_FOUND;
808 return NAME_NOT_FOUND;
813 return NAME_NOT_FOUND;
    [all...]
  /device/asus/flo/camera/QCamera2/HAL/
QCameraParameters.cpp     [all...]
  /hardware/qcom/camera/QCamera2/HAL/
QCameraParameters.cpp     [all...]
  /frameworks/av/drm/libdrmframework/include/
PlugInManager.h 191 return m_plugInMap.indexOfKey(rsPlugInId) != NAME_NOT_FOUND;
  /frameworks/av/services/camera/libcameraservice/api2/
CameraDeviceClient.cpp 144 if (idx == NAME_NOT_FOUND) {
238 ssize_t index = NAME_NOT_FOUND;
246 if (index == NAME_NOT_FOUND) {
285 if (index != NAME_NOT_FOUND) {
  /frameworks/base/services/common_time/
common_clock_service.cpp 115 status_t ret_val = NAME_NOT_FOUND;
  /frameworks/av/camera/
CameraMetadata.cpp 296 if (res == NAME_NOT_FOUND) {
362 if (res == NAME_NOT_FOUND) {

Completed in 1080 milliseconds

1 2 3