/device/google/cuttlefish/guest/hals/ril/reference-libril/ |
D | RilSapSocket.cpp | 87 RilSapSocketList *current = head; in printList() local 89 while(NULL != current) { in printList() 90 RLOGD("SocketName:%s",current->socket->name); in printList() 91 RLOGD("Socket id:%d",current->socket->id); in printList() 92 current = current->next; in printList() 98 RilSapSocketList *current = head; in getSocketById() local 103 while(NULL != current) { in getSocketById() 104 if(socketId == current->socket->id) { in getSocketById() 105 sap_socket = current->socket; in getSocketById() 108 current = current->next; in getSocketById() [all …]
|
/device/generic/goldfish/radio/libril/ |
D | RilSapSocket.cpp | 87 RilSapSocketList *current = head; in printList() local 89 while(NULL != current) { in printList() 90 RLOGD("SocketName:%s",current->socket->name); in printList() 91 RLOGD("Socket id:%d",current->socket->id); in printList() 92 current = current->next; in printList() 98 RilSapSocketList *current = head; in getSocketById() local 103 while(NULL != current) { in getSocketById() 104 if(socketId == current->socket->id) { in getSocketById() 105 sap_socket = current->socket; in getSocketById() 108 current = current->next; in getSocketById() [all …]
|
/device/google/cuttlefish/guest/hals/ril/libril/ |
D | RilSapSocket.cpp | 87 RilSapSocketList *current = head; in printList() local 89 while(NULL != current) { in printList() 90 RLOGD("SocketName:%s",current->socket->name); in printList() 91 RLOGD("Socket id:%d",current->socket->id); in printList() 92 current = current->next; in printList() 98 RilSapSocketList *current = head; in getSocketById() local 103 while(NULL != current) { in getSocketById() 104 if(socketId == current->socket->id) { in getSocketById() 105 sap_socket = current->socket; in getSocketById() 108 current = current->next; in getSocketById() [all …]
|
/device/generic/goldfish/network/wifi_forwarder/ |
D | remote_connection.cpp | 274 size_t current = 0; in sendFrame() local 276 ssize_t written = ::writev(mPipeFd, iov + current, count - current); in sendFrame() 288 while (current < count && written >= iov[current].iov_len) { in sendFrame() 289 written -= iov[current++].iov_len; in sendFrame() 291 if (current == count) { in sendFrame() 294 iov[current].iov_base = in sendFrame() 295 reinterpret_cast<char*>(iov[current].iov_base) + written; in sendFrame() 296 iov[current].iov_len -= written; in sendFrame()
|
D | cache.h | 53 ConstIterator(typename MapType::const_iterator current) in ConstIterator() argument 54 : mCurrent(current) { } in ConstIterator() 89 Iterator(typename MapType::iterator current) : mCurrent(current) { } in Iterator() argument
|
/device/generic/goldfish/dhcp/client/ |
D | timer.cpp | 40 uint64_t current = now(); in remainingMillis() local 41 if (current > mExpires) { in remainingMillis() 44 return mExpires - current; in remainingMillis()
|
/device/google/coral/json-c/ |
D | json_tokener.c | 141 json_object_put(tok->stack[depth].current); in json_tokener_reset_level() 142 tok->stack[depth].current = NULL; in json_tokener_reset_level() 189 #define current tok->stack[tok->depth].current macro 284 current = json_object_new_object(); in json_tokener_parse_ex() 289 current = json_object_new_array(); in json_tokener_parse_ex() 349 obj = json_object_get(current); in json_tokener_parse_ex() 374 current = json_object_new_double(is_negative ? -INFINITY : INFINITY); in json_tokener_parse_ex() 398 current = NULL; in json_tokener_parse_ex() 411 current = json_object_new_double(NAN); in json_tokener_parse_ex() 484 current = json_object_new_string_len(tok->pb->buf, tok->pb->bpos); in json_tokener_parse_ex() [all …]
|
/device/google/crosshatch/json-c/ |
D | json_tokener.c | 141 json_object_put(tok->stack[depth].current); in json_tokener_reset_level() 142 tok->stack[depth].current = NULL; in json_tokener_reset_level() 189 #define current tok->stack[tok->depth].current macro 284 current = json_object_new_object(); in json_tokener_parse_ex() 289 current = json_object_new_array(); in json_tokener_parse_ex() 349 obj = json_object_get(current); in json_tokener_parse_ex() 374 current = json_object_new_double(is_negative ? -INFINITY : INFINITY); in json_tokener_parse_ex() 398 current = NULL; in json_tokener_parse_ex() 411 current = json_object_new_double(NAN); in json_tokener_parse_ex() 484 current = json_object_new_string_len(tok->pb->buf, tok->pb->bpos); in json_tokener_parse_ex() [all …]
|
/device/google/bonito/json-c/ |
D | json_tokener.c | 141 json_object_put(tok->stack[depth].current); in json_tokener_reset_level() 142 tok->stack[depth].current = NULL; in json_tokener_reset_level() 189 #define current tok->stack[tok->depth].current macro 284 current = json_object_new_object(); in json_tokener_parse_ex() 289 current = json_object_new_array(); in json_tokener_parse_ex() 349 obj = json_object_get(current); in json_tokener_parse_ex() 374 current = json_object_new_double(is_negative ? -INFINITY : INFINITY); in json_tokener_parse_ex() 398 current = NULL; in json_tokener_parse_ex() 411 current = json_object_new_double(NAN); in json_tokener_parse_ex() 484 current = json_object_new_string_len(tok->pb->buf, tok->pb->bpos); in json_tokener_parse_ex() [all …]
|
/device/sample/apps/tv/SetupCustomizationSample/ |
D | gradle.properties | 8 # http://www.gradle.org/docs/current/userguide/build_environment.html 16 # http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
|
/device/sample/apps/tv/SetupValidation/ |
D | gradle.properties | 8 # http://www.gradle.org/docs/current/userguide/build_environment.html 16 # http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
|
/device/google/coral/ |
D | init.hardware.wlc.rc.userdebug | 17 on property:sys.boot_completed=1 && property:persist.vendor.limit.wlc.current=1 20 on property:sys.boot_completed=1 && property:persist.vendor.limit.wlc.current=0
|
/device/google/crosshatch/ |
D | init.hardware.wlc.rc.userdebug | 17 on property:sys.boot_completed=1 && property:persist.vendor.limit.wlc.current=1 20 on property:sys.boot_completed=1 && property:persist.vendor.limit.wlc.current=0
|
/device/google/cuttlefish/guest/hals/camera/ |
D | EmulatedFakeCameraDevice.cpp | 263 bool current = black; in drawCheckerboard() local 265 if (current) { in drawCheckerboard() 278 current = !current; in drawCheckerboard()
|
/device/google/crosshatch/crosshatch/overlay/packages/apps/overlays/NoCutoutOverlay/ |
D | Android.mk | 12 LOCAL_SDK_VERSION := current
|
/device/amlogic/yukawa/apps/overlay/YukawaAndroidOverlay/ |
D | Android.mk | 23 LOCAL_SDK_VERSION := current
|
/device/sample/apps/tv/LeanbackWidget/ |
D | Android.mk | 11 LOCAL_SDK_VERSION := current
|
/device/generic/goldfish/overlay/frameworks/base/packages/overlays/DisplayCutoutEmulationEmu01/ |
D | Android.mk | 12 LOCAL_SDK_VERSION := current
|
/device/sample/apps/tv/LeanbackCustomizer/ |
D | Android.mk | 11 LOCAL_SDK_VERSION := current
|
/device/sample/apps/upgrade/ |
D | Android.mk | 31 LOCAL_SDK_VERSION := current
|
/device/sample/apps/SampleEmailPolicy/ |
D | Android.mk | 31 LOCAL_SDK_VERSION := current
|
/device/sample/apps/client/ |
D | Android.mk | 34 LOCAL_SDK_VERSION := current
|
/device/sample/frameworks/PlatformLibrary/ |
D | Android.mk | 36 LOCAL_SDK_VERSION := current
|
/device/generic/goldfish/camera/ |
D | EmulatedFakeCameraDevice.cpp | 282 bool current = black; in drawCheckerboard() local 287 if (current) { in drawCheckerboard() 297 current = !current; in drawCheckerboard()
|
/device/google/cuttlefish/tests/wifi/ |
D | Android.mk | 25 LOCAL_SDK_VERSION := current
|