Home
last modified time | relevance | path

Searched refs:current (Results 1 – 25 of 81) sorted by relevance

1234

/device/google/cuttlefish/guest/hals/ril/reference-libril/
DRilSapSocket.cpp87 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/
DRilSapSocket.cpp87 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/
DRilSapSocket.cpp87 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/
Dremote_connection.cpp274 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()
Dcache.h53 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/
Dtimer.cpp40 uint64_t current = now(); in remainingMillis() local
41 if (current > mExpires) { in remainingMillis()
44 return mExpires - current; in remainingMillis()
/device/google/coral/json-c/
Djson_tokener.c141 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/
Djson_tokener.c141 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/
Djson_tokener.c141 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/
Dgradle.properties8 # 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/
Dgradle.properties8 # 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/
Dinit.hardware.wlc.rc.userdebug17 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/
Dinit.hardware.wlc.rc.userdebug17 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/
DEmulatedFakeCameraDevice.cpp263 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/
DAndroid.mk12 LOCAL_SDK_VERSION := current
/device/amlogic/yukawa/apps/overlay/YukawaAndroidOverlay/
DAndroid.mk23 LOCAL_SDK_VERSION := current
/device/sample/apps/tv/LeanbackWidget/
DAndroid.mk11 LOCAL_SDK_VERSION := current
/device/generic/goldfish/overlay/frameworks/base/packages/overlays/DisplayCutoutEmulationEmu01/
DAndroid.mk12 LOCAL_SDK_VERSION := current
/device/sample/apps/tv/LeanbackCustomizer/
DAndroid.mk11 LOCAL_SDK_VERSION := current
/device/sample/apps/upgrade/
DAndroid.mk31 LOCAL_SDK_VERSION := current
/device/sample/apps/SampleEmailPolicy/
DAndroid.mk31 LOCAL_SDK_VERSION := current
/device/sample/apps/client/
DAndroid.mk34 LOCAL_SDK_VERSION := current
/device/sample/frameworks/PlatformLibrary/
DAndroid.mk36 LOCAL_SDK_VERSION := current
/device/generic/goldfish/camera/
DEmulatedFakeCameraDevice.cpp282 bool current = black; in drawCheckerboard() local
287 if (current) { in drawCheckerboard()
297 current = !current; in drawCheckerboard()
/device/google/cuttlefish/tests/wifi/
DAndroid.mk25 LOCAL_SDK_VERSION := current

1234